Re: pg_receivewal/xlog to ship wal to cloud

Поиск
Список
Период
Сортировка
От Alan Hodgson
Тема Re: pg_receivewal/xlog to ship wal to cloud
Дата
Msg-id 642533227fe8b6782c8f55bfdc4be49a0060f30d.camel@lists.simkin.ca
обсуждение исходный текст
Ответ на pg_receivewal/xlog to ship wal to cloud  (neslişah demirci <neslisah.demirci@gmail.com>)
Ответы Re: pg_receivewal/xlog to ship wal to cloud  (Ganesh Korde <ganeshakorde@gmail.com>)
Список pgsql-general
On Mon, 2022-07-18 at 15:55 -0400, neslişah demirci wrote:
> Hi all, 
>
> Wondering if anyone has any experience of using pg_receivewal/xlog
> to ship wal files to GCP/S3?
>

I use archive_command to send WAL to S3. It works fine. I do gzip
them before uploading, as they are usually pretty compressible.

I use a lifecycle rule on the bucket to automatically delete ones
older than I might need.

It's not the fastest process in the world, and replay on our
reporting server does occasionally fall behind, but I think that's
true of WAL replay in general as a serialized process.



В списке pgsql-general по дате отправления:

Предыдущее
От: neslişah demirci
Дата:
Сообщение: Re: pg_receivewal/xlog to ship wal to cloud
Следующее
От: Håvar Nøvik
Дата:
Сообщение: How to handle failed COMMIT