Regarding "Point-in-time Recovery" feature

Поиск
Список
Период
Сортировка
От Saurabh Gupta A
Тема Regarding "Point-in-time Recovery" feature
Дата
Msg-id 23D91C5830493B4DB8AA6E18238717CAD10FB2@ESESSMB105.ericsson.se
обсуждение исходный текст
Ответы Re: Regarding "Point-in-time Recovery" feature  ("Mathis, Jason" <jmathis@enova.com>)
Список pgsql-performance

Hello,

Has anybody used online backup feature of postgreSQL? In fact precise postgreSQL term is called: "Point-in-time Recovery" (PITR)
This means enabling following additional options in config:
---
archive_command = on
archive_command = 'cp %p /usr/local/pgsql/pgDataPITR/wals/%f' # This is only example path
---

 

If yes then may I know how it is used and how it impacts database performance?

 

 

Regards:

Saurabh

 

 

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

Предыдущее
От: Nicolas Paris
Дата:
Сообщение: Re: PG 9.3 materialized view VS Views, indexes, shared memory
Следующее
От: "Mathis, Jason"
Дата:
Сообщение: Re: Regarding "Point-in-time Recovery" feature