-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
For elemMatch array, this should be fairly straightforward to do.
For elemMatch object where only one subfield is read, this should also be fairly straightforward.
For elemMatch object where multiple subfields are read, we cannot push the filter down entirely, but we can do a sort of "inexact" filter on each column and then do subsequent filtering once we have values for both columns.