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 ?