summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_analyze_shard_key_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-101-5/+1
* SERVER-69653 Add auth privilege requirements to the analyzeShardKey and confi...Israel Hsu2023-04-041-1/+1
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-74774 Make analyzeShardKey command handle the case where the fast data...Cheahuychou Mao2023-03-201-1/+2
* SERVER-74771 Make sure analyzeShardKey command uses database and shard versio...Cheahuychou Mao2023-03-131-6/+5
* SERVER-74416 Make sure analyzeShardKey and configureQueryAnalyzer command use...Cheahuychou Mao2023-03-031-2/+9
* SERVER-74417 Make analyzeShardKey command respect client readPreference in al...Cheahuychou Mao2023-03-031-6/+6
* Revert "SERVER-74416 Make sure analyzeShardKey and configureQueryAnalyzer com...Uladzimir Makouski2023-03-021-9/+2
* Revert "SERVER-74417 Make analyzeShardKey command respect client readPreferen...Uladzimir Makouski2023-03-021-6/+6
* SERVER-74416 Make sure analyzeShardKey and configureQueryAnalyzer command use...Cheahuychou Mao2023-03-021-2/+9
* SERVER-74417 Make analyzeShardKey command respect client readPreference in al...Cheahuychou Mao2023-03-021-6/+6
* Revert "SERVER-74416 Make sure analyzeShardKey and configureQueryAnalyzer com...Cheahuychou Mao2023-03-011-9/+2
* SERVER-74416 Make sure analyzeShardKey and configureQueryAnalyzer command use...Cheahuychou Mao2023-03-011-2/+9
* SERVER-69153 Make analyzeShardKey and configureQueryAnalyzer command validate...Cheahuychou Mao2023-02-281-3/+6
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-73865 Use config shard name for the config serverJack Mulrow2023-02-231-2/+2
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-5/+1
* SERVER-73558 Put the analyzeShardKey IDL structs in analyze_shard_key namespaceCheahuychou Mao2023-02-031-0/+2
* SERVER-73012 Make mongos prioritize primary shard when forwarding analyzeShar...Cheahuychou Mao2023-02-021-4/+22
* SERVER-72373 upgrade all `rand` to `PseudoRandom`Billy Donahue2023-01-031-1/+3
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-10/+11
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-1/+1
* SERVER-46478 Add opLatencies to mongoS serverStatusKevin Cherkauer2022-09-281-0/+4
* SERVER-68753 Make analyzeShardKey command calculate metrics about the monoton...Cheahuychou Mao2022-09-201-33/+65
* SERVER-68752 Make analyzeShardKey command calculate metrics about the cardina...Cheahuychou Mao2022-09-201-1/+1
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-2/+5
* SERVER-69151 Remove 'analyze_shard_key' libraryCheahuychou Mao2022-08-301-2/+2
* SERVER-68751 Add analyzeShardKey and configureQueryAnalyzer commands on mongosCheahuychou Mao2022-08-301-0/+137