-
Type:
Task
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
The goal of this spike is to learn how a write op batching and shard targeting is done in write_op.h and batch_write_op.h and to find out more about their lifecycle as it pertains to an update op which in bulk_write_exec.h. After this spike one should be able to answer questions like the following:
- What is the life cycle of a WriteOp?
- How is writeOps batching done at mongos?
- How are unordered and ordered ops in batches handled?
- What happens to a batch if one write fails?
- How is a batch of updateOnes handled?
- Does any of the two files need any significant modification for PM-3190 implementation?