diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..e7e9d11d --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,2 @@ +# Default ignored files +/workspace.xml diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 00000000..a55e7a17 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README-ar.md b/README-ar.md new file mode 100644 index 00000000..e69de29b diff --git a/README.md b/README.md index 2cb1fd0c..2f319db1 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,6 @@ Review the [Contributing Guidelines](CONTRIBUTING.md). * [Performance vs scalability](#performance-vs-scalability) * [Latency vs throughput](#latency-vs-throughput) * [Availability vs consistency](#availability-vs-consistency) - * [PACELC theorem](#PACELC-theorem) * [CAP theorem](#cap-theorem) * [CP - consistency and partition tolerance](#cp---consistency-and-partition-tolerance) * [AP - availability and partition tolerance](#ap---availability-and-partition-tolerance) @@ -438,21 +437,6 @@ Generally, you should aim for **maximal throughput** with **acceptable latency** ## Availability vs consistency -### PACELC theorem -

- -
- Source: PACELC theorem -

- -If there's a partition; a system can trade of between A(availability) and C(Consistency). -Else the trade of is in between C(consistency) and L(latency) - -

- -
- Source: PACELC theorem -

### CAP theorem diff --git a/images/PACELC.png b/images/PACELC.png deleted file mode 100644 index 55e1d7c1..00000000 Binary files a/images/PACELC.png and /dev/null differ diff --git a/images/pacelcDBs.png b/images/pacelcDBs.png deleted file mode 100644 index ef28f8a8..00000000 Binary files a/images/pacelcDBs.png and /dev/null differ