summaryrefslogtreecommitdiff
path: root/src/mongo/db/change_collection_expired_documents_remover.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-70658 Prepare pre-image purging job to operate in serverless and non-s...Romans Kasperovics2022-10-241-14/+3
* SERVER-70108 Optimize the change collection remover job scansDenis Grebennicov2022-10-201-4/+5
* SERVER-66717 Guard change collection code with the serverless flag.Rishab Joshi2022-09-281-11/+8
* Revert "SERVER-66717 Guard change collection code with the serverless flag."Sviatlana Zuiko2022-09-261-8/+11
* SERVER-66717 Guard change collection code with the serverless flag.Rishab Joshi2022-09-261-11/+8
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-11/+18
* SERVER-68017 Constrain cluster-wide with-storage parameters to be tenant ID a...Gabriel Marks2022-09-131-2/+5
* SERVER-66125 Verify that FTDC collects change collection purging job statsDenis Grebennicov2022-09-131-9/+15
* SERVER-66636 Introduce server parameters to track storage and TTL stats for t...Denis Grebennicov2022-09-011-3/+40
* SERVER-66635 Introduce TTL job to delete entries from change collections.Rishab Joshi2022-08-211-0/+169