Re: Compression In Postgresql 9.6

Поиск
Список
Период
Сортировка
От Kenneth Marshall
Тема Re: Compression In Postgresql 9.6
Дата
Msg-id 20190805132718.GF17132@aart.rice.edu
обсуждение исходный текст
Ответ на Re: Compression In Postgresql 9.6  (Ron <ronljohnsonjr@gmail.com>)
Ответы Re: Compression In Postgresql 9.6  (Shital A <brightuser2019@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Ron
Дата:
Сообщение: Re: Compression In Postgresql 9.6
Следующее
От: Jeremy Finzel
Дата:
Сообщение: Aggregate not using BRIN index on timestamp