Re: Compression In Postgresql 9.6 - Mailing list pgsql-general

From Kenneth Marshall
Subject Re: Compression In Postgresql 9.6
Date
Msg-id 20190805132718.GF17132@aart.rice.edu
Whole thread Raw
In response to Re: Compression In Postgresql 9.6  (Ron <ronljohnsonjr@gmail.com>)
Responses Re: Compression In Postgresql 9.6
List pgsql-general
> >Hi,
> >
> >On RHEL/Centos you can use VDO filesystem compression to make an archive
> >tablespace to use for older data. That will compress everything.
> 
> Doesn't this imply that either his table is partitioned or he
> regularly moves records from the main table to the archive table?
> 

Hi,

Yes, he will need to do something to meet his goal of both a 100k TPS
and have older archives online. He could also use something like
postgres_fdw to have the archives on a seperate server completely.

Regards,
Ken



pgsql-general by date:

Previous
From: Ron
Date:
Subject: Re: Compression In Postgresql 9.6
Next
From: Jeremy Finzel
Date:
Subject: Aggregate not using BRIN index on timestamp