Re: Tell postgres which index to use?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Tell postgres which index to use?
Дата
Msg-id 200502090941.01447.josh@agliodbs.com
обсуждение исходный текст
Ответ на Tell postgres which index to use?  (Silke Trissl <trissl@informatik.hu-berlin.de>)
Ответы Re: Tell postgres which index to use?  (Silke Trissl <trissl@informatik.hu-berlin.de>)
Список pgsql-performance
Silke,

> is there a way to tell Postgres which index to use when a query is
> issued in 7.4.2?

PostgreSQL adjusts usage through global parameters, statistics, and periodic
ANALYZE.   Please post an EXPLAIN ANALYZE (not just EXPLAIN) for your query
and people on this list can help you with your specific problem.

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Silke Trissl
Дата:
Сообщение: Tell postgres which index to use?
Следующее
От: Silke Trissl
Дата:
Сообщение: Re: Tell postgres which index to use?