summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70875 Fix and improve archived bucket trackingDan Larkin-York2022-10-261-1/+11
* SERVER-70505 Synchronize bucket compression with reopeningDan Larkin-York2022-10-264-48/+230
* SERVER-67597 Handle new time-series bucketing parameters on downgradeFaustoleyva542022-10-261-46/+42
* SERVER-69899 Dynamically size time series buckets based on workload and WT ca...Faustoleyva542022-10-183-20/+93
* SERVER-67599 Allow collMod to set bucketMaxSpanSeconds and bucketRoundingSecondsAdrian Gonzalez2022-10-183-43/+144
* SERVER-69914 Track document IDs for time series deletions without recording p...Dan Larkin-York2022-10-183-0/+111
* SERVER-67598 Add support for maxSpanSeconds and roundingSeconds argumentsAdrian Gonzalez2022-10-073-20/+153
* SERVER-68252 BSONColumnBuilder improvementsHenrik Edin2022-10-061-4/+2
* SERVER-68360 Add BSONElementValue helperHenrik Edin2022-10-062-9/+9
* SERVER-70021 Soft close time series buckets instead of archiving except under...Dan Larkin-York2022-10-063-175/+94
* SERVER-66685 Fetch archived buckets from disk and handle complex metaFields f...Dan Larkin-York2022-09-277-137/+214
* SERVER-67236 Improve size and memUsage tracking for reopened bucketsDan Larkin-York2022-09-223-4/+46
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-2/+0
* SERVER-66686 Optimize fetching archived buckets using OIDFaustoleyva542022-09-214-0/+86
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-66690 Insert into closed buckets identified via aggregation pipelineFaustoleyva542022-09-172-44/+114
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-1/+1
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-1/+0
* SERVER-69469 Retain minimal information when archiving a bucketDan Larkin-York2022-09-082-8/+9
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-1/+1
* SERVER-69249 Allow inserting into reopened compressed bucketsDan Larkin-York2022-09-076-1/+164
* SERVER-69404 Do not archive cleared bucketsDan Larkin-York2022-09-061-1/+3
* SERVER-66699 Add statistics about bucket state management to serverStatusDan Larkin-York2022-08-292-0/+31
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-7/+5
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
* SERVER-68962 Synchronize bucket reopening with asynchronous clearingDan Larkin-York2022-08-255-228/+338
* SERVER-66698 Clear BucketCatalog namespaces lazily using clear registryDavid Wang2022-08-193-46/+99
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-182-11/+11
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+1
* SERVER-67814 Fix detection of and report the number of time-series collection...Dan Larkin-York2022-08-183-29/+55
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-8/+4
* SERVER-66688 Build aggregation pipeline to identify candidate buckets given a...Faustoleyva542022-08-166-47/+355
* SERVER-66697 Remove outdated entries from clear registryDavid Wang2022-08-043-2/+96
* SERVER-61685 Remove isTimeseriesNamespace flag for collModRui Liu2022-08-021-10/+3
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-011-6/+6
* SERVER-66794 Detect time-series collections that require extended range supportDan Larkin-York2022-07-304-0/+269
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-2/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-273-4/+4
* SERVER-67595 Introduce bucketRoundingSeconds time-series optionDavid Wang2022-07-256-21/+48
* SERVER-68052 Ensure BucketCatalog mutex outlives its usesDavid Wang2022-07-151-3/+3
* SERVER-66695 Introduce BucketCatalog clear registryDavid Wang2022-07-153-29/+165
* SERVER-67547 Ensure time-series schema update status is as expectedDan Larkin-York2022-07-131-1/+2
* SERVER-66694 Track bucket count per termDavid Wang2022-07-083-27/+155
* SERVER-67622 Optimize timeseries_dotted_path_support functions and fix array ...Dan Larkin-York2022-07-062-117/+209
* SERVER-66693 Introduce BucketCatalog term and tie to bucket at constructionDavid Wang2022-06-294-217/+373
* SERVER-67262 Refactor BucketCatalog APIs to allow for bucket re-openingDan Larkin-York2022-06-243-219/+811
* SERVER-66738 Improve bucketing performance for large time-series measurementsGregory Wlodarek2022-06-163-4/+56
* SERVER-67125 Set control.closed flag when closing a time-series bucket that s...Gregory Wlodarek2022-06-155-5/+31
* SERVER-66683 Archive eligible buckets instead of closing themDan Larkin-York2022-06-143-113/+424
* SERVER-65703 Approximate control.min and control.max space usage for time-ser...Gregory Wlodarek2022-06-132-19/+27