Re: slow pg_dump with bytea

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: slow pg_dump with bytea
Дата
Msg-id 202310201318.ukcklynpe5bq@alvherre.pgsql
обсуждение исходный текст
Ответ на slow pg_dump with bytea  (Janning Vygen <vygen@kicktipp.de>)
Список pgsql-bugs
On 2023-Oct-20, Janning Vygen wrote:

> So maybe you can fix it by changing the pg_dump process to not compress any
> bytea data.

The problem with this idea is that the compression applies to the whole
data stream.  The backup format doesn't allow to compress some columns
and not others.  Doing that would require a lot of changes to pg_dump.

Maybe a workable idea would be to allow excluding individual tables from
being compressed.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"El hombre nunca sabe de lo que es capaz hasta que lo intenta" (C. Dickens)



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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: slow pg_dump with bytea
Следующее
От: Tom Lane
Дата:
Сообщение: Re: group by true now errors with non-integer constant in GROUP BY