...调增长的写操作集合; (3) 写跟随读(Write Follow Reads),写操作一定会在它依赖的读操作后执行; (4) 单调写(Monotonic Writes),写操作扩散的顺序和它们逻辑上的顺序一致。 Bayou 系统的设计目标是支持各种非实时的协同应用。
基于26个网页-相关网页
Monotonic Writes Consistency 单调写一致性
If this is the same server every time than it is relatively easy to guarantee read-your-writes and monotonic reads.
如果每次都是同一台服务器,那么就比较容易保证“读己之所写”一致性和单调一致性。
If this is the same server every time, then it is relatively easy to guarantee read-your-writes and monotonic reads.
如果每次都是同一台服务器,那么就比较容易保证“读己之所写”一致性和单调一致性。
This makes it slightly harder to manage load balancing and fault tolerance, but it is a simple solution... Sometimes the client implements read-your-writes and monotonic reads.
这样做会使管理负载平衡以及容错变得稍困难一些,但这是一种简单的方案…… 客户端有时会实现“读己之所写”一致性和单调读一致性。
应用推荐