-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
1
The BatchedCommandRequest class allows to encapsulate multiple write operations into a single command request.
The same class can also be used to issue single update/delete requests through DBDirectClient (examples: 1, 2), but it introduces unnecessary code complexity and extra padding (since those can be simply submitted as write_ops::Update/DeleteCommandRequests).