summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-10-263-6/+4
* SERVER-66503 Skip unindexing from `_id` index when handling duplicate record ...Gregory Noma2022-10-201-6/+2
* SERVER-70584 fix missing library dependencies for stitch_support_testBenety Goh2022-10-141-0/+2
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-2/+0
* SERVER-70010 Fix opCtx interruption checks in execution codebaseMatt Diener2022-10-031-1/+1
* SERVER-65978: Online column store index buildsWill Buerger2022-09-308-122/+615
* SERVER-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-293-10/+13
* SERVER-69908 fix clang_tidy on enterprise-rhel80-dynamic-clang-tidy-v4Trevor Guidry2022-09-221-2/+2
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-202-2/+2
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-164-7/+28
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-1/+1
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-021-1/+1
* SERVER-69104 Avoid repeated creation of ColumnStoreEncoderJustin Seyster2022-09-011-1/+2
* SERVER-67538 Make multi-doc txns return WCE on index catalog changesJosef Ahmad2022-08-311-0/+20
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-262-3/+2
* SERVER-67138 Change column index key generation to only insert keys for field...Justin Zhang2022-08-195-291/+959
* SERVER-68941 Unify common functionality in BulkBuilder implementationsErin Zhu2022-08-194-217/+351
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-2/+2
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-19/+14
* SERVER-67623 Use int64_t instead of RecordId in column index read pathParker Felix2022-08-184-34/+40
* 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