Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyklyukin committed Mar 29, 2017
1 parent e723825 commit b291072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgres_helm/notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Oleksii

Patroni
- RAFT is the fabric that holds together your PostgreSQL containers
- External consistent key-value store instead of built-in one:
- External consistent key-value store instead of a built-in one:
advantages:
- PostgreSQL failure doesn't break the consensus
- use well-tested RAFT implementations (i.e. Etcd or Consul)
disadvantages:
- onen needs to operate extra services
- one needs to operate extra services
Features:
- synchronous vs asynchronous replication (consistency vs availability)
- some parameters need to be kept in sync on all cluster nodes (max_connections)
Expand Down

0 comments on commit b291072

Please sign in to comment.