Re: index and queries using '<' '>'

Поиск
Список
Период
Сортировка
От Marc Boucher
Тема Re: index and queries using '<' '>'
Дата
Msg-id 3.0.5.32.20041118181830.008e5100@pop.gmx.net
обсуждение исходный текст
Ответ на Re: index and queries using '<' '>'  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
At 16:23 18/11/2004 +0100, Martijn van Oosterhout wrote:
> The system seems to think that a scan is cheap because the table is so
> small.
The table currently contains just over 10000 elements. So 238 rows is a
small part of it.

> Have you ever ANALYZEd that table?
Yes. That and reindex (in case of a problem).

> Also, EXPLAIN ANALYZE gives a much better idea of what is going on...
You mean ANALYZE VERBOSE ?


Since the table is still growing, and the amount of rows in the reply of
the query is quite uniform (it's not dependant on the size of the table), I
hope that the statistics will evolve in a state that will force the use of
the index.


thanks

--
Marc


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

Предыдущее
От: Bill Harris
Дата:
Сообщение: Re: How to make a good documentation of a database ?
Следующее
От: Kostis Mentzelos
Дата:
Сообщение: Re: OID's