-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Performance, Write Ops
-
None
As we generate a batched write command we encode the next operation and add it to the command. If that operation caused the command to overflow the maximum command size then the write command is returned without that operation. As we generate the next message we will re-encode the same operation. We should save the encoded operation (or encode the operation elsewhere) to avoid ever encoding the same operation twice.
- related to
-
PYTHON-1339 All writes retryable support
- Closed