Re: postgres 7.4 at 100%

Поиск
Список
Период
Сортировка
От Chris Cheston
Тема Re: postgres 7.4 at 100%
Дата
Msg-id e071108e040630003475e9ac81@mail.gmail.com
обсуждение исходный текст
Ответ на Re: postgres 7.4 at 100%  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: postgres 7.4 at 100%
Список pgsql-performance
I see - thanks very much. I created an index for column 'oid' which I
was using in a WHERE.  So rule of thumb- create an index for column(s)
which I use in WHERE queries.

Thanks,
Chis

On Wed, 30 Jun 2004 15:30:52 +0800, Christopher Kings-Lynne
<chriskl@familyhealth.com.au> wrote:
>
>
> > Why would I or would I not create multiple indexes in a table? I
> > created another index in the same table an it's improved performance
> > even more.
>
> You create indexes when you need indexes.  Indexes are most helpful when
> they match the WHERE clause of your selects.
>
> So, if you commonly do one query that selects on one column, and another
> query that selects on two other columns - then create one index on the
> first column and another index over the second two columns.
>
> Chris
>

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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: postgres 7.4 at 100%
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: postgres 7.4 at 100%