Re: SELECT's take a long time compared to other DBMS

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: SELECT's take a long time compared to other DBMS
Дата
Msg-id 1062640477.14620.7.camel@tokyo
обсуждение исходный текст
Ответ на Re: SELECT's take a long time compared to other DBMS  (Rudi Starcevic <rudi@oasis.net.au>)
Список pgsql-performance
On Wed, 2003-09-03 at 21:32, Rudi Starcevic wrote:
> Hmm ... Sorry I'm not sure then. I only use Linux with PG.
> Even though it's 'brand new' you still need to Analyze so that any
> Indexes etc. are built.

ANALYZE doesn't build indexes, it only updates the statistics used by
the query optimizer (and in any case, "select * from <foo>" has only one
reasonable query plan anyway).

-Neil


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

Предыдущее
От: "Relaxin"
Дата:
Сообщение: Re: SELECT's take a long time compared to other DBMS
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Query on Postgresql performance