Add note about replication slots

This commit is contained in:
Ian Barwick
2015-03-11 21:33:34 +09:00
parent b152cccd69
commit 78dad4fc52

6
FAQ.md
View File

@@ -28,7 +28,11 @@ General
- How many replication slots should I define in `max_replication_slots`?
...
Normally at least same number as the number of standbys which will connect
to the node. Note that changes to `max_replication_slots` require a server
restart to take effect, and as there is no particular penalty for unused
replication slots, setting a higher figure will make adding new nodes
easier.
`repmgr`