summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_manager.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-2/+2
* SERVER-32526 Use KeyString for ChunkMap key instead of BSONObjAndy Schwerin2018-01-131-4/+36
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-171-0/+9
* SERVER-29817 Move all ChunkManager construction logic into chunk_manager.cpp;...Andy Schwerin2017-07-121-14/+36
* SERVER-29817 Do not use chunk map data structure in ChunkManager interface.Andy Schwerin2017-07-051-4/+47
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-63/+40
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-40/+63
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-63/+40
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-271-15/+10
* SERVER-28111 Cleanup the ChunkManagerKaloian Manassiev2017-02-271-38/+50
* SERVER-28030 Remove writes from ChunkManagerKaloian Manassiev2017-02-181-27/+4
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-11/+18
* SERVER-27809 Move Chunk::splitIfShould to cluster_write.h/.cppKaloian Manassiev2017-01-301-14/+12
* SERVER-27809 Move chunk 'at median' split to the cluster split commandKaloian Manassiev2017-01-251-2/+0
* SERVER-27736 Do not store unsharded collections in DBConfigKaloian Manassiev2017-01-191-5/+0
* SERVER-25665 Cleanup chunk metadata caching library dependenciesKaloian Manassiev2016-10-281-14/+1
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-2/+2
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-231-3/+8
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-6/+19
* SERVER-24438 Extend mongos catalog to store collection default collationTess Avitabile2016-07-201-1/+8