문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top