summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/analyze_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73526 Invert logic for when DocumentSourceGroup does extra spilling in...David Storch2023-05-021-1/+1
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-251-3/+2
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-5/+7
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-1/+1
* SERVER-72702 Introduce 'numberBuckets' parameter to analyze commandBen Shteinfeld2023-01-191-4/+12
* SERVER-72614 Sampling analyze command implementationBen Shteinfeld2023-01-171-27/+56
* Revert "SERVER-72614 Sampling Analyze command implementation"auto-revert-processor2023-01-141-56/+27
* SERVER-72614 Sampling Analyze command implementationBen Shteinfeld2023-01-131-27/+56
* SERVER-71051 Make CE module less dependent on statistics moduleAnton Korshunov2022-11-281-2/+2
* SERVER-66606 Count types in stats for CEAlya Berciu2022-11-211-21/+16
* SERVER-70855 update statistics in the cache after running analyzeMisha Tyulenev2022-11-081-0/+5
* SERVER-67852 Partial statistics pipelinesamontea2022-09-161-32/+106
* SERVER-67997 Validation of analyze parametersLynne Wang2022-08-101-0/+54
* SERVER-67656 Implement authorization checks for the analyze commandLynne Wang2022-07-271-1/+7
* SERVER-67655: Implement analyze command for mongosLynne Wang2022-07-211-3/+5
* SERVER-66604 Analyze command skeletonLynne Wang2022-07-061-0/+84