Re: Multicolun index creation never completes on 9.0.1/solaris

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Multicolun index creation never completes on 9.0.1/solaris
Дата
Msg-id 14811.1296011392@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Multicolun index creation never completes on 9.0.1/solaris  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-bugs
Josh Berkus <josh@agliodbs.com> writes:
> Well, for the straight test on event_time, the rows in the table should
> have been more-or-less physically already in order.  This table is
> most-insert, and event_time mostly corresponds to current server time.

That would result in a very long initial run (probably all or most of
the data), which fits with your observation so far.  But we don't know
what happens after that.

BTW, are you paying attention to vmstat or similar measure of the amount
of I/O and CPU work getting done?  vmstat data ought to make it possible
to estimate the size of those runs, even though the trace_sort logic
isn't telling us.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Multicolun index creation never completes on 9.0.1/solaris
Следующее
От: "Radu Ilie"
Дата:
Сообщение: BUG #5849: Stats Collector Frozen - Autovacuum Not Working Anymore