Additive backup and restore?

Поиск
Список
Период
Сортировка
От Age Apache
Тема Additive backup and restore?
Дата
Msg-id CAD80oWbOgVG=EVYukKifnBbhuE8oZ6tL3iAiHUynzJ18n_+f2w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Additive backup and restore?
Re: Additive backup and restore?
Список pgsql-general
I am designing a database for a web application. In the near future I will require past data for Audit, Security and Analysis purpose. But storing all that data will increase the database size. What are some well known approaches to archiving data for later use without increasing the database size?

One approach I am thinking of is compressed additive backup and restore i.e. copy the rows of the tables that will be required later and store them in a compressed form, and then delete those rows from the table. And when the data is required then restore them from the backup files in an additive way.

Is there an easy way to achieve this, say via pg_dump?

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: "PANIC: could not open critical system index 2662" - twice
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Additive backup and restore?