Re: INDEX Performance Issue

Поиск
Список
Период
Сортировка
От Greg Williamson
Тема Re: INDEX Performance Issue
Дата
Msg-id 1365330080.67650.YahooMailNeo@web125903.mail.ne1.yahoo.com
обсуждение исходный текст
Ответ на Re: INDEX Performance Issue  (Mark Davidson <mark@4each.co.uk>)
Ответы Re: INDEX Performance Issue
Список pgsql-performance
> Thanks for your response. I tried doing what you suggested so that table now has a primary key of ' CONSTRAINT
data_area_pkeyPRIMARY KEY(area_id , data_id ); ' and I've added the INDEX > of 'CREATE INDEX data_area_data_id_index ON
data_areaUSING btree (data_id );' unfortunately it hasn't resulted in an improvement of the query performance. Here is
theexplain  

> ...

Did you run analyze on the table after creating the index ?

GW



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

Предыдущее
От: Mark Davidson
Дата:
Сообщение: Re: INDEX Performance Issue
Следующее
От: Franck Routier
Дата:
Сообщение: Re: What happens between end of explain analyze and end of query execution ?