summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-052-1/+15
* Revert "SERVER-71061 Added column-store index validation"auto-revert-processor2023-01-052-15/+1
* SERVER-71188 Track bytesSorted/numSorted for CSIAlyssa Wagenmaker2023-01-051-1/+6
* SERVER-64334 Test that column store index handles path edge casesJustin Seyster2023-01-042-0/+211
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-042-1/+15
* SERVER-72419 Refactor IndexAccessMethod to have a single side-writes function...Dianna Hohensee2022-12-305-44/+31
* SERVER-68685 Adds new $_internalIndexKey agg expression.Rishab Joshi2022-12-254-4/+69
* SERVER-71664 Column key generation, return found duplicate field when the arr...Dianna Hohensee2022-12-222-2/+29
* SERVER-67903 Move _numSorted and _totalDataSizeSorted to sorterStats classShin Yee Tan2022-12-221-0/+2
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-1/+0
* SERVER-71287 Stash CollectionCatalog when starting multi-document transactionsHenrik Edin2022-12-141-14/+20
* SERVER-65976 Enable block compression for column store indexesJustin Seyster2022-12-084-0/+30
* SERVER-65677: Use validate repair mode to fix duplicate keysWill Buerger2022-12-082-19/+33
* SERVER-69421 Fix ProgressMeter race conditionsAlex Li2022-12-014-23/+62
* 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