summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/query_analysis_writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-101-3/+1
* SERVER-75284 Add validation for originalQuery and originalCollationKruti Shah2023-04-271-19/+54
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-2/+10
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-10/+2
* SERVER-76296 Make QueryAnalysisWriter only persist samples for collection wit...Cheahuychou Mao2023-04-251-13/+29
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-2/+10
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-1/+1
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-75806 Make the analyzeShardKey machinery run commands via the ReplicaS...Cheahuychou Mao2023-04-101-28/+31
* SERVER-75594 Make analyzeShardKey command only use one config collection to s...Cheahuychou Mao2023-04-071-69/+43
* 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-051-2/+11
* SERVER-69804 Add 'startTime' to currentOp output for query samplingCheahuychou Mao2023-04-051-8/+9
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-41/+30
* SERVER-75111 Query sampling should store the "let" field for each read queryCheahuychou Mao2023-03-301-38/+57
* SERVER-74065 Support query sampling on replica setsCheahuychou Mao2023-03-241-24/+87
* SERVER-74338 Add concurrency workload that runs configureQueryAnalyzer and an...Cheahuychou Mao2023-03-231-2/+2
* SERVER-75027 Refactor helpers in analyze_shard_key_util_role.cppCheahuychou Mao2023-03-211-1/+1
* SERVER-70996 Add serverStatus reporting for query analysis, reorg QueryAnalys...Israel Hsu2023-03-091-29/+8
* SERVER-70997 Implement query sampler counters for $currentOpIsrael Hsu2023-02-161-10/+51
* SERVER-73950 Make all logs for query sampling go under the kSharding componentCheahuychou Mao2023-02-151-3/+3
* SERVER-73723 Add log messages for query samplingCheahuychou Mao2023-02-081-16/+41
* SERVER-72912 Create TTL indexes on config.{sampledQueries,sampledQueriesDiff}...Israel Hsu2023-02-021-2/+2
* SERVER-68757 SERVER-68758 SERVER-69800 (2/2) Make analyzeShardKey command cal...Cheahuychou Mao2023-01-271-4/+11
* SERVER-72282 Remove leftover code from merge conflicts and make the log messa...Cheahuychou Mao2023-01-251-54/+47
* SERVER-70784 Create TTL index for config.sampledQueries and config.sampledQue...Israel Hsu2023-01-251-15/+173
* SERVER-72852 Move the aggregate and write helpers for analyzeShardKey into a ...Cheahuychou Mao2023-01-201-148/+6
* SERVER-68761 Setup jscore passthrough test suite for query samplingIsrael Hsu2022-12-211-0/+3
* SERVER-72030 Not use separate IDL types for sampled read and write queriesCheahuychou Mao2022-12-151-21/+21
* SERVER-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-021-1/+63
* SERVER-70753 Make shards support persisting sampled write queriesCheahuychou Mao2022-11-021-0/+192
* SERVER-70473 Make shards support persisting sampled read queriesCheahuychou Mao2022-11-011-0/+441