Re: An unresolved performance problem.

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: An unresolved performance problem.
Дата
Msg-id 200305070826.52382.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: An unresolved performance problem.  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-performance
Achilleus,

> My systems are (rather usual) linux/freebsd and the costs defined (by
> default) in postgresql.conf worked well for all queries except
> a cursed query on a cursed table.
> So i start to believe its an estimation selectivity
> problem.

We can probably fix the problem by re-writing the query then;  see my previous
example this weekend about overdetermining criteria in order to force the use
of an index.

How about posting the query and the EXPLAIN ANALYZE results?

--
Josh Berkus
Aglio Database Solutions
San Francisco


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Hypothetical suggestions for planner, indexing
Следующее
От: "Mendola Gaetano"
Дата:
Сообщение: Re: [SQL] An unresolved performance problem.