Re: beta1 & beta2 & Windows & heavy load - Mailing list pgsql-hackers

From Tom Lane
Subject Re: beta1 & beta2 & Windows & heavy load
Date
Msg-id 12982.1094969177@sss.pgh.pa.us
Whole thread Raw
In response to beta1 & beta2 & Windows & heavy load  (Daniel Schuchardt <daniel_schuchardt@web.de>)
Responses Re: beta1 & beta2 & Windows & heavy load  (Daniel Schuchardt <daniel_schuchardt@web.de>)
List pgsql-hackers
Daniel Schuchardt <daniel_schuchardt@web.de> writes:
> is it is known that postgres 8.0 (beta1 and beta2 both same behavoir) 
> will eat tons of memory on Windows under heavy load?

No.

I tried setting up a test case with a 64K-row master table, a slave
table with the same 64K rows and an ON DELETE CASCADE reference to the
master, and a third table with the same 64K values and an ON DELETE
CASCADE reference to the second.  It took a little bit of time to
delete all the master rows, but memory usage was perfectly steady.

Can you provide a concrete test case?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Daniel Schuchardt
Date:
Subject: beta1 & beta2 & Windows & heavy load
Next
From: Gavin Sherry
Date:
Subject: Re: beta1 & beta2 & Windows & heavy load