Re: beta1 & beta2 & Windows & heavy load

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: beta1 & beta2 & Windows & heavy load
Дата
Msg-id 12982.1094969177@sss.pgh.pa.us
обсуждение исходный текст
Ответ на beta1 & beta2 & Windows & heavy load  (Daniel Schuchardt <daniel_schuchardt@web.de>)
Ответы Re: beta1 & beta2 & Windows & heavy load  (Daniel Schuchardt <daniel_schuchardt@web.de>)
Список 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 по дате отправления:

Предыдущее
От: Daniel Schuchardt
Дата:
Сообщение: beta1 & beta2 & Windows & heavy load
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: beta1 & beta2 & Windows & heavy load