groostav
07/06/2016, 9:07 PMsomeMethod
. In Jinq's case and I believe MongoDB's case, the result will simply be a table scan with the filter applied by the connector rather than having the filter applied by the database -> no performance win. In the latter case, the entire thing is composed of primatives that are implementable by the SQL query generator, meaning you will get the benefit of any secondary indexes you have on ImportantDomainThing.alpha
or ImportantDomainThing.x
.