summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_build_block.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-10-261-9/+0
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-09-281-1/+1
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-011-0/+9
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-6/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+2
* SERVER-50899 Keep track of multikey in resumable index build stateGregory Noma2020-09-151-1/+1
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-8/+3
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-4/+7
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-0/+9
* SERVER-39715 Keep index build temporary tables on clean shutdownGregory Noma2020-06-091-2/+3
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-071-1/+4
* SERVER-39918 Untangle IndexBuildBlock from IndexCatalogImplGregory Noma2019-07-031-0/+120