Re: Delete large amount of records and INSERT (with indexes) goes VERY slow

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Delete large amount of records and INSERT (with indexes) goes VERY slow
Дата
Msg-id 8562.1049908677@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Delete large amount of records and INSERT (with indexes) goes VERY slow  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-general
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> But he _is_ getting good performance for SELECT, so the plans are not
> that bad.  Only insertion is slow.  Can this be related to the btree
> index bloating issue you fixed on january?

I don't think so.  He's reimporting the same data he had, so the range
of index entries should have been the same; no reason to expect index
bloat.

Info about the physical size of the index before and after rebuilding
(eg, VACUUM VERBOSE output) would have proved it one way or the other,
but we haven't got that.

            regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Delete large amount of records and INSERT (with indexes) goes VERY slow
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Key features for data warehousing