| От | hubert depesz lubaczewski |
|---|---|
| Тема | Re: How to get a more RSYNC compatible output of pg_dump? |
| Дата | |
| Msg-id | 20220516122829.GA28062@depesz.com обсуждение исходный текст |
| Ответ на | How to get a more RSYNC compatible output of pg_dump? (Thorsten Schöning <tschoening@am-soft.de>) |
| Ответы |
Re: How to get a more RSYNC compatible output of pg_dump?
|
| Список | pgsql-admin |
On Mon, May 16, 2022 at 09:56:34AM +0200, Thorsten Schöning wrote: > Is that simply the way it is or are there some optimizations possible > when using pg_dump? Am using Postgres 11 and don't see anything which > seems to help in this use-case. What I'd suggest: 1. Use -Fd, to have each table separately 2. Use -Z0 to avoid normal compression 3. Use `gzip --rsyncable` on the data, to make the backup smaller for transmit (though you will need to unpack it to restore), or play with other compressors, like xz depesz
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера