summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_manager_refresh_bm.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69154 fix clang tidy issue static_cast(bug BF-26203 is depend on)Juan Gu2022-08-261-1/+1
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-4/+2
* SERVER-64199 Use legal Timestamps for the routing performance benchmarksKaloian Manassiev2022-03-071-7/+7
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-1/+1
* SERVER-58466 Minor optimization on the CatalogCacheSergi Mateo Bellido2021-10-051-1/+2
* SERVER-60385 Timeseries fields aren't immutable anymoreSergi Mateo Bellido2021-10-041-1/+1
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-4/+4
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-6/+9
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-161-3/+3
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-1/+3
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-0/+2
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-4/+13
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-2/+0
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-3/+3
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-5/+12
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-5/+8
* SERVER-46199 Get rid of the BM_IncrementalRefreshWithNoChange benchmarkKaloian Manassiev2020-09-041-19/+0
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-031-15/+22
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-031-1/+3
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-3/+3
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-33/+38
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-6/+5
* SERVER-49677 RoutingTableHistory::makeUpdated should skip copying chunkMap if...Allison Easton2020-08-071-0/+21
* SERVER-48743 Add large chunk map sizes to incremental refresh benchmark testsAlex Taskov2020-06-291-1/+4
* SERVER-46487 Add fast path to getShardIdsForRange() when chunk range is [MinK...Gregory Noma2020-04-161-0/+24
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-5/+6
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-36987 ChunkVersion::minorVersion truncates to 16 bitRandolph Tan2018-09-121-6/+6
* SERVER-35773 Remove references to the CatalogCache from MetadataManagerKaloian Manassiev2018-06-261-1/+1
* SERVER-34098 Add benchmark for ChunkManager refresh.Max Hirschhorn2018-03-291-0/+356