summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/column_store_index_load.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72486 Enable all features supported in SBE by defaultDavid Storch2023-03-301-1/+0
| | | | | | | 'featureFlagSbeFull' remains off by default but after this change has no function. We plan to re-use it in upcoming projects to flag-guard extensions to the SBE engine while they are under development.
* SERVER-74901 Disable CSIIan Boros2023-03-201-1/+2
|
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-4/+4
| | | | Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* SERVER-72680 Relax memory usage validation in CSI index testAlyssa Wagenmaker2023-01-101-8/+8
|
* SERVER-72328 Move memUsage to sorter statsShin Yee Tan2023-01-061-3/+13
|
* SERVER-71188 Track bytesSorted/numSorted for CSIAlyssa Wagenmaker2023-01-051-16/+39
|
* SERVER-72425 Check for forceClassicEngine before column store testsIvan Fefer2022-12-291-0/+1
|
* SERVER-67903 Move _numSorted and _totalDataSizeSorted to sorterStats classShin Yee Tan2022-12-221-0/+8
|
* SERVER-61644 Enable CSI feature flagIan Boros2022-12-101-3/+1
|
* SERVER-69956 Query planning heuristics for choosing columnscanAlyssa Wagenmaker2022-12-021-1/+5
|
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-10-261-0/+1
| | | | | | This allows the Sorter to manage a memory pool that can be used to allocate memory for index builds. Previously, we relied on each key to report its individual memory usage, but there are some cases where we fail to represent the actual memory used by all keys because the memory was backed by a shared buffer. This new memory pool holds references to all of the buffers it allocates and does not free them until the caller requests so, in this case when the sorter spills to disk. This strategy keeps the performance the same for index builds without many duplicate keys (due to repeated array values). In the degenerate case where we're building an index with very large duplicate keys, we will end up with more spilling than we had before, at the cost of correctly tracking our memory usage.
* SERVER-70421 Complete TODO listed in SERVER-69884sergey.galtsev2022-10-111-2/+0
|
* SERVER-69549 Unify tags used in columnstore index testsIrina Yatsenko2022-09-261-2/+3
|
* SERVER-69767 Robustify feature flag checks for columnstore index testsArun Banala2022-09-191-11/+3
|
* Revert "SERVER-69767 Robustify feature flag checks for columnstore index tests"Uladzimir Makouski2022-09-191-3/+11
| | | | This reverts commit 31526b6b7da43fff942a8fb184dab2e9b8f8b677.
* SERVER-69767 Robustify feature flag checks for columnstore index testsArun Banala2022-09-161-11/+3
|
* SERVER-67623 Use int64_t instead of RecordId in column index read pathParker Felix2022-08-181-1/+1
|
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-07-151-9/+28
|
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-07-081-0/+190
|
* Revert "SERVER-65481 Bulk shredding and loading for column store indexes"Sviatlana Zuiko2022-06-301-190/+0
| | | | This reverts commit cb9472afc30d32d1c18691d64899c1aa72cdc43d.
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-06-291-0/+190