summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/columns_access_method.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73330 Immediately abort index build on (non-duplicate) key generation ...Yu Jin Kang Park2023-03-141-4/+4
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-3/+6
* SERVER-73465 Updates during column store index build can result in no-op side...Justin Seyster2023-02-011-2/+8
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-191-9/+1
* SERVER-68981 Validate WT table logging settingsGregory Noma2023-01-131-4/+6
* SERVER-72351 Fix incorrect generation of side writes for update operationsJustin Seyster2023-01-051-35/+38
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-051-1/+3
* Revert "SERVER-71061 Added column-store index validation"auto-revert-processor2023-01-051-3/+1
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-041-1/+3
* SERVER-72419 Refactor IndexAccessMethod to have a single side-writes function...Dianna Hohensee2022-12-301-5/+9
* SERVER-65976 Enable block compression for column store indexesJustin Seyster2022-12-081-0/+6
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-10-261-2/+0
* SERVER-65978: Online column store index buildsWill Buerger2022-09-301-51/+190
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-2/+7
* SERVER-67138 Change column index key generation to only insert keys for field...Justin Zhang2022-08-191-9/+9
* SERVER-68941 Unify common functionality in BulkBuilder implementationsErin Zhu2022-08-191-86/+78
* SERVER-67623 Use int64_t instead of RecordId in column index read pathParker Felix2022-08-181-15/+20
* SERVER-66925: Resumable Index Build for Column storeErin Zhu2022-08-091-9/+17
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-301-1/+13
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-07-151-2/+4
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-07-081-27/+98
* Revert "SERVER-65481 Bulk shredding and loading for column store indexes"Sviatlana Zuiko2022-06-301-92/+27
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-06-291-27/+92
* SERVER-66314 improve columnar steady-state write implMathias Stearn2022-05-181-47/+56
* SERVER-66102 Change column scan stage to read from true column indexIan Boros2022-05-111-6/+14
* SERVER-66306 Initialize counter to 0Charlie Swanson2022-05-091-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66021 Support C(r)UD for columnstore indexesCharlie Swanson2022-05-051-26/+87
* SERVER-65933 Enable creation of columnstore indexCharlie Swanson2022-05-031-3/+6
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-281-0/+220