Question about indexes

Поиск
Список
Период
Сортировка
От Stefano Bonnin
Тема Question about indexes
Дата
Msg-id 003101c4caff$3ec3ff40$0501a8c0@comai04
обсуждение исходный текст
Список pgsql-general
Only a simple question
 
I have a table with
 
    primarykey(field1,field2,field3)
 
and I want to execure a query like
 
        select * from my_table where field1 = some_value
 
if I define an index on field1, I increase the query performace or not?
 
Thanks

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: suggestion for "psql"
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: OID