Synchronous archiving

Поиск
Список
Период
Сортировка
От Laurence Rowe
Тема Synchronous archiving
Дата
Msg-id CAOycyLR1v7prJe+etoZUGaLgJ_ywjnaeeXU8UGFDW-JvypXDug@mail.gmail.com
обсуждение исходный текст
Ответы Re: Synchronous archiving  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-general
I have a relatively small database with not many writes. However, I'm keen to ensure that those writes I receive are not lost. Archiving gets me most of the way there, but it is asynchronous. Is there any way to archive individual WAL records without running a replica?

Running in Amazon's cloud, I imagine a synchronous counterpart to WAL-E that backed up the individual WAL records to one of their reliable but less featureful systems.

Laurence

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

Предыдущее
От: Sameer Kumar
Дата:
Сообщение: Re: Postgres seems to use indexes in the wrong order
Следующее
От: Tim Smith
Дата:
Сообщение: Re: In need of some JSONB examples ?