summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-72518 Make 5% random-cursor $sample cutoff configurableNaama Bareket2023-02-061-0/+1
* SERVER-73110 Each shard should check extended-range for timeseries sortingDavid Percy2023-02-041-1/+2
* SERVER-72781 Lazily construct sort value only when the sorter decides to stor...Rui Liu2023-01-252-32/+38
* SERVER-72328 Move memUsage to sorter statsShin Yee Tan2023-01-065-29/+154
* SERVER-72424 Fix bytesSpilled field in SorterFileStatsIvan Fefer2022-12-291-0/+1
* SERVER-67903 Move _numSorted and _totalDataSizeSorted to sorterStats classShin Yee Tan2022-12-226-61/+114
* SERVER-53657 Add spill file size to execution stats for $groupIvan Fefer2022-12-063-0/+8
* SERVER-71567 Add pragma once in sorter_stats.hYu Jin Kang Park2022-11-241-0/+2
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-10-264-10/+67
* Revert "SERVER-53657 Add 'spillFileSizeBytes' and 'numBytesSpilledEstimate' t...auto-revert-processor2022-10-213-8/+0
* SERVER-53657 Add 'spillFileSizeBytes' and 'numBytesSpilledEstimate' to $grou...Mihai Andrei2022-10-203-0/+8
* SERVER-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-293-56/+77
* SERVER-69578 add bugprone-misplaced-widening-cast check to clang-tidyTrevor Guidry2022-09-151-1/+1
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-7/+9
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
* SERVER-66925: Resumable Index Build for Column storeErin Zhu2022-08-092-0/+22
* SERVER-68196 Fix broken assertion in BoundedSorterDan Larkin-York2022-07-281-4/+5
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-07-157-93/+364
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-07-082-6/+13
* Revert "SERVER-65481 Bulk shredding and loading for column store indexes"Sviatlana Zuiko2022-06-302-13/+6
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-06-292-6/+13
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-062-9/+5
* SERVER-64659 Sorter::File accepts optional SorterFileStats for tracking file ...Benety Goh2022-04-283-11/+50
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-3/+0
* SERVER-65881 Support sort-limit optimization with bounded sort stageDan Larkin-York2022-04-221-1/+6
* SERVER-63637 Execution stats for internalBoundedSort stageDan Larkin-York2022-04-061-0/+5
* SERVER-64348 Support compound sort in $_internalBoundedSort stageDavid Percy2022-03-293-1/+247
* SERVER-64602 Provide time-series bucket time bounds as document metadata for ...Dan Larkin-York2022-03-214-10/+13
* SERVER-64347 Add support for descending sort to the bounded sorterDan Larkin-York2022-03-163-68/+245
* SERVER-64451 Ensure we don't try to access BoundedSorter heap if it is emptyDan Larkin-York2022-03-141-1/+1
* SERVER-64093 Support spilling to disk in BoundedSorterDan Larkin-York2022-03-103-66/+521
* SERVER-63699 Create a very limited bounded-sort stage for time-seriesDavid Percy2022-02-162-0/+263
* SERVER-60331 Make ExternalSorter respect memory limitsJordi Olivares Provencio2022-02-023-28/+189
* Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang2021-12-3023-2198/+1805
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-1623-1805/+2198
* SERVER-54791 Fix `Sorter::File` cleanupGregory Noma2021-07-282-12/+12
* SERVER-54791 Use single file descriptor for external sortGregory Noma2021-07-283-185/+231
* SERVER-58197 Pass ranges by reference when constructing a Sorter from existin...Gregory Noma2021-07-012-4/+4
* SERVER-58201 Remove Sorter::_numSpillsGregory Noma2021-07-012-6/+3
* SERVER-56424 Sorter detects and converts out of disk space system error rathe...Benety Goh2021-05-261-0/+8
* SERVER-55601 Improve performance of Queries.CoveredBlockingSort benchmark in SBENikita Lapkov2021-05-212-1/+25
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-212-21/+25
* SERVER-51815 Sort stage should provide specific stats for total mem usage in SBEMihai Andrei2021-01-272-8/+17
* SERVER-50644, SERVER-50479: Add resumable index build support for ESE by usin...Varun Ravichandran2021-01-202-5/+25
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-193-17/+43
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-1/+1
* SERVER-50956 Test resuming larger index builds that spill to disk during coll...Gregory Noma2020-10-143-58/+75
* SERVER-50131 add tests for constructing Sorter from existing rangesBenety Goh2020-09-301-0/+166