admin管理员组文章数量:1404755
i want to ask about behaviour in a distributed system, especially one with strong consistency, I read the following explanation:
Strong consistency is a property in distributed systems that ensures that all nodes in the system see the same data at the same time, regardless of which node they are accessing. In other words, when a write operation is performed, all subsequent read operations from any node will return the most recent write value.
This mean strong consistency always guarantees that the data is up-to-date.
However, what happens when a write and read request occur simultaneously? Will the read operation be blocked until the write is successfully committed and the data is updated?
If thats the case, is it expected that reads may sometimes experience performance degradation?
本文标签: distributed systemWrite and read occurs simultaneously in strong consistencyStack Overflow
版权声明:本文标题:distributed system - Write and read occurs simultaneously in strong consistency - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744850330a2628455.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论