summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-3/+3
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-2/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-7/+7
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-6/+8
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-35512 Use unique_ptr in QuerySolutionNode::children and clone()David Percy2022-04-181-6/+4
* SERVER-63241 Lookup round should fulfill atleast a promiseSergi Mateo Bellido2022-03-041-2/+2
* SERVER-60298 Hex encode the index bounds if associated with collationAndrii Dobroshynski2022-02-051-3/+3
* SERVER-62783 Get rid of ChunkVersion::toBSONKaloian Manassiev2022-01-251-2/+2
* SERVER-62684 Get rid of unnecessary usages of ChunkVersion::epoch()Kaloian Manassiev2022-01-191-12/+19
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-1/+0
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-2/+1
* SERVER-53718 Enable shard targeting for other predicates in presence of $geoNearKatherine Wu2021-11-121-3/+22
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-6/+6
* SERVER-60385 Timeseries fields aren't immutable anymoreSergi Mateo Bellido2021-10-041-1/+2
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-54/+9
* SERVER-58424 Refactor QueryPlanner::plan() in preparation for DocumentSource ...Eric Cox2021-08-191-3/+4
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-3/+25
* SERVER-53335 Queries, updates, and deletes with non-"simple" collations may m...Jason Zhang2021-06-301-2/+15
* SERVER-57844 Minor timestamp-consistency issue between the ChunkManager/SSCCL...Sergi Mateo Bellido2021-06-211-3/+7
* SERVER-56908 Changing at which time the ComparableChunkVersion object is crea...Jordi Serra Torrens2021-05-141-5/+2
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-0/+6
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-5/+6
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-051-2/+2
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-031-0/+37
* SERVER-52587 Making collection and database instances comparable through clus...Sergi Mateo Bellido2021-01-181-11/+16
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-141-4/+5
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-8/+16
* SERVER-51070 Use the regular write path for writes to the Config ServerKaloian Manassiev2020-12-041-0/+14
* SERVER-53140 Copy allowMigrations setting into persisted metadata.Max Hirschhorn2020-12-021-0/+3
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-1/+13
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-0/+1
* SERVER-50815 Improve database and collection version formatting on logsSergi Mateo Bellido2020-10-011-4/+12
* SERVER-50912 Fix the comparison logic in ComparableChunkVersionKaloian Manassiev2020-09-151-23/+48
* SERVER-50726 Add unique id to QuerySolutionNodeDavid Storch2020-09-141-1/+1
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-25/+83
* SERVER-46199 Get rid of the BM_IncrementalRefreshWithNoChange benchmarkKaloian Manassiev2020-09-041-1/+0
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-031-10/+9
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-031-19/+10
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-7/+14
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-3/+7
* SERVER-50272 Make RoutingTableHistory movableMarcos José Grillo Ramírez2020-08-201-5/+1
* SERVER-49677 RoutingTableHistory::makeUpdated should skip copying chunkMap if...Allison Easton2020-08-071-0/+6
* SERVER-48740 Modify ChunkMap to use std::vector internallyAlex Taskov2020-07-081-94/+156
* SERVER-48739 Add cached max KeyString to ChunkInfo classAlex Taskov2020-06-171-33/+17
* SERVER-46993 Split parameters exclusive to mongos from being included in mong...Randolph Tan2020-06-021-1/+1
* SERVER-47740 Plumbing for construction of a full ExpressionContext in the sha...Eric Cox2020-06-011-4/+8
* SERVER-47674 Create Facade wrapper for ChunkInfoMapAlex Taskov2020-04-271-186/+204
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1