Re: Compression In Postgresql 9.6

From: Imre Samu <pella(dot)samu(at)gmail(dot)com>
To: Shital A <brightuser2019(at)gmail(dot)com>
Cc: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Compression In Postgresql 9.6
Date: 2019-08-05 11:46:28
Message-ID: CAJnEWwm7t-JLv=BEA2VZ-_c1tEVz2oQvCKPSmEbPU+Ss7NQ_kQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> because of specs of blockchain component.

Based on this schema (
https://grisha.org/blog/2017/12/15/blockchain-and-postgres/ AND
https://github.com/blkchain/pg_blkchain )
and
IF (your) blockchain component is using BYTEA everywhere ( binary data
type : https://www.postgresql.org/docs/9.6/datatype-binary.html )
THEN ( imho) you can't expect lot of space saving.

> Rhel 7.6. . ... There is a requirement for data compression

On RedHat (>=7.5) you can test the new VDO compression layer
https://www.redhat.com/en/blog/look-vdo-new-linux-compression-layer
it is mentioned few weeks ago: "*... VDO compression for tables that are
less update intensive. "*
https://www.postgresql.org/message-id/20190718173424.GB25488@aart.rice.edu

on Postgres level - you can enable the "wal_compression"
- https://www.postgresql.org/docs/9.6/runtime-config-wal.html
-
https://www.endpoint.com/blog/2017/03/28/postgres-wal-files-best-compression

regards,
Imre

Shital A <brightuser2019(at)gmail(dot)com> ezt írta (időpont: 2019. aug. 5., H,
8:30):

> Hello,
>
> Need inputs on below:
>
> We are working on a setting up a new highly transactional (tps 100k) OLTP
> system for payments using blockchain and postgresql 9.6 as DB on Rhel 7.6.
> Postgres version is 9.6 and not latest because of specs of blockchain
> component.
>
> There is a requirement for data compression on DB level. Please provide
> your inputs on how this can be best achieved.
>
> Checked in-build Toast, it compressed the data provided exceed the 2kb
> pagesize? If the data values are small and even if there are billion
> records they wont be compressed, this is what I understood.
>
> Are there any suggestions of compressing older data irrespective of row
> size transparently?
>
> Thanks.
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2019-08-05 12:01:24 Re: adding more space to the existing server
Previous Message Shital A 2019-08-05 10:12:08 Re: Compression In Postgresql 9.6