The initial implementation of client-side projections fetches the entire document from the server to pass it to the projection lambda.
If we analyze the projection we can determine which parts of the document the projection actually needs and fetch only those parts.
- related to
-
CSHARP-4763 Consider supporting client side projections with Find and Select in LINQ3
- Closed