We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e723825 commit b291072Copy full SHA for b291072
postgres_helm/notes.txt
@@ -28,12 +28,12 @@ Oleksii
28
29
Patroni
30
- RAFT is the fabric that holds together your PostgreSQL containers
31
-- External consistent key-value store instead of built-in one:
+- External consistent key-value store instead of a built-in one:
32
advantages:
33
- PostgreSQL failure doesn't break the consensus
34
- use well-tested RAFT implementations (i.e. Etcd or Consul)
35
disadvantages:
36
- - onen needs to operate extra services
+ - one needs to operate extra services
37
Features:
38
- synchronous vs asynchronous replication (consistency vs availability)
39
- some parameters need to be kept in sync on all cluster nodes (max_connections)
0 commit comments