summaryrefslogtreecommitdiff
path: root/src/mongo/db/ttl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68477 TTLMonitor fixes NaN expireAfterSeconds on TTL indexes during st...Benety Goh2022-08-291-1/+77
* SERVER-68477 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-08-271-6/+9
* SERVER-68477 add TTLMonitor::onStepUp()Benety Goh2022-08-261-0/+38
* SERVER-68477 include 'expireAfterSeconds' type information when registering T...Benety Goh2022-08-261-16/+14
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-1/+1
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-10/+11
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-11/+4
* SERVER-66718 Allow StorageInterfaceImpl to perform more clustered collection ...Louis Williams2022-05-301-9/+10
* SERVER-56194 Make TTL deletes fairHaley Connelly2022-05-271-190/+281
* SERVER-66537 Combine BatchedDeleteStage<Batch/Pass>ParamsHaley Connelly2022-05-181-3/+3
* SERVER-66387 Declare TTLMonitor in ttl.hHaley Connelly2022-05-161-457/+412
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+2
* SERVER-66071 Batch deletes on sharded collectionsJosef Ahmad2022-05-091-6/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63044 Batch non-sharded user multi-doc deletes by defaultJosef Ahmad2022-05-021-2/+1
* SERVER-63040: Batch TTL deletionsYu Jin Kang Park2022-04-291-2/+22
* SERVER-65112 TTL index deletions must not target orphaned documentsPierlauro Sciarelli2022-04-041-0/+3
* SERVER-63708 Ensure that TTL indexes work correctly with user write blockingSpencer Jackson2022-03-151-0/+3
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-1/+1
* SERVER-63530 Lowering error level of TTL tasks that fail on SSVSergi Mateo Bellido2022-02-111-38/+35
* SERVER-63245 Handling StaleShardVersion error for TTL IndexesSergi Mateo Bellido2022-02-081-0/+40
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-071-6/+6
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-3/+3
* SERVER-61962 Rename `db/exec/delete.h/.cpp` to `delete_stage.h/.cpp`Kaloian Manassiev2021-12-131-1/+1
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-2/+2
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-6/+4
* SERVER-60002 Enable TTL deletions on clustered collectionsHaley Connelly2021-10-111-8/+31
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-9/+4
* SERVER-55105 Support configurable time-series bucket 'granularity'Louis Williams2021-05-131-1/+1
* SERVER-56676 TTLMonitor handles NaN/out of range values when extracting expir...Benety Goh2021-05-061-1/+1
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-231-0/+3
* SERVER-55193 Support back-to-back tenant migrationsJason Chan2021-04-121-1/+3
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-1/+3
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-11/+2
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-1/+1
* SERVER-55104 Report time-series bucket granularityLouis Williams2021-03-181-10/+24
* SERVER-53768: Block TTL deletions on tenant being migrated on recipient until...Andrew Shuvalov2021-03-151-1/+18
* SERVER-54792 Add concurrency tests for bulk inserts on time-series collection...Louis Williams2021-03-081-5/+33
* SERVER-54007 Support TTL deletions on time-series clustered indexesLouis Williams2021-03-011-133/+188
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-3/+3
* SERVER-52859 Only start collecting TTL metrics when we know the node is primaryLouis Williams2020-11-161-3/+3
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-3/+3
* SERVER-52724 Increment TTL passes server status metric after the TTL work has...Gregory Wlodarek2020-11-101-1/+2
* SERVER-50864 Collect resource consumption metrics for TTL indexesLouis Williams2020-11-041-0/+4
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-6/+3
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-5/+3