Re: I: Migrating a very large db

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: I: Migrating a very large db
Дата
Msg-id 22903.1018881654@sss.pgh.pa.us
обсуждение исходный текст
Ответ на I: Migrating a very large db  ("Samuele Brignoli" <samuele.brignoli@darpha.com>)
Ответы R: I: Migrating a very large db  ("Samuele Brignoli" <samuele.brignoli@darpha.com>)
Список pgsql-general
"Samuele Brignoli" <samuele.brignoli@darpha.com> writes:
> ERROR:  LockAcquire: holder table out of memory

You could probably work around that by increasing the postmaster
configuration parameter max_locks_per_transaction (note you will need to
restart postmaster to make it take effect).  However, I'm curious to
know what you were doing that made it fail; I've not seen very many
reports of people running into this limit.  How many tables are in this
database?  Does PGAdmin try to restore them all in one transaction?
Also, do you have problems pg_dumping the database?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: size of NULL field?
Следующее
От: Michael Loftis
Дата:
Сообщение: Re: Why does postgres not take into account my index on a bigint column ?