tembo-io / tembo-stacks

Moved to https://github.com/tembo-io/tembo
https://tembo.io
PostgreSQL License
85 stars 1 forks source link

switch backup and wal compression to use snappy #376

Closed nhudson closed 1 year ago

nhudson commented 1 year ago

Due to issues decompressing bzip2 backups and WAL archives on large backups, switching to snappy compression allows for a faster compression and decompression time.

fixes: TEM-2232