Re: Query Optimization

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Query Optimization
Дата
Msg-id 19844.1171947248@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Query Optimization  (Reinhard Vicinus <rvicinus@rjm.de>)
Список pgsql-performance
Reinhard Vicinus <rvicinus@rjm.de> writes:
> PostgreSQL version: 8.1.6
> The following query needs a lot of time because the query planner
> reorders the joins:

Try reducing random_page_cost, increasing effective_cache_size, and/or
updating to PG 8.2.  Any of these are likely to make it like the
nestloop plan better...

            regards, tom lane

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: How to debug performance problems
Следующее
От: "Marko Niinimaki"
Дата:
Сообщение: slow subselects