Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-96824

Followup: Extend product limits test

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 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`

            Assignee:
            philip.stoev@mongodb.com Philip Stoev
            Reporter:
            philip.stoev@mongodb.com Philip Stoev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: