summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_write_router_bm.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from chun...Pierlauro Sciarelli2023-03-291-1/+0
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-3/+5
* SERVER-69770 Enforce lock mode in CollectionShardingRuntime APIDaniel Gómez Ferro2023-01-031-2/+1
* SERVER-71010 Initialize CollectionShardingStateFactory on BM_UnshardedDestine...Jordi Serra Torrens2022-11-021-0/+5
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+2
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-1/+1
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-1/+3
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-1/+1
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-1/+1
* SERVER-64057 Comment the shard/databaseVersion arguments for the shard roleKaloian Manassiev2022-03-111-1/+4
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-091-2/+2
* SERVER-64199 Use legal Timestamps for the routing performance benchmarksKaloian Manassiev2022-03-071-20/+16
* SERVER-64057 Move the shard/database version parsing to the endpointKaloian Manassiev2022-03-011-11/+4
* SERVER-63074 Make 'sharding_write_router_bm' create valid routing infoKaloian Manassiev2022-01-281-9/+8
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-1/+1
* SERVER-62783 Get rid of ChunkVersion::appendToCommand/parseFromCommandKaloian Manassiev2022-01-241-1/+2
* SERVER-58466 Minor optimization on the CatalogCacheSergi Mateo Bellido2021-10-051-1/+2
* SERVER-60388 Update ShardingWriteRouter GBenchmark to utilize registerClientO...Luis Osta2021-10-011-0/+4
* SERVER-58960 Add benchmarks to measure the overhead from ShardingWriteRouter ...Luis Osta2021-09-301-0/+240