Followup: Extend product limits test

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Optimization
    • QE 2024-11-25
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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`
      • many active operation rejection filters https://www.mongodb.com/docs/manual/tutorial/operation-rejection-filters/#std-label-operation-rejection-filters

              Assignee:
              Unassigned
              Reporter:
              Philip Stoev
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: