summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/auto_split_vector.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68130 adjust autoSplitVector's estimatedAdditionalBytesPerItemInBSONArrayPierlauro Sciarelli2022-07-251-1/+10
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-3/+3
* SERVER-65021 Avoid creating small chunks if `autoSplitVector` called with a l...Pierlauro Sciarelli2022-03-301-3/+3
* SERVER-64148 Atomic `split+move` when moveRange invoked with only one boundPierlauro Sciarelli2022-03-241-1/+16
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-161-6/+10
* SERVER-61678 Avoid copying vectors of split pointsAllison Easton2022-03-101-1/+1
* SERVER-61678 Make autoSplitVector return `continuation` flagAllison Easton2022-03-101-8/+8
* SERVER-63239 Do not throw exception in AutoSplitVector on empty rangesTommaso Tocci2022-02-041-55/+37
* SERVER-60123 Support sharding by cluster key _id on explicitly created cluste...Haley Connelly2021-12-211-35/+34
* SERVER-58750 get rid of unnecessary sorting of split keysPierlauro Sciarelli2021-12-141-6/+9
* SERVER-60662 Address bug spotted by RepositionLastSplitPointsTestPierlauro Sciarelli2021-10-141-3/+1
* SERVER-60009 Increase auto splitted chunks sizePierlauro Sciarelli2021-09-271-27/+42
* SERVER-59807 refactor autoSplitVector functionPierlauro Sciarelli2021-09-071-45/+70
* SERVER-55028 Improve the auto-splitter policyPierlauro Sciarelli2021-09-021-2/+49
* SERVER-58750 Add TODOs for SERVER-58750Pierlauro Sciarelli2021-07-221-0/+1
* SERVER-58664 Simplify and comment autoSplitVectorPierlauro Sciarelli2021-07-221-149/+170
* SERVER-58650 Extract splitVector logic for the auto splitter into a new functionPierlauro Sciarelli2021-07-191-0/+266