Re: Inserts or Updates

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Inserts or Updates
Дата
Msg-id 4F3129D90200002500044F85@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Inserts or Updates  (Andy Colson <andy@squeakycode.net>)
Список pgsql-performance
Andy Colson <andy@squeakycode.net> wrote:

> Wow, so out of 46 columns, half of them have indexes?  That's a
> lot.  I'd bet you could drop a bunch of them.  You should review
> them and see if they are actually helping you.  You already found
> out that maintain all those indexes is painful.  If they are not
> speeding up your SELECT's by a huge amount, you should drop them.

You might want to review usage counts in pg_stat_user_indexes.

-Kevin

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

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: Inserts or Updates
Следующее
От: Andy Colson
Дата:
Сообщение: Re: Inserts or Updates