hibari / hibari-doc

Hibari is a production-ready, distributed, ordered key-value, big data store. Hibari uses chain replication for strong consistency, high-availability, and durability. Hibari has excellent performance especially for read and large value operations.
http://hibari.github.com/hibari-doc
Other
9 stars 1 forks source link

CAP theorem and Hibari #1

Closed utsengar closed 11 years ago

utsengar commented 13 years ago

Hello,

I was curious about what you have posted here:http://hibari.sourceforge.net/hibari-sysadmin-guide.en.html#id2571315 regarding the CAP theorem and Hibari and it's CA (but I assume hibari also supports partitioning).

So, my question is:

  1. Can you discuss a little in detail what do you mean when you say Hibari is CA?

More to come!

-Utkarsh

tatsuya6502 commented 11 years ago

Very sorry for the late reply. Yes, I agree with you. Hibari is a distributed store and has partition tolerance. Also it always guarantees strong (aka read-after-write) consistency. Therefore I would say Hibari is CP.

I'll correct the Administrator's Guide.

tatsuya6502 commented 11 years ago

Updated the Administrator's Guide: https://github.com/hibari/hibari-doc/commit/5806b832f8125e801c6e4f11504e35ceee363b29