Re: Nested Loop

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Nested Loop
Дата
Msg-id 20070326140549.GA9322@winnie.fuhr.org
обсуждение исходный текст
Ответ на Nested Loop  ("Gauri Kanekar" <meetgaurikanekar@gmail.com>)
Ответы Re: Nested Loop  ("Gauri Kanekar" <meetgaurikanekar@gmail.com>)
Список pgsql-performance
On Mon, Mar 26, 2007 at 05:34:39PM +0530, Gauri Kanekar wrote:
> how to speedup nested loop queries and by which parameters.

Please post a query you're trying to tune and the EXPLAIN ANALYZE
output, as well as any changes you've already made in postgresql.conf
or configuration variables you've set in a particular session.
Without more information we can't give much advice other than to
make sure you're vacuuming and analyzing the tables often enough
to keep them from becoming bloated with dead rows and to keep the
statistics current, and to review a configuration checklist such
as this one:

http://www.powerpostgresql.com/PerfList

--
Michael Fuhr

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

Предыдущее
От: Dimitri
Дата:
Сообщение: Re: Sunfire X4500 recommendations
Следующее
От: "Gauri Kanekar"
Дата:
Сообщение: Re: Nested Loop