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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: "gary(dot)wolfe" <gary(dot)wolfe(at)biosourcetechnologies(dot)com>, Postgres Hackers List <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Re: memory leak????
Date: 2000-01-21 16:30:54
Message-ID: 4967.948472254@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message gary.wolfe 2000-01-21 16:49:55 Re: [HACKERS] Re: memory leak????
Previous Message Vince Vielhaber 2000-01-21 16:23:40 Re: [HACKERS] timezone problem?