top | item 38931013

(no title)

archarios | 2 years ago

This is completely different from no-sql. Much more than just a different database..

discuss

order

pi-e-sigma|2 years ago

How exactly is it different from No-SQL? No schema? Check. No consistency? Check. (eventually consistent) Key-value store? Check. (because it's using ZooKeeper under the hood) Promising amazing results and freeing you from the chains of the SQL? CHECK!

nathanmarz|2 years ago

Everything you wrote here is false, with the exception of Rama not using SQL. Rama has strong schemas, is strongly consistent, and is not limited to key/value (PStates can be any data structure combination). Zookeeper is used only for cluster metadata and is not involved with user storage/processing in any way.