summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_access_method.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-07-081-50/+60
* Revert "SERVER-65481 Bulk shredding and loading for column store indexes"Sviatlana Zuiko2022-06-301-60/+50
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-06-291-50/+60
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+4
* SERVER-64659 add external sorter file handle metrics to indexBulkBuilder serv...Benety Goh2022-04-291-0/+9
* SERVER-64659 add resumable index build counter to indexBulkBuild server statu...Benety Goh2022-04-291-0/+6
* SERVER-64659 add indexBulkBuilder server status section with minimal creation...Benety Goh2022-04-281-2/+38
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-64659 move sorter.h include to IndexAccessMethod cpp fileBenety Goh2022-04-281-0/+1
* SERVER-65922 Allow duplicate keys to be inserted before the index build with ...Yuhong Zhang2022-04-261-4/+3
* SERVER-65576 Improve time-series index build performance on non-measurement i...Gregory Wlodarek2022-04-141-1/+3
* SERVER-61582 Return `Status` from from `SortedDataInterface::insert`Gregory Noma2022-03-171-19/+11
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-4/+4
* SERVER-63033 Refactor resumable index builds to use IDL instead of manual BSO...Jordi Olivares Provencio2022-02-221-11/+7
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-3/+4
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-150/+323
* SERVER-63251 Rename AbstractIndexAccessMethod to SortedDataIndexAccessMethodMathias Stearn2022-02-031-110/+111
* SERVER-62004 Enable regular indexes to reject duplicate keys when enforcing d...Yuhong Zhang2022-01-191-12/+23
* Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang2021-12-301-32/+50
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-161-50/+32
* SERVER-43176 Remove seekExact from SortedDataInterfaceHenrik Edin2021-12-011-14/+3
* SERVER-61606 Don't perform untimestamped catalog writes when index builds rea...Gregory Noma2021-12-011-21/+15
* SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_insert` on s...Yuhong Zhang2021-11-191-2/+12
* SERVER-61427 Skip duplicate index key handler when exact key already exists i...Gregory Noma2021-11-171-10/+19
* Revert "SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_inse...Yuhong Zhang2021-11-111-12/+2
* SERVER-54360 Support secondary unique indexes on clustered collectionsLouis Williams2021-11-051-2/+6
* SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_insert` on s...Yuhong Zhang2021-11-041-2/+12
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-011-6/+11
* SERVER-59305 Reject timeseries measurements with array values in indexed fieldsDan Larkin-York2021-09-151-0/+5
* SERVER-59190 IndexAccessMethod can be destructed during index build bulk load...Yuhong Zhang2021-08-201-6/+6
* SERVER-57737 Index builds must save and restore the collection scanning curso...Dianna Hohensee2021-08-091-6/+16
* SERVER-59091 Avoid fetching namespace from durable catalog for every key inse...Gregory Noma2021-08-051-11/+12
* SERVER-51806 bulk key insertion phase of index build holds IX lock without yi...Yuhong Zhang2021-08-051-18/+64
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-151-1/+1
* SERVER-57610 IndexAccessMethod::commitBulk() retries inserting index keys on ...Gregory Wlodarek2021-06-111-3/+11
* SERVER-57127 AbstractIndexAccessMethod::doGetKeys() accepts OperationContext ...Benety Goh2021-06-041-1/+9
* SERVER-57127 IndexAccessMethod::getKeys() accepts OperationContext and Collec...Benety Goh2021-06-041-5/+17
* SERVER-57127 BulkBuilder::insert() accepts CollectionPtrBenety Goh2021-06-041-0/+2
* SERVER-57127 IndexAccessMethod::prepareUpdate() accepts CollectionPtrBenety Goh2021-06-031-0/+1
* SERVER-57127 IndexAccessMethod::findSingle() accepts CollectionPtrBenety Goh2021-06-031-0/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-8/+7
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-131-0/+7
* SERVER-52528 Test queries on sharded time-series collectionsLouis Williams2021-03-181-9/+10
* Revert "SERVER-52528 Test queries on sharded time-series collections"Louis Williams2021-03-161-10/+9
* SERVER-52528 Test queries on sharded time-series collectionsLouis Williams2021-03-161-9/+10
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-1/+1
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-4/+0
* Revert "SERVER-51461 Support building indexes from existing indexes guarded b...Louis Williams2021-02-081-9/+0
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-1/+1
* SERVER-50644, SERVER-50479: Add resumable index build support for ESE by usin...Varun Ravichandran2021-01-201-13/+25