NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

ONTAP Discussions

Postgres Compression

FredGrieco1
857 Views

Is anyone having luck with getting any kind of data reduction on Postgress data?  I have many TB of postgres on C400 flash and I'm getting <5% total data reduction.

 

The DB team tells me this compresses a whole lot for backups (90TB into 6TB, something like that).  What gives?  How can I get that kind of compression on the back end disk?

1 REPLY 1

TMACMD
847 Views

It all depends on the data.

If the data is pre-compressed or pre-deduplicated, it will not becomre more efficient

If the data is encrypted BEFORE it gets to the storage, it will not becomre more efficient

The point of encryption is to remove repeatable patterns in the data, hence no dedupe/compression since they rely on pattern finding.

Public