Re: FW: Index usage

Поиск
Список
Период
Сортировка
От gnari
Тема Re: FW: Index usage
Дата
Msg-id 001101c4d200$6fbe6c40$0100000a@wp2000
обсуждение исходный текст
Ответ на FW: FW: Index usage  ("BBI Edwin Punzalan" <edwin@bluebamboo.ph>)
Ответы Re: FW: Index usage  ("BBI Edwin Punzalan" <edwin@bluebamboo.ph>)
Список pgsql-performance
From: "BBI Edwin Punzalan" <edwin@bluebamboo.ph>

> db=# explain analyze select date from chatlogs where date>='11/23/04' and
> date<'11/25/04';
> NOTICE:  QUERY PLAN:
>
> Seq Scan on chatlogs  (cost=0.00..24763.19 rows=9200 width=4) (actual
> time=0.45..4268.00 rows=23787 loops=1)
> Total runtime: 4282.81 msec
> ==============
>
> How come a query on the current date filter uses an index and the others
> does not?  This makes indexing to speed up queries quite difficult.

have you ANALYZED the table lately ?
what version postgres are you using ?

gnari





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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Data type to use for primary key
Следующее
От: "songtebo"
Дата:
Сообщение: Unsubscribe