Re: Impact of multixact "members" limit exceeded

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Impact of multixact "members" limit exceeded
Дата
Msg-id 20180614032901.wn5xfnizfxnj2q7t@alvherre.pgsql
обсуждение исходный текст
Ответ на Impact of multixact "members" limit exceeded  (Daniel Lagerman <spjheruur@gmail.com>)
Ответы Re: Impact of multixact "members" limit exceeded
Список pgsql-general
On 2018-Jun-13, Daniel Lagerman wrote:

> Hello!
> 
> I have a question where I'm trying to determine the seriousness of the
> problem.

What's your server version?

The way to reclaim members space is to move forwards the
pg_database.datminmxid value from the database where it is oldest; and
the way to move *that* forward is to advance the pg_class.relminmxid
value from the tables in which it is oldest.  So you need to set a low
value vacuum_multixact_freeze_min_age and _table_age and vacuum those
tables.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: "Alex O'Ree"
Дата:
Сообщение: Re: Merging two database dumps
Следующее
От: "a"
Дата:
Сообщение: How to reference a composite type in schemas not "public"?