summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/bulk_write_exec.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72792 implement basic progress tracking for individual operations in b...kauboy262023-05-171-2/+9
* SERVER-72984 send bulk write commands from mongos to mongodkauboy262023-04-191-0/+3
* SERVER-72789 Validate the database/shard versions for bulkWrite sent from mongoskauboy262023-04-031-2/+2
* SERVER-72788 Construct sub-batching bulkWrite command to send to shards.kauboy262023-03-171-0/+5
* SERVER-72982: Handle targeting errors for bulkWrite on mongosLingzhi Deng2023-03-011-6/+24
* SERVER-74095: Support multiple namespaces in bulkWrite sub-batching logicLingzhi Deng2023-02-271-4/+4
* SERVER-72787: Implement sub-batching logic for bulkWriteLingzhi Deng2023-02-101-4/+23
* SERVER-72637: Implement the skeleton of BulkWriteExec on mongosLingzhi Deng2023-01-311-0/+116