Re: out of memory during query execution - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: out of memory during query execution
Date
Msg-id 20051220130439.GC4853@svana.org
Whole thread Raw
In response to Re: out of memory during query execution  (DANTE ALEXANDRA <ALEXANDRA.DANTE@BULL.NET>)
Responses Re: out of memory during query execution
Re: out of memory during query execution
List pgsql-general
On Tue, Dec 20, 2005 at 01:35:03PM +0100, DANTE ALEXANDRA wrote:
> You will find below the explain plan of one of the queries which has
> finished with "out of memory". This query contains aggregate and a
> sub-select with 6 joins :

1. Firstly, it could be the Hash node. Does the estimated number of
matches in part (96000 rows) match reality?

2. Secondly, looks like lineitem could use an index on partkey. Maybe it
could then use a more efficient join?

Do you have indexes on the relevent columns?

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Attachment

pgsql-general by date:

Previous
From: Francisco Reyes
Date:
Subject: Re: One DB not backed up by pg_dumpall
Next
From: kishore mukati
Date:
Subject: About Blobs in postgresSQL