Type: | integer |
Défaut: | 4 |
Min: | 0 |
Max: | 262143 |
Contexte: | postmaster |
Redémarrer: | true |
Depuis: | 10 |
Spécifie le nombre maximal de workers de réplication logique. Cela inclue à la fois les workers ainsi que les workers de synchronisation de table.
Les workers de réplication logique sont pris de la réserve définie par max_worker_processes.
La valeur par défaut est 4.
Recommandations [EN]
… unless logical replication is falling behind and the replica isn't handling other traffic
Sur StackOverflow
- Postgresql 10 logical replication not working
- Postgresql going mad
- PostgreSQL 13 sometimes works but sometimes huge execution time
- Geoserver WFS + PostgreSQL with large table impossibly slow
- Why does "explain analyzing" this query fnish fast (showing a parallel plan), while running the actual query without "explain analyze" doesn't?