Re: pgBackRest configuration with DDBoost

Поиск
Список
Период
Сортировка
От Naveed Iftikhar
Тема Re: pgBackRest configuration with DDBoost
Дата
Msg-id 579383683.1720596.1717512258251@mail.yahoo.com
обсуждение исходный текст
Ответ на Re: pgBackRest configuration with DDBoost  (Scott Ribe <scott_ribe@elevated-dev.com>)
Ответы Re: pgBackRest configuration with DDBoost
Re: pgBackRest configuration with DDBoost
Список pgsql-admin
Thanks Scott for your input, Our database is keep growing and application owner want to have incremental backups daily. Can you share how you have configured the lz4 compression with pgbackrest.  Any special storage requirements?

Best Regards
 -Naveed-


On Monday, June 3, 2024 at 10:22:28 PM CDT, Scott Ribe <scott_ribe@elevated-dev.com> wrote:


> On Jun 3, 2024, at 9:06 PM, Ron Johnson <ronljohnsonjr@gmail.com> wrote:

>
> Takes 2 hr 45 min for us to do a weekly full backup of the 6.1TB instance using integrated gzip compression (it's an old RHEL6 system, so nothing better) and 24 threads.  Size 3.3T after compression, which is surprising based on how much already-compressed bytea data there is.


FYI, Naveed, there's a tradeoff available in current versions of pgbackrest. It can be configured to use lz4 compression. For us, that means close to 50% larger backups than gzip, but many times faster. 3.2TB in 30 minutes, using 8 processes, 725GB backup size--no already compressed bytea, but a good bit of incompressible UUID columns.

Good enough that I stopped doing daily incrementals, and just take full backups daily.


В списке pgsql-admin по дате отправления:

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Minimize checkpointer and walwriter io during pg_restore
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Minimize checkpointer and walwriter io during pg_restore