summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_build_interceptor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-0/+16
* SERVER-48067 Reduce memory consumption for unique index builds with large num...Gregory Noma2020-07-201-2/+2
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-0/+2
* SERVER-39715 Keep index build temporary tables on clean shutdownGregory Noma2020-06-091-4/+6
* SERVER-48415 Write placeholder document to internal table on clean shutdown f...Gregory Noma2020-06-091-0/+9
* SERVER-40894 Remove unused setGhostCommitTimestampForWrite() and TimestampInd...Gregory Noma2020-05-271-9/+0
* SERVER-47605 Single-phase index builds should only check constraint violation...Louis Williams2020-04-231-12/+4
* SERVER-47416 Eliminate copies of KeyStringSet when possibleHenrik Edin2020-04-141-1/+1
* SERVER-46895 Do not check duplicate key violations on index builds during opl...Louis Williams2020-03-271-6/+0
* SERVER-44654 Allow unique, two-phase index builds to continue running on step...Louis Williams2020-03-051-4/+9
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-301-2/+31
* SERVER-44121 IndexBuildInterceptor::drainWritesIntoIndex() yields locks only ...Benety Goh2019-10-231-3/+2
* SERVER-44121 IndexBuildInterceptor::drainWritesIntoIndex() accepts drain yiel...Benety Goh2019-10-231-1/+2
* SERVER-44121 add IndexBuildInterceptor::DrainYieldPolicyBenety Goh2019-10-221-0/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+2
* SERVER-39708 Optimize Btree multikey updatesMaria van Keulen2019-09-101-0/+3
* SERVER-42869 use shared_ptr to manage side writes counter in IndexBuildInterc...Benety Goh2019-08-221-1/+8
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+3
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-06-131-3/+3
* SERVER-40854 Hybrid index builds should reposition cursors to the beginning o...Louis Williams2019-05-021-0/+2
* SERVER-39703 Pull opCtx ptr out of the TemporaryKVRecordStore and instead pas...Dianna Hohensee2019-02-211-3/+11
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-2/+9
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-311-1/+5
* SERVER-38378 Hybrid builds should yield locks and check for interrupts while ...Louis Williams2019-01-171-0/+6
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-0/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38675 Do not check duplicate key constraints for index builds on secon...Louis Williams2019-01-021-0/+5
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-6/+22
* Revert "SERVER-38036 Turn on hybrid builds for background, unique indexes"Louis Williams2018-12-071-22/+6
* SERVER-38036 Turn on hybrid builds for background, unique indexesLouis Williams2018-12-061-6/+22
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-10/+51
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-0/+74