logoalt Hacker News

ronfriedhaberyesterday at 5:27 PM1 replyview on HN

Therefore, Consistency guarantees are based on implementing application-specific partitioning (correctly)?


Replies

mcpherrinmyesterday at 6:38 PM

Yeah. Vitess does have some options for atomic cross-shard commits using an additional database to track two-phase commits, but that's expensive so you probably want to avoid that. https://vitess.io/docs/25.0/reference/features/distributed-t...