Details
-
Bug
-
Resolution: Incomplete
-
Major - P3
-
None
-
None
-
None
-
ALL
Description
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.
Attachments
Issue Links
- is related to
-
SERVER-2205 Raise the combinatorial limit for #in queries to 4M
-
- Closed
-