質問

During the evaluation of several distributed systems I came across the CAP-Theorem. Unfortunately I can't find a classification for Apache Accumulo.

Here is the actual question: What kind of cap-type is Apache Accumulo and why?

役に立ちましたか?

解決

Apache Accumulo is based on the Google BigTable paper, and shares a lot of similarities with Apache HBase. All three of these systems are intended to be CP, where nodes will simply go down rather than serve inconsistent data.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top