Re: slow query performance

Поиск
Список
Период
Сортировка
От Dave Weaver
Тема Re: slow query performance
Дата
Msg-id 200310310833.h9V8XJ419519@server-2.twdl.co.uk
обсуждение исходный текст
Ответ на Re: slow query performance  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-general
Stephan Szabo wrote:
> But, back to the question, what is the definition of the index it's using?
> If you don't have already have an index on (station,valid_time does
> making one help?

From my original post:

           Index "obs_pkey"
 Attribute  |           Type
------------+--------------------------
 valid_time | timestamp with time zone
 station    | character(10)
unique btree

    Index "obs_station"
 Attribute |     Type
-----------+---------------
 station   | character(10)
btree

        Index "obs_valid_time"
 Attribute  |           Type
------------+--------------------------
 valid_time | timestamp with time zone
btree

(I suspect the obs_valid_time index is redundant, because of the obs_pkey
index - is that right?)

Cheers,
Dave.



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

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: Automatic auditing suggestion
Следующее
От: Hervé Piedvache
Дата:
Сообщение: Re: formatting of SQL sent by PHP to postgres