Re: High memory usage

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: High memory usage
Дата
Msg-id 11566.993088550@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: High memory usage  ("Rainer Mager" <rmager@vgkk.com>)
Ответы RE: High memory usage
Список pgsql-admin
"Rainer Mager" <rmager@vgkk.com> writes:
> First, this type of query seems to use exponential amounts of memory.

Hmm.  What does EXPLAIN show as the plan for the query?  How long does
it take to do the EXPLAIN?  If the EXPLAIN alone takes a lot of time/
space, then you need to reduce the size of the planner's search space
with an explicit JOIN --- see
http://www.ca.postgresql.org/users-lounge/docs/7.1/postgres/explicit-joins.html

            regards, tom lane

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

Предыдущее
От: "Rainer Mager"
Дата:
Сообщение: RE: High memory usage
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: High memory usage [PATCH]