pg_dump with compressible and non-compressible tables

Поиск
Список
Период
Сортировка
От Ron
Тема pg_dump with compressible and non-compressible tables
Дата
Msg-id 235eb14a-c215-9a57-9e4d-adefef8fc0c1@gmail.com
обсуждение исходный текст
Ответы Re: pg_dump with compressible and non-compressible tables  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
Hi,

v9.6

We've got big databases where some of the tables are highly compressible, 
but some have many bytea fields containing PDF files.

When the data format is custom, directory or tar, how feasible would a 
"--no-blob-compression" option be (where pg_dump just tells the zlib library 
to just Store tables with bytea columns, while compressing all other tables 
at the specified -Z level)?

Thanks

-- 
Angular momentum makes the world go 'round.


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

Предыдущее
От: Christof Priller
Дата:
Сообщение: User defined functions in Postgresql, troubles with the c code
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: How to find the hits on the databases and tables in Postgres