summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/batched_delete_stage.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-1/+1
* SERVER-70352 Create statistics cache at the startupMisha Tyulenev2022-10-171-1/+1
* SERVER-66636 Introduce server parameters to track storage and TTL stats for t...Denis Grebennicov2022-09-011-0/+1
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-121-7/+7
* SERVER-64107 Clean up orphan handling in BatchedDeleteStageHaley Connelly2022-05-251-0/+10
* SERVER-66537 Combine BatchedDeleteStage<Batch/Pass>ParamsHaley Connelly2022-05-181-33/+26
* SERVER-66210 Indicate when pass targets cause BatchedDeleteStage completionHaley Connelly2022-05-091-0/+6
* SERVER-63043 Add bounds to batched deletion pasessHaley Connelly2022-04-291-13/+72
* SERVER-63039 Add staged documents size target to BatchedDeleteStageJosef Ahmad2022-04-131-6/+11
* SERVER-65157 Use WorkingSetMembers to track staged documents in BatchedDelete...Haley Connelly2022-04-131-19/+17
* SERVER-63899 Add a target batch execution time to BatchedDeleteStageHaley Connelly2022-03-301-6/+22
* SERVER-63863 Handle Write Conflicts in BATCHED_DELETE stageHaley Connelly2022-03-211-3/+9
* SERVER-64325 Add server params for global batched deletion defaultsJosef Ahmad2022-03-101-3/+6
* SERVER-63038 Add BATCHED_DELETE query exec stageJosef Ahmad2022-03-021-0/+100