-
|
As far as i understand, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
There is no multi-key transactional guarantee, including |
Beta Was this translation helpful? Give feedback.
-
|
@lsytj0413 To provide an update on this question. Since the introduction of the If the partition-key is passed, the delete-range will be applied atomically on 1 single shard. |
Beta Was this translation helpful? Give feedback.
There is no multi-key transactional guarantee, including
RangeDelete,List. This was a design decision to allow for sharding, without implementing a complex transaction protocol on top of it.