Re: Replication
| От | Markus Schiltknecht |
|---|---|
| Тема | Re: Replication |
| Дата | |
| Msg-id | 44E9F097.6060302@bluegap.ch обсуждение исходный текст |
| Ответ на | Re: Replication (Jeff Davis <pgsql@j-davis.com>) |
| Ответы |
Re: Replication
Re: Replication |
| Список | pgsql-hackers |
Jeff Davis wrote: > How does WAL shipping help synchronous replication? The WAL is written _before_ commit, logging all the changes the transaction wants to write to the disk. This makes it look very similar to what is needed for synchronous replication. Instead of waiting for confirmation from the disk, that your WAL has been written, you would have to wait from the network to confirm that the changes have been delivered via the network. Regards Markus
В списке pgsql-hackers по дате отправления: