summaryrefslogtreecommitdiff
path: root/jstests/sharding/analyze_shard_key
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77094 refresh_sample_rates.js should wait for the config server to kno...Cheahuychou Mao2023-05-151-0/+5
* SERVER-76888 Disable sample_rates_sharded.js from the sharding_continuous_con...Cheahuychou Mao2023-05-052-3/+8
* SERVER-76862 update sample_nested_agg_queries_common.js for SBE CC scansKevin Cherkauer2023-05-041-5/+12
* SERVER-73526 Invert logic for when DocumentSourceGroup does extra spilling in...David Storch2023-05-021-1/+0
* SERVER-76719 Make analyzeShardKey command set the monotonicity for hashed com...Cheahuychou Mao2023-05-011-4/+7
* SERVER-76692 sampling_current_op_and_server_status_sharded.js should use asse...Cheahuychou Mao2023-04-282-4/+5
* SERVER-76311 Set upper limit for the sampleRate in configureQueryAnalyzer com...Cheahuychou Mao2023-04-268-17/+15
* SERVER-76296 Make QueryAnalysisWriter only persist samples for collection wit...Cheahuychou Mao2023-04-259-0/+242
* SERVER-76296 Serialize configureQueryAnalyzer command with DDL commandsCheahuychou Mao2023-04-252-32/+70
* SERVER-70479 Make sure that dropDatabase, dropCollection and renameCollection...Cheahuychou Mao2023-04-251-2/+57
* SERVER-70479 Use namespace as the _id for config.queryAnalyzers collectionCheahuychou Mao2023-04-243-62/+98
* SERVER-76475 Skip sampleId validation based on testingDiagnosticsEnabled inst...Cheahuychou Mao2023-04-247-21/+0
* SERVER-76310 Use config shard terminology instead of catalog shardJack Mulrow2023-04-249-22/+22
* SERVER-76297 Make query sampling jstests check namespace and collection uuid ...Cheahuychou Mao2023-04-2114-100/+231
* SERVER-71064 Deprioritize inserts to config.sampledQueries and config.sampled...Israel Hsu2023-04-201-0/+97
* SERVER-76148 Increase the number of documents used in monotonicity testsCheahuychou Mao2023-04-143-6/+6
* SERVER-75886 Make analyzeShardKey command return shard key values correctly w...Cheahuychou Mao2023-04-113-21/+18
* SERVER-75915 Make sample_rates*.js test assert on the percentages of each ind...Cheahuychou Mao2023-04-103-26/+54
* SERVER-75806 Make the analyzeShardKey machinery run commands via the ReplicaS...Cheahuychou Mao2023-04-101-2/+2
* SERVER-74568: SdamServerSelector sometimes doesn't fully respect client readP...wenqinYe2023-04-101-3/+1
* SERVER-75887 Update TODO item for SERVER-70994Cheahuychou Mao2023-04-101-2/+2
* SERVER-68760 Implement $listSampledQueries aggregation stageIsrael Hsu2023-04-084-1/+328
* SERVER-75594 Make analyzeShardKey command only use one config collection to s...Cheahuychou Mao2023-04-075-60/+87
* SERVER-75534 Make read_and_write_distribution.js set the fail point manually ...Cheahuychou Mao2023-04-071-12/+12
* SERVER-74498 Remove temporary_catalog_shard_incompatible tags (part 1)Jack Mulrow2023-04-073-10/+19
* SERVER-75534 Add 'configOptions' back in read_and_write_distribution.js since...Cheahuychou Mao2023-04-061-1/+9
* SERVER-75534 Make sure that read_and_write_distribution.js also sets the fail...Cheahuychou Mao2023-04-061-23/+6
* SERVER-75534 Reorganize the fail point predicate and change verbosity level o...Cheahuychou Mao2023-04-061-1/+1
* SERVER-52433 Enable feature flag for PM-1858Cheahuychou Mao2023-04-0547-47/+47
* SERVER-69804 Add 'startTime' to currentOp output for query samplingCheahuychou Mao2023-04-052-13/+67
* SERVER-69804 Add 'startTime' and 'stopTime' to config.queryAnalyzers document...Cheahuychou Mao2023-04-042-65/+108
* SERVER-73952 Increase the number of documents in monotonicity_after_chunk_mig...Cheahuychou Mao2023-04-041-3/+3
* SERVER-69653 Add auth privilege requirements to the analyzeShardKey and confi...Israel Hsu2023-04-044-2/+392
* SERVER-75226 Use bsonWoCompare when comparing the NumberLong countsCheahuychou Mao2023-04-031-3/+5
* SERVER-75575 Make sure that writing invalid config.queryAnalyzers or config.m...Cheahuychou Mao2023-04-031-0/+47
* SERVER-75534 Make sure that the sample rate for each sampler mongos and mongo...Cheahuychou Mao2023-03-311-3/+26
* SERVER-75226 Add serverStatus and currentOp reporting for query sampling on s...Cheahuychou Mao2023-03-314-403/+527
* SERVER-75111 Query sampling should store the "let" field for each read queryCheahuychou Mao2023-03-301-39/+95
* SERVER-75312 Make sure analyzeShardKey command can handle queries with $expr ...Cheahuychou Mao2023-03-281-1/+1
* SERVER-75359 Add QueryPlanKilled to list of expected error codes in ddl.jsCheahuychou Mao2023-03-281-2/+9
* SERVER-72528 disabling feature flag from "all feature flag" build variantsKruti Shah2023-03-272-3/+7
* SERVER-75143 Make analyzeShardKey command calculate read and write distributi...Cheahuychou Mao2023-03-2514-373/+400
* SERVER-74065 Support query sampling on replica setsCheahuychou Mao2023-03-2411-140/+282
* SERVER-75032 Support _refreshQueryAnalyzerConfiguration command on standalone...Cheahuychou Mao2023-03-243-283/+291
* SERVER-75031 Make configureQueryAnalyzer command on standalone replica set pe...Cheahuychou Mao2023-03-241-129/+77
* SERVER-74338 Add concurrency workload that runs configureQueryAnalyzer and an...Cheahuychou Mao2023-03-232-15/+21
* SERVER-75028 Turn helpers for executing write commands in analyze_shard_key_u...Cheahuychou Mao2023-03-211-3/+4
* SERVER-75030 Disallow configureQueryAnalyzer command on multi-tenant replica setCheahuychou Mao2023-03-212-121/+198
* SERVER-74755 Make QueryAnalysisSampleCounters refresh config atomic with samp...Israel Hsu2023-03-201-85/+140
* SERVER-74774 Make analyzeShardKey command handle the case where the fast data...Cheahuychou Mao2023-03-201-0/+178