CAP theorem and object DB

#1

Can someone please explain ObjectDB falls into which category of CAP theorem ?

C : Consistency, A: Availability , P : Partition Tolerance 

Example: 

CA ==> SQL Server, Oracle, Sybase, MySQL

CP ==> MongoDB, HBase, Redis, MemCache 

AP ==> Cassandra, CouchDB, DynamoDB

is ObjectDB fall under CA category ?

#2

> is ObjectDB fall under CA category ?

Apparently yes.

ObjectDB Support

Reply