-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
QE 2024-11-25
Add more scenarios to the product limits test (SERVER-94511):
- N inserts/updates/upserts, etc. per single transaction
- N collections per transaction
- complex clauses in insert/update statements
- N keys in $jsonSchema
- complex expression as an argument in any MQL position that takes an argument
- complex document with N keys / N levels of nesting in any MQL position that takes a document as an argument
- find({ "price": {A:{B:{"c":"d"}}}}).explain(); causes the nested document to end up in the `indexBounds`
- related to
-
SERVER-94511 Behavioral regression tests for maximum-size queries
- Closed