Skip to content

feat: support batch cas

Arseniy Volynets requested to merge batch-cas into master

Summary

  • Add new DML op: Batch, which allows using multiple dml operations in one CAS request
  • If request has too many dml operations, the batch will be splitted into multiple batches, so that each batch can be stored in raft log

Edited by Arseniy Volynets

Merge request reports