Details
-
Improvement
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
Description
A new operation type called "findCmd" should be added to benchRun(). This will allow users to specify the raw find command object to use for the query, which will in turn allow users to be able to specify workloads that can't be expressed today (for example: query with a sort using find command).
This new operation type will deprecate the existing "find" and "findOne" operation types. Eventually, existing tests should be ported over to use "findCmd", and "find"/"findOne" support should be removed.