Re: Postgres is not able to handle more than 4k tables!?

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: Postgres is not able to handle more than 4k tables!?
Дата
Msg-id CAPpHfdv4tjxwiyrPSEE=T=oc3HN62xPa9YEVjX=_70Kpb1ZJuw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postgres is not able to handle more than 4k tables!?  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: Postgres is not able to handle more than 4k tables!?
Список pgsql-hackers
On Thu, Jul 9, 2020 at 6:57 PM Konstantin Knizhnik
<k.knizhnik@postgrespro.ru> wrote:
> 2. Remember in relation info XID of oldest active transaction at the
> moment of last autovacuum.
> At next autovacuum iteration we first of all compare this stored XID
> with current oldest active transaction XID
> and bypass vacuuming this relation if XID is not changed.


This option looks good for me independently of the use case under
consideration.  Long-running transactions are an old and well-known
problem.  If we can skip some useless work here, let's do this.

------
Regards,
Alexander Korotkov



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