Re: [HACKERS] Re: memory leak????

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Re: memory leak????
Дата
Msg-id 4967.948472254@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: memory leak????  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Список pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> writes:
> ... I don't know much about it, but I'll guess that you are
> exhausting memory just trying to *plan* the query, or that the
> bazillion intermediate results from the huge number of "or" clauses is
> chewing things up.

SET KSQO = 'ON' might help.  I've reduced cnfify's tendence to eat
memory when presented with a big OR-of-ANDs clause, but that fix isn't
in 6.5.* (it still needs more work).
        regards, tom lane


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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: [HACKERS] timezone problem?
Следующее
От: Don Baccus
Дата:
Сообщение: Re: Re. [HACKERS] Some notes on optimizer cost estimates