summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_access_method.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74483 Remove unused InsertDeleteOptions fieldsYu Jin Kang Park2023-03-151-7/+0
* SERVER-73330 Immediately abort index build on (non-duplicate) key generation ...Yu Jin Kang Park2023-03-141-15/+17
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-191-21/+6
* SERVER-68981 Validate WT table logging settingsGregory Noma2023-01-131-8/+12
* SERVER-72419 Refactor IndexAccessMethod to have a single side-writes function...Dianna Hohensee2022-12-301-14/+4
* SERVER-65677: Use validate repair mode to fix duplicate keysWill Buerger2022-12-081-14/+18
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-10-261-1/+0
* SERVER-65978: Online column store index buildsWill Buerger2022-09-301-0/+26
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-2/+12
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-07-151-0/+1
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-4/+4
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-07-081-0/+14
* Revert "SERVER-65481 Bulk shredding and loading for column store indexes"Sviatlana Zuiko2022-06-301-14/+0
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-06-291-0/+14
* SERVER-64659 move sorter.h include to IndexAccessMethod cpp fileBenety Goh2022-04-281-1/+0
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-281-2/+7
* SERVER-63033 Refactor resumable index builds to use IDL instead of manual BSO...Jordi Olivares Provencio2022-02-221-2/+1
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-18/+0
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-263/+228
* SERVER-63251 Rename AbstractIndexAccessMethod to SortedDataIndexAccessMethodMathias Stearn2022-02-031-5/+5
* SERVER-62004 Enable regular indexes to reject duplicate keys when enforcing d...Yuhong Zhang2022-01-191-0/+18
* Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang2021-12-301-3/+2
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-161-2/+3
* SERVER-61606 Don't perform untimestamped catalog writes when index builds rea...Gregory Noma2021-12-011-4/+2
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-011-0/+3
* SERVER-59305 Reject timeseries measurements with array values in indexed fieldsDan Larkin-York2021-09-151-0/+8
* SERVER-59190 IndexAccessMethod can be destructed during index build bulk load...Yuhong Zhang2021-08-201-1/+3
* SERVER-57737 Index builds must save and restore the collection scanning curso...Dianna Hohensee2021-08-091-1/+11
* SERVER-51806 bulk key insertion phase of index build holds IX lock without yi...Yuhong Zhang2021-08-051-1/+9
* SERVER-57127 AbstractIndexAccessMethod::doGetKeys() accepts OperationContext ...Benety Goh2021-06-041-1/+3
* SERVER-57127 IndexAccessMethod::getKeys() accepts OperationContext and Collec...Benety Goh2021-06-041-2/+6
* SERVER-57127 BulkBuilder::insert() accepts CollectionPtrBenety Goh2021-06-041-0/+1
* SERVER-57127 IndexAccessMethod::prepareUpdate() accepts CollectionPtrBenety Goh2021-06-031-0/+2
* SERVER-57127 IndexAccessMethod::findSingle() accepts CollectionPtrBenety Goh2021-06-031-2/+6
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-4/+4
* Revert "SERVER-51461 Support building indexes from existing indexes guarded b...Louis Williams2021-02-081-13/+0
* SERVER-50644, SERVER-50479: Add resumable index build support for ESE by usin...Varun Ravichandran2021-01-201-3/+6
* SERVER-51895 Fix so drop index is registering a valid ident with the reaper w...Henrik Edin2020-11-101-8/+1
* SERVER-51853 Always initialize the numInserted out-parameter in AbstractIndex...Bernard Gorman2020-10-281-1/+3
* SERVER-51461 Support building indexes from existing indexes guarded by featur...Vishnu Kaushik2020-10-161-0/+13
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-291-0/+7
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-10/+10
* SERVER-50708 Test resuming multiple index buildsGregory Noma2020-09-241-8/+3
* SERVER-50899 Keep track of multikey in resumable index build stateGregory Noma2020-09-151-3/+3
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-4/+31
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-4/+4
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-261-2/+2
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-1/+8
* SERVER-50148 Fix use-after-move in MultiIndexBlockLouis Williams2020-08-061-5/+5
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-5/+11