|
As far as i understand, |
Answered by
merlimat
Dec 11, 2023
Replies: 2 comments 2 replies
|
There is no multi-key transactional guarantee, including |
2 replies
Answer selected by
mattisonchao
|
@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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.