summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/stats
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-183-8/+10
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-082-10/+11
* SERVER-72997 Fix several edge cases in histogram creationBen Shteinfeld2023-02-073-30/+161
* SERVER-72807 Add nanCountMisha Tyulenev2023-02-036-28/+108
* SERVER-73507 Fix ArrDistribution generation on WindowsBen Shteinfeld2023-02-032-10/+12
* SERVER-73428 [CQF] Eliminate duplicate conversion from document value to sbe ...Svilen Mihaylov2023-02-021-8/+9
* SERVER-71693 Exhaustive histogram creation testingBen Shteinfeld2023-01-273-0/+363
* SERVER-73239 Combine histogram and heuristic estimates in sargable nodesAlya Berciu2023-01-261-34/+39
* SERVER-72615 Compute CE for sampled histogramsAlya Berciu2023-01-249-56/+77
* SERVER-72702 Introduce 'numberBuckets' parameter to analyze commandBen Shteinfeld2023-01-191-0/+2
* SERVER-71692: Test CQF histograms with extreme BSON valuesBen Shteinfeld2023-01-185-11/+204
* SERVER-72614 Sampling analyze command implementationBen Shteinfeld2023-01-176-14/+47
* SERVER-71699 Fix SBEValue assignment operator to support self-assignmentSebastien Mendez2023-01-171-1/+1
* Revert "SERVER-72614 Sampling Analyze command implementation"auto-revert-processor2023-01-146-47/+14
* SERVER-72614 Sampling Analyze command implementationBen Shteinfeld2023-01-136-14/+47
* SERVER-68481 Test the performance of CEAnton Korshunov2022-12-222-3/+9
* SERVER-71057 Count histogram types once per arrayAlya Berciu2022-12-195-75/+283
* SERVER-71310 Validate histogramsAlya Berciu2022-12-1219-142/+474
* Revert "SERVER-71310 Validate histograms"Alexander Neben2022-12-0919-474/+142
* SERVER-71310 Validate histogramsAlya Berciu2022-12-0919-142/+474
* SERVER-71205 Fix histogram type to double conversionAlya Berciu2022-12-025-15/+191
* SERVER-71761 Fix coverity arguments in wrong orderAlya Berciu2022-12-022-1/+77
* SERVER-71513 Support array histograms in statisticsAlya Berciu2022-11-304-20/+57
* SERVER-71051 Make CE module less dependent on statistics moduleAnton Korshunov2022-11-2835-0/+4550