inconsistent sizing for "$in combinatorial limit of result set" messages

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Incomplete
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Querying
    • None
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      With FieldRangeVector() the limit is 1000000, with FieldRangeSet::indexBounds() the limit is 4000000.

      The FieldRangeVector() should be a lot more scalable than FieldRangeSet::indexBounds(), so we might consider use of an even higher limit for that case. Currently FieldRangeVector() is used for btree traversal and FieldRangeSet::indexBounds() is used when figuring out which shards an operation should go to.

            Assignee:
            David Storch
            Reporter:
            Aaron Staple (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: