summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-66692 Allow creating TTL index over timeField with partialFilterExpres...Faustoleyva542022-06-101-9/+53
* SERVER-67163 Store hashed top-level field names when reopening bucketsGregory Wlodarek2022-06-101-2/+3
* SERVER-67086 Fix gTimeseriesMetricIndexes usageGregory Wlodarek2022-06-083-24/+20
* SERVER-66682 Initialize bucket representation from an existing bucket documentGregory Wlodarek2022-06-086-18/+441
* SERVER-66727 Use full-precision timestamp for time-series bucketing decisionDan Larkin-York2022-06-031-2/+6
* SERVER-66681 Initialize schema representation from an existing bucket documentGregory Wlodarek2022-05-265-5/+204
* SERVER-66676 Initialize min/max summaries from an existing bucket documentGregory Wlodarek2022-05-266-0/+311
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-2/+2
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-102-3/+3
* SERVER-62102 Append aggregated BucketCatalog execution stats for all namespac...Gregory Wlodarek2022-05-062-50/+157
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-064-4/+12
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-292-2/+2
* SERVER-60912 Remove FCV references for time-series measurement indexesGregory Wlodarek2022-04-281-6/+0
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-65406 Handle compressed buckets in timeseries dotted path support libraryDan Larkin-York2022-04-206-229/+485
* SERVER-6491 Make dropIndexes take the distlock so it can never run in paralle...Randolph Tan2022-04-201-2/+6
* SERVER-65350 Fix typo in architecture guide for timeseries measurementsPavi Vetriselvan2022-04-151-2/+2
* SERVER-65393 Fix tassert in createBucketsSpecFromTimeseriesSpecDavid Percy2022-04-082-5/+44
* SERVER-63902 Fix $natural hint on time-series collectionsDavid Percy2022-04-043-8/+29
* SERVER-65081 Enable Time-series Metric IndexesDavid Percy2022-03-301-33/+44
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-234-4/+11
* SERVER-63593 Array compression support for BSONColumnHenrik Edin2022-03-232-2/+13
* SERVER-61010 Require a `Status` for `BucketCatalog::abort`Gregory Noma2022-02-283-59/+72
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-263-2/+2
* SERVER-63841 Disable time-series metric indexesDavid Percy2022-02-221-44/+33