Frage

During the evaluation of several distributed systems I came across the CAP-Theorem. Unfortunately I can't find a classification for LevelDB or to be more specific RocksDB.

Here is the actual question: What kind of cap-type is LevelDB/RocksDB and why?

War es hilfreich?

Lösung

LevelDB and RocksDB are not distributed databases. Hence, Brewer's CAP Theorem is inapplicable.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top