Performance of multi-column index on INSERT

Поиск
Список
Период
Сортировка
От Ludwig Lim
Тема Performance of multi-column index on INSERT
Дата
Msg-id 20021210165531.67062.qmail@web80305.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Performance of multi-column index on INSERT  (Hannu Krosing <hannu@tm.ee>)
Список pgsql-performance
Hi:

  Is the performance overhead of creating a
multi-column index greater than creating an individual
index for each column? (i.e. Is the INSERT slower for
a table with a three column index than a similar table
with three single column indices?).

   I was wondering this because according to
PostgreSQL Manual in the section on multi-columned
indexes "Multicolumn indexes should be used sparingly.
Most of the time, an index on a single column is
sufficient and saves space and time".


Thank you very much,

ludwig


__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: questions about disk configurations
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Performance of multi-column index on INSERT