1

Using this definition of the CAP theorem:

Consistency All database clients see the same data, even with concurrent updates.

Availability All database clients are able to access some version of the data.

Partition tolerance The database can be split over multiple servers.

My understanding is by data they mean a row in the database.

If I choose a database which is AP and I have a table whose rows never get updates after the initial insert (say for example a log table), will that be consistent, available and partition tolerant?

Hard worker
  • 111
  • 1

0 Answers0