- Add queries with wider projections, e.g. 20 or more. This can be the same benchmark that tests collections with a large number of fields. This should test different types of projections, such as:
- 20 inclusive projections
- 20 renaming projections
- 20 nested path projections
- 20 projections of nested path and renaming
- 20 projections of mixed types
- Add queries with projections with a common path prefix, e.g. of length 3 and 5. This can be an extension of RepeatedPathTraversal which tests common path prefix expressions in the query filter.
|