sahapasci
sahapasci
Hi folks, The wal compression works well and fast with the configuration below; ``` [barman] ... compression = custom custom_compression_filter = /usr/bin/pigz --stdout --processes 8 --best custom_decompression_filter = /usr/bin/pigz --stdout...
This pull request updates the PostgreSQL Dockerfile by replacing hardcoded version numbers (12) with the environment variable {{ env.version }}. I believe that updating the documentation links is a good...
## Problem Description A common query on the `hangfire.set` table shows severe performance degradation on PostgreSQL (I tested in 17): ```sql SELECT "value" FROM "hangfire"."set" WHERE "key" = 'console:848ac0fc791286418' ORDER...