Re: pgbench create index anomoly

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgbench create index anomoly
Дата
Msg-id 15573.1148337259@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgbench create index anomoly  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-hackers
"Jim C. Nasby" <jnasby@pervasive.com> writes:
> What's with the second workMem setting?

That's the second sort bucket for recently-dead tuples (which still have
to be indexed, but shouldn't be fed into the unique-checking sort).
We assume there won't be a lot of them, hence don't use
maintenance_work_mem to size that sort.
        regards, tom lane


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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: FW: iDefense Q2 2006 Vulnerability Challenge
Следующее
От: Tom Lane
Дата:
Сообщение: Re: group by points