summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68658 Unit test fixture for IndexBuildInterceptorJustin Seyster2022-08-116-10/+137
* SERVER-66925: Resumable Index Build for Column storeErin Zhu2022-08-094-9/+79
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-307-21/+132
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-272-4/+4
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-0/+9
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-07-157-23/+40
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-1525-52/+52
* SERVER-67979 Relax 'numSpills' check in ColumnStoreSorter testJustin Seyster2022-07-121-4/+4
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-07-087-93/+773
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-2/+2
* Revert "SERVER-65481 Bulk shredding and loading for column store indexes"Sviatlana Zuiko2022-06-307-764/+93
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-06-297-93/+764
* SERVER-65634 Added "clustered" to field name strings in index descriptorDamian Wasilewicz2022-06-161-0/+1
* SERVER-67086 Fix gTimeseriesMetricIndexes usageGregory Wlodarek2022-06-081-2/+3
* SERVER-66545 Collator should be passed as an argument to "generateSortKey" bu...Anton Korshunov2022-05-276-30/+35
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-7/+4
* SERVER-66314 improve columnar steady-state write implMathias Stearn2022-05-185-58/+177
* SERVER-66102 Change column scan stage to read from true column indexIan Boros2022-05-111-6/+14
* SERVER-66103 Teach SplitCellView::parse() to handle new flagsMathias Stearn2022-05-113-9/+62
* SERVER-66306 Initialize counter to 0Charlie Swanson2022-05-091-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0618-18/+55
* SERVER-66021 Support C(r)UD for columnstore indexesCharlie Swanson2022-05-056-38/+128
* SERVER-65933 Enable creation of columnstore indexCharlie Swanson2022-05-031-3/+6
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-05-021-0/+4
* SERVER-64766 Translation from UnencodedCellView to columnar index formatJustin Seyster2022-04-305-3/+495
* Revert "SERVER-64349 Add heuristic-based planning support for bucket unpackin...samontea2022-04-291-4/+0
* 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-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-04-281-0/+4
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-284-4/+4
* SERVER-64659 move sorter.h include to IndexAccessMethod cpp fileBenety Goh2022-04-282-1/+1
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-286-12/+374
* SERVER-65922 Allow duplicate keys to be inserted before the index build with ...Yuhong Zhang2022-04-261-4/+3
* SERVER-65406 Handle compressed buckets in timeseries dotted path support libraryDan Larkin-York2022-04-202-10/+11
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-0/+1
* SERVER-65576 Improve time-series index build performance on non-measurement i...Gregory Wlodarek2022-04-142-4/+14
* SERVER-65192 Implement ColumnShredder to extract paths and cells for a documentMathias Stearn2022-04-124-0/+1442
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-0/+1
* SERVER-61582 Return `Status` from from `SortedDataInterface::insert`Gregory Noma2022-03-171-19/+11
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-243-13/+12
* SERVER-63033 Refactor resumable index builds to use IDL instead of manual BSO...Jordi Olivares Provencio2022-02-223-13/+9
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-114-21/+21
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-1112-540/+623
* Revert "SERVER-62209 Add 'comment' option to 'createIndex' command"Shin Yee Tan2022-02-072-12/+0
* Revert "SERVER-63089 Disallow downgrade when the index comment field exists"Shin Yee Tan2022-02-071-5/+0
* SERVER-63251 Rename AbstractIndexAccessMethod to SortedDataIndexAccessMethodMathias Stearn2022-02-0316-129/+130
* SERVER-62388 Fix variable shadowing in ExpressionKeysPrivate::getS2KeysJames Wahlin2022-02-021-2/+1
* SERVER-63089 Disallow downgrade when the index comment field existsYuhong Zhang2022-02-021-0/+5
* SERVER-62209 Add 'comment' option to 'createIndex' commandShin Yee Tan2022-01-242-0/+12