Re: trouble with upgrade from 9.0 (many schemas and tables)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: trouble with upgrade from 9.0 (many schemas and tables)
Дата
Msg-id 5580.1359557660@sss.pgh.pa.us
обсуждение исходный текст
Ответ на trouble with upgrade from 9.0 (many schemas and tables)  (Groshev Andrey <greenx@yandex.ru>)
Список pgsql-general
Groshev Andrey <greenx@yandex.ru> writes:
> I update the databases to version 9.1.
> Today, faced with a new challenge.
> The database itself is not very big 60G, but has ~ 164,000 tables in 1260 schemes.

> I tried and pg_upgrade and pg_dumpall and pg_dump.
> But they all work very, very long time.

This isn't very clear.  Are you saying that you successfully updated to
9.1 and now you have a pg_dump performance problem you didn't have before?
Or are you still on 9.0 and you are just now finding out that you can't
pg_dump (that is, you don't have any routine backup policy)?

Also, 9.0.what and 9.1.what?  We've fixed a number of pg_dump
performance issues with huge schemas in the last year or two, but it's
impossible to guess whether you have those fixes.

            regards, tom lane


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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: trouble with upgrade from 9.0 (many schemas and tables)
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Is there a way to add a detail message in a warning with pl/Python?