|
|
|
|
|
by user5994461
1939 days ago
|
|
The replication was redone around that time (not sure which version exactly). It's still working on the same principles though, sending queries and redoing them on each replica. Before in short, the WAL was sent every minute and always 10MB even if there were no changes. Now it's more adaptive, actually doing nothing when they are no changes, and picking up quicker when changes begin. I am surprised they don't mention this point because the replication was really unusable in PostgreSQL. There are still spikes (write amplification) and other drawback from this design, but at least it doesn't shit itself under no activity. |
|