티스토리 뷰

공부

Eventual Consistency and Strong Consistency

승가비 2022. 10. 11. 09:48
728x90

A consistent distributed systems are those in which all nodes see the same data at the same time.

 

Eventual Consistency

Hence eventual consistency is a consistency model used to achieve high availability and is a weak consistency model.

offers high availability(low latency) at the risk of returning stale data.

Strong Consistency

will always return the updated value.

offers low availability(high latency) but always returns fresh/updated data.

 

https://levelup.gitconnected.com/eventual-consistency-and-strong-consistency-d0b882133ca5

 

Eventual Consistency and Strong Consistency

Eventual consistency guarantees that updated data will eventually be propagated to all replicas.

levelup.gitconnected.com

 

728x90

'공부' 카테고리의 다른 글

zsh: command not found: celery  (0) 2022.10.11
Data Lineage  (0) 2022.10.11
[kotlin][AWS] S3Util (get & put)  (0) 2022.10.05
[kafka] send large message (video, image)  (0) 2022.09.30
[hive] `managed` vs `external`  (0) 2022.09.30
댓글