summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/skipped_record_tracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-23/+18
* SERVER-61606 Don't perform untimestamped catalog writes when index builds rea...Gregory Noma2021-12-011-13/+45
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-011-2/+9
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-3/+2
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-141-1/+2
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-16/+4
* SERVER-40820 Index builders to support write conflictsBynn Lee2021-02-261-8/+14
* SERVER-54759 SkippedRecordTracker to support time-series collectionsGregory Wlodarek2021-02-251-2/+15
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+1
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50126 Use constructor delegation for skipped record trackerSamy Lanka2020-08-111-3/+2
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-0/+19
* SERVER-48067 Reduce memory consumption for unique index builds with large num...Gregory Noma2020-07-201-2/+1
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-2/+5
* SERVER-39715 Keep index build temporary tables on clean shutdownGregory Noma2020-06-091-2/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-2/+2
* SERVER-47407 Avoid using WriteUnitOfWork in index build collection scan loopLouis Williams2020-04-091-0/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-4/+13
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-301-0/+153