[PERFORM] vacuum_mem

2004-07-08 Thread Litao Wu
Hi, I tested vacuum_mem setting under a 4CPU and 4G RAM machine. I am the only person on that machine. The table: tablename | size_kb | reltuples ---+- big_t | 2048392 | 7.51515e+06 Case 1: 1. vacuum

Re: [PERFORM] vacuum_mem

2004-07-08 Thread Rod Taylor
It seems vacuum_mem does not have performance effect at all. Wrong conclusion. It implies that your test case takes less than 64M of memory to track your removed tuples. I think it takes 8 bytes to track a tuple for vacuuming an index, which means it should be able to track 80 deletions.