Re: PostgreSQL+Hibernate Performance

Поиск
Список
Период
Сортировка
От Matthew Wakeling
Тема Re: PostgreSQL+Hibernate Performance
Дата
Msg-id alpine.DEB.1.10.0808201621340.4454@aragorn.flymine.org
обсуждение исходный текст
Ответ на Re: PostgreSQL+Hibernate Performance  ("Kranti K K Parisa™" <kranti.parisa@gmail.com>)
Ответы Re: PostgreSQL+Hibernate Performance  ("Kranti K K Parisa™" <kranti.parisa@gmail.com>)
Список pgsql-performance
On Wed, 20 Aug 2008, Kranti K K Parisa™ wrote:
> creating multiple indexes on same column will effect performance?
>  for example:
>
> index1 : column1, column2, column3
> index2: column1
> index3: column2,
> index4: column3
> index5: column1,column2

The sole purpose of indexes is to affect performance.

However, if you have index1, there is no point in having index2 or index5.

Matthew

--
Isn't "Microsoft Works" something of a contradiction?

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

Предыдущее
От: "Kranti K K Parisa™"
Дата:
Сообщение: Re: PostgreSQL+Hibernate Performance
Следующее
От: Mark Lewis
Дата:
Сообщение: Re: PostgreSQL+Hibernate Performance