Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How exactly foundationdb beats CAP theorem?

Are foundationdb claims on consistency valid?

FoundationDB provides the strongest possible consistency model, sequential consistency (closely related to serializability from the database literature), providing the greatest possible ease of development.

If yes, How does it exactly circumvent CAP theorem and provide strong [sequential] consistency given that it is a distributed NOSQL database?


1 Answers

FoundationDB doesn't claim to circumvent CAP theorem. It can be classified as a CP system. During normal operation, any system can support all the three properties. But during a network partition, as per CAP theorem, a system has to make a choice between availability (returning data that might be stale) vs consistency (returning errors). FoundationDB claims to choose consistency in those cases.

like image 87
Anantha Kumaran Avatar answered Oct 16 '25 06:10

Anantha Kumaran



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!