Re: Table/Parition Level Compression in Postgres - Mailing list pgsql-general

From Laurenz Albe
Subject Re: Table/Parition Level Compression in Postgres
Date
Msg-id 25630d5d4402b0eecf904c8f38be1d6e66d6f744.camel@cybertec.at
Whole thread Raw
In response to Table/Parition Level Compression in Postgres  (Jagmohan Kaintura <jagmohan@tecorelabs.com>)
Responses Re: Table/Parition Level Compression in Postgres  (Jagmohan Kaintura <jagmohan@tecorelabs.com>)
List pgsql-general
On Wed, 2022-02-16 at 18:10 +0530, Jagmohan Kaintura wrote:
> 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
somecompression 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
processedCDRs.
 

How about a second tablespace on a file system that compresses files?

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-general by date:

Previous
From: Jagmohan Kaintura
Date:
Subject: Table/Parition Level Compression in Postgres
Next
From: Jagmohan Kaintura
Date:
Subject: Re: Table/Parition Level Compression in Postgres