-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
-
Query Optimization
Supporting and extending find and getMore currently requires updating both the command and operations paths. Having to update both adds significant overhead to any project or maintenance task touching these areas.
We should evaluate using the find and getMore command paths to execute OP_QUERY and OP_GET_MORE and implement if there are no major barriers to doing so.