Re: autovacuum and TOAST tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: autovacuum and TOAST tables
Дата
Msg-id 15032.1218215810@sss.pgh.pa.us
обсуждение исходный текст
Ответ на autovacuum and TOAST tables  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: autovacuum and TOAST tables  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> There's two things I'm not happy about in this patch:

> 1. it uses a List to keep the mapping of heap<->toast Oids.  This is
> needed to be able to fetch the main rel's pg_autovacuum entry to process
> the toast table.  This incurs in O(n^2) behavior.

Use a dynahash table instead?
        regards, tom lane


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

Предыдущее
От: chris
Дата:
Сообщение: Re: Avoiding Application Re-test
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Replay attack of query cancel