summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-10-194-7/+22
* SERVER-59855 move getTimeseriesOptions() into its own libraryBenety Goh2021-10-195-22/+120
* SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series coll...Arun Banala2021-10-184-30/+107
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-10-181-7/+9
* SERVER-57589 Translate timeseries namespace for collStats command and expand ...Rui Liu2021-10-183-0/+130
* SERVER-58175 Round time values before routing inserts to sharded timeseries c...Nikita Lapkov2021-10-165-40/+111
* SERVER-57437 Support basic insert routing for sharded time-series collectionsNikita Lapkov2021-10-141-0/+2
* SERVER-57315 Enable shardCollection command for a time series collectionArun Banala2021-10-144-4/+35
* SERVER-60548 Check for `kUnset` in `MinMax::_appendUpdates`Gregory Noma2021-10-142-1/+24
* SERVER-57603 Modify minUpdates and maxUpdates to consider calls to min and maxKris Satya2021-10-143-102/+55
* SERVER-60201 Clean up time-series update and delete functionsGregory Noma2021-10-073-556/+344
* SERVER-54774 Add architecture guide section for time-series metaField-only up...Gregory Noma2021-10-071-0/+23
* SERVER-59173 Audit error messages for time-series updates and deletesGregory Noma2021-10-073-22/+3
* SERVER-59720 Correctly handle $rename in time-series metaField-only updatesGregory Noma2021-10-072-25/+62
* SERVER-59104 Remove usages of `mutablebson::Element::findNthChild` in time-se...Gregory Noma2021-10-071-12/+7
* SERVER-59154 Add more comprehensive time-series update test casesAlison Lu2021-10-071-0/+4
* SERVER-59174 Report number of documents updated/deleted for time-series updat...Gregory Noma2021-10-072-1/+14
* SERVER-59024 Unit test update functions in timeseries_update_delete_util.hAlison Lu2021-10-072-1/+165
* SERVER-58796 Enable let for time-series metaField-only updatesAlison Lu2021-10-072-18/+39
* SERVER-59218 Only replace top-level metaField with "meta" for time-series upd...Kris Satya2021-10-072-9/+54
* SERVER-59092 Add support for jsonSchema operator for time-series deletesKris Satya2021-10-072-14/+120
* SERVER-58396 Translate multiple unordered metaField-only time-series updates ...Alison Lu2021-10-073-133/+51
* SERVER-58896 Fix metaField-only time-series updates with concurrent collectio...Alison Lu2021-10-072-26/+17
* SERVER-58811 Add unit tests for query functions in timeseries_update_delete_u...Kris Satya2021-10-072-0/+204
* SERVER-58774 Clean up timeseries_delete_util helper functionsKris Satya2021-10-072-86/+59
* SERVER-58394 Translate multiple ordered updates on a time-series collection's...Alison Lu2021-10-072-15/+30
* SERVER-58519 Allow time-series deletes with concurrent collection modificationsKris Satya2021-10-071-3/+1
* SERVER-58493 Add support for time-series metaField-only deletes with hintKris Satya2021-10-072-0/+47
* SERVER-58617 Allow updates on time-series collections with no metaFieldAlison Lu2021-10-071-11/+9
* SERVER-57735 Translate a single update on a time-series collection's metaFiel...Alison Lu2021-10-073-0/+345
* SERVER-59888 Ensure consistent acquisition order for `_statesMutex` and `_idl...Gregory Noma2021-09-132-26/+25
* SERVER-56492 Normalize objects within arrays in time-series metadataKris Satya2021-08-162-6/+124
* SERVER-58464 Permit interruption errors when aborting a time-series batch tha...Gregory Noma2021-08-041-1/+5
* SERVER-58171 Changing time-series granularity does not update view definitionDan Larkin-York2021-07-142-0/+85
* SERVER-57842 Use OperationId instead of LogicalSessionId in the BucketCatalogGregory Noma2021-06-243-29/+33
* SERVER-57046 Fix concurrency issue with bucket state managementDan Larkin-York2021-06-102-16/+23
* SERVER-56798 Time-series 'granularity' parameter controls rounding for minimu...Dan Larkin-York2021-06-045-29/+60
* SERVER-57375 Do not clear prepared batch state from bucket when aborting a di...Dan Larkin-York2021-06-042-2/+20
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-283-3/+24
* SERVER-57035 Do not remove bucket with an outstanding prepared write batchDan Larkin-York2021-05-252-2/+54
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-253-2/+11
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-5/+0
* SERVER-56836 SERVER-56837 Add self-assignment checks in MinMaxStore.Henrik Edin2021-05-241-2/+6
* SERVER-55105 Support configurable time-series bucket 'granularity'Louis Williams2021-05-132-3/+3
* SERVER-56491 Ensure we don't abort an already finished WriteBatchDan Larkin-York2021-05-101-1/+8
* SERVER-56679 Clear time-series bucket catalog on replication rollbackGregory Noma2021-05-072-6/+11
* SERVER-56157 Timeseries MinMax is now stored in a flat data structure to opti...Henrik Edin2021-05-056-479/+1397
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-041-2/+2
* SERVER-55977 fix coverity analysis defect 118057: unchecked return valueBenety Goh2021-05-031-2/+5
* SERVER-56441 Avoid allocate and copy metadata if we successfully lookup exist...Yuhong Zhang2021-05-032-45/+109