summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-12/+1
* SERVER-63241 Lookup round should fulfill atleast a promiseSergi Mateo Bellido2022-03-041-1/+1
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-1/+0
* SERVER-62783 Get rid of ChunkVersion::toBSONKaloian Manassiev2022-01-251-1/+0
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-9/+9
* SERVER-58466 Minor optimization on the CatalogCacheSergi Mateo Bellido2021-10-051-15/+3
* SERVER-60385 Timeseries fields aren't immutable anymoreSergi Mateo Bellido2021-10-041-4/+6
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-13/+4
* SERVER-58570 Add a new field to config.collections/config.cache.collections r...Antonio Fuschetto2021-08-061-1/+1
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-0/+14
* SERVER-53335 Queries, updates, and deletes with non-"simple" collations may m...Jason Zhang2021-06-301-1/+3
* SERVER-57844 Minor timestamp-consistency issue between the ChunkManager/SSCCL...Sergi Mateo Bellido2021-06-211-1/+9
* SERVER-56908 Changing at which time the ComparableChunkVersion object is crea...Jordi Serra Torrens2021-05-141-8/+4
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-0/+14
* SERVER-55146: Bump collection version on any modification of config.collectio...Jordi Serra Torrens2021-03-181-1/+1
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-031-7/+19
* SERVER-53111 Add invariant to CatalogCache that same collection version has s...Jaume Moragues2020-12-141-0/+12
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-2/+6
* SERVER-51070 Use the regular write path for writes to the Config ServerKaloian Manassiev2020-12-041-0/+14
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-1/+1
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-0/+15
* SERVER-50815 Improve database and collection version formatting on logsSergi Mateo Bellido2020-10-011-1/+2
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-18/+134
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-031-3/+3
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-031-7/+14
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-1/+28
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-23/+44
* SERVER-50272 Make RoutingTableHistory movableMarcos José Grillo Ramírez2020-08-201-23/+8
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-7/+5
* SERVER-48744 Convert ShardInfoMap to use unordered_map instead of mapAlex Taskov2020-07-131-2/+2
* SERVER-48740 Modify ChunkMap to use std::vector internallyAlex Taskov2020-07-081-16/+26
* SERVER-48739 Add cached max KeyString to ChunkInfo classAlex Taskov2020-06-171-7/+1
* SERVER-47740 Plumbing for construction of a full ExpressionContext in the sha...Eric Cox2020-06-011-1/+1
* SERVER-47674 Create Facade wrapper for ChunkInfoMapAlex Taskov2020-04-271-68/+87
* SERVER-46845 Allow logging operations to bypass ShardInvalidatedForTargeting ...Blake Oler2020-04-061-0/+17
* SERVER-46004 refineCollectionShardKey should verify indexes on a shard with a...Jack Mulrow2020-03-131-0/+6
* SERVER-44500 Create a new ShardVersionMap that includes references to specifi...Blake Oler2020-01-091-5/+29
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-171-0/+12
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38180 Do not ignore ChunkManager's cluster time when constructing Cons...Andy Schwerin2018-11-191-3/+3
* SERVER-37918 Improve the messaging around corrupted routing metadataKaloian Manassiev2018-11-051-10/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34448 Remove miscellaneous now-unused autosplitter code from mongosMatthew Saltz2018-08-091-16/+0
* SERVER-34448 Remove autosplitting logic from map-reduce on mongosMatthew Saltz2018-08-091-5/+0
* SERVER-35773 Remove references to the CatalogCache from MetadataManagerKaloian Manassiev2018-06-261-2/+3
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-0/+8
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-17/+19
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-271-108/+197
* SERVER-33929 Remove ChunkRangeMap from the chunk manager.Martin Neupauer2018-03-191-45/+7