Horje
CAP theorem Code Example
CAP theorem
Consistency        : Every read receives the most recent write or an error
Availability       : Every request receives a (non-error) response, without the guarantee that it contains the most recent write
Partition tolerance: The system continues to operate despite an arbitrary number of messages being dropped (or delayed) by the network between nodes

- When a network partition failure happens should we decide to
	- Cancel the operation and thus decrease the availability but ensure consistency
	- Proceed with the operation and thus provide availability but risk inconsistency




Go

Related
alter unique key sql query Code Example alter unique key sql query Code Example
golang iterate reverse slice Code Example golang iterate reverse slice Code Example
minecraft logo png Code Example minecraft logo png Code Example
format string go Code Example format string go Code Example
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project a2: Compilation failure [ERROR] No compiler is provided in this environment. P Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project a2: Compilation failure [ERROR] No compiler is provided in this environment. P

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11