summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/batched_delete_stage.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-1/+1
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-5/+6
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-22/+24
* SERVER-73018 Add a write stage common logic to PreWriteFilterYoonsoo Kim2023-01-261-78/+60
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-10/+16
* SERVER-70544 Only group oplog entries if more than one delete in batchShin Yee Tan2022-11-011-1/+2
* SERVER-66636 Introduce server parameters to track storage and TTL stats for t...Denis Grebennicov2022-09-011-1/+6
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-2/+2
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+3
* SERVER-66997 Remove NoChangeStreamEventsDueToOrphans feature flagAntonio Fuschetto2022-07-141-1/+0
* SERVER-65360 Streamline handlePlanStageYield function signatureJosef Ahmad2022-07-131-5/+2
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-121-19/+45
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-61127 Retry multi-writes that hit StaleConfig due to critical section ...Jordi Serra Torrens2022-06-091-0/+10
* SERVER-64107 Clean up orphan handling in BatchedDeleteStageHaley Connelly2022-05-251-107/+96
* SERVER-66537 Combine BatchedDeleteStage<Batch/Pass>ParamsHaley Connelly2022-05-181-34/+22
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-2/+2
* SERVER-66210 Indicate when pass targets cause BatchedDeleteStage completionHaley Connelly2022-05-091-1/+23
* SERVER-66105 Lower the batched deleter staging target to 2MBJosef Ahmad2022-05-061-2/+18
* 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-25/+75
* SERVER-63043 Add bounds to batched deletion pasessHaley Connelly2022-04-291-88/+128
* SERVER-63039 Add staged documents size target to BatchedDeleteStageJosef Ahmad2022-04-131-14/+24
* SERVER-65157 Use WorkingSetMembers to track staged documents in BatchedDelete...Haley Connelly2022-04-131-84/+62
* SERVER-64106 Validate batched deletion parametersJosef Ahmad2022-04-121-13/+17
* SERVER-65018 Batched writes must fit inside a single applyOpsJosef Ahmad2022-04-081-2/+32
* SERVER-64600 Validate replication election and rollback behavior of batched d...Haley Connelly2022-04-061-0/+13
* SERVER-63899 Add a target batch execution time to BatchedDeleteStageHaley Connelly2022-03-301-34/+78
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-241-5/+4
* SERVER-63863 Handle Write Conflicts in BATCHED_DELETE stageHaley Connelly2022-03-211-80/+123
* SERVER-64325 Add server params for global batched deletion defaultsJosef Ahmad2022-03-101-1/+6
* SERVER-63957 Add serverStatus section for batched deletesJosef Ahmad2022-03-041-0/+47
* SERVER-63038 Add BATCHED_DELETE query exec stageJosef Ahmad2022-03-021-0/+199