Re: pg_dump 3 times as slow after 8.4 -> 9.5 upgrade
В списке pgsql-performance по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: pg_dump 3 times as slow after 8.4 -> 9.5 upgrade |
| Дата | |
| Msg-id | 20863.1511298080@sss.pgh.pa.us обсуждение |
| Ответ на | Re: pg_dump 3 times as slow after 8.4 -> 9.5 upgrade ("Henrik Cednert (Filmlance)" <henrik.cednert@filmlance.se>) |
| Ответы |
Re: pg_dump 3 times as slow after 8.4 -> 9.5 upgrade
|
| Список | pgsql-performance |
"Henrik Cednert (Filmlance)" <henrik.cednert@filmlance.se> writes:
> I'm not sure if I can attach screenshots here. Trying, screenshot from instruments after running for a few mins.
It looks like practically all of pg_dump's time is going into deflate(),
ie zlib. I don't find that terribly surprising in itself, but it offers
no explanation for why you'd see a slowdown --- zlib isn't even our
code, nor has it been under active development for a long time, so
presumably 8.4 and 9.5 would have used the same version. Perhaps you
were doing the 8.4 dump without compression enabled?
regards, tom lane
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера