Table/Parition Level Compression in Postgres

Поиск
Список
Период
Сортировка
От Jagmohan Kaintura
Тема Table/Parition Level Compression in Postgres
Дата
Msg-id CA+cYFtvKei-kPT85pXtwKG6BqziF4dPMV_wyD-OJ7P9JbMUdng@mail.gmail.com
обсуждение исходный текст
Ответы Re: Table/Parition Level Compression in Postgres  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-general
Hi Team,

We have a requirement where we wanted to keep the partitions holding the old data into compressed format and the partition having the current data in the non-compressed format.

While looking over the compression aspects in Pg 14 we have some compression introduced for the column level with some compression methods.

Is there any other way using which we can compress the partitions data which can be even  moved to different tablespace. 

We have a implementation where we wanted to keep the 80% old data in the compressed format as we have millions of processed CDRs.



--
Best Regards,
Jagmohan 

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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: if not exists (SELECT 1... UNION SELECT 1...)
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Table/Parition Level Compression in Postgres