Re: 8.x index insert performance

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: 8.x index insert performance
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3417DD72D@Herge.rcsinc.local
обсуждение исходный текст
Ответ на 8.x index insert performance  (Kelly Burkhart <kelly@tradebotsystems.com>)
Ответы Re: 8.x index insert performance  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список pgsql-performance
> > if that index is causing the problem, you may want to consider
setting
> > up partial index to exclude null values.
>
> This is a single column index.  I assumed that null column values were
> not indexed.  Is my assumption incorrect?
>
> -K
It turns out it is, or it certainly seems to be.  I didn't know that :).
So partial index will probably not help for null exclusion...

would be interesting to see if you are getting swaps (check pg_tmp) when
performance breaks down.  That is an easy fix, bump work_mem.

Merlin

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

Предыдущее
От: Claus Guttesen
Дата:
Сообщение: Re: 8.x index insert performance
Следующее
От: mark@mark.mielke.cc
Дата:
Сообщение: Re: 8.x index insert performance