Re: [BUGS] vm/swap used until exhausted

2004-08-25 Thread Tom Lane
Zane <[EMAIL PROTECTED]> writes: > Different memory usage 7.4.3 vs 8.0.0beta1 > client does: > begin > bulk inserts into single table via PQexecParams (1.2 million records) > commit > under 7.4.3 memory usage is static > under 8.0.0beta1 server used increasing memory untill depletion of vm/swap

Re: [BUGS] vm/swap used until exhausted

2004-08-24 Thread Tom Lane
Zane <[EMAIL PROTECTED]> writes: > client does: > begin > bulk inserts into single table via PQexecParams (1.2 million records) > commit Could we see a concrete test case? I really don't have time to guess about what contributing factors might be involved ... regards, t