summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/query_analysis_writer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-101-3/+0
* SERVER-75284 Add validation for originalQuery and originalCollationKruti Shah2023-04-271-21/+21
* SERVER-76187 Decrease the limit for the total BSONObj size for documents in a...Cheahuychou Mao2023-04-261-1/+26
* SERVER-76296 Make QueryAnalysisWriter only persist samples for collection wit...Cheahuychou Mao2023-04-251-0/+78
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-2/+1
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+2
* SERVER-75594 Make analyzeShardKey command only use one config collection to s...Cheahuychou Mao2023-04-071-29/+48
* SERVER-52433 Enable feature flag for PM-1858Cheahuychou Mao2023-04-051-1/+2
* SERVER-75111 Query sampling should store the "let" field for each read queryCheahuychou Mao2023-03-301-21/+78
* SERVER-70996 Add serverStatus reporting for query analysis, reorg QueryAnalys...Israel Hsu2023-03-091-111/+0
* SERVER-70997 Implement query sampler counters for $currentOpIsrael Hsu2023-02-161-0/+111
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-151-1/+1
* SERVER-73723 Add log messages for query samplingCheahuychou Mao2023-02-081-13/+11
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-2/+4
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-2/+2
* SERVER-70784 Create TTL index for config.sampledQueries and config.sampledQue...Israel Hsu2023-01-251-43/+156
* SERVER-72373 upgrade all `rand` to `PseudoRandom`Billy Donahue2023-01-031-2/+8
* SERVER-72030 Not use separate IDL types for sampled read and write queriesCheahuychou Mao2022-12-151-30/+30
* SERVER-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-021-0/+240
* SERVER-70753 Make shards support persisting sampled write queriesCheahuychou Mao2022-11-021-11/+409
* SERVER-70473 Make shards support persisting sampled read queriesCheahuychou Mao2022-11-011-0/+643