Please how long does it take approximately to restore a 300 Go database using pg_restore ? Are there benchmarks for that ? -- View this message in context: http://postgresql.nabble.com/dump-restoration-performance-tp5867370.html Sent from the PostgreSQL - performance mailing list archive at Nabble.com.
On Fri, Sep 25, 2015 at 10:43 PM, rlemaroi <remi.le-marois@capgemini.com> wrote: > Please how long does it take approximately to restore a 300 Go database using > pg_restore ? Are there benchmarks for that ? That's not an exact science and this is really application-dependent. For example the more your schema has index entries to rebuild at restore the longer it would take. There are as well ways to tune the server to perform a faster restore, by for example increasing maintenance_work_mem, disabling autovacuum, moving wal_level to minimum, etc. -- Michael
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера