Gavin Sherry <[EMAIL PROTECTED]> writes: > I've written some quick scripts. One just vacuums constantly (999 vacuums > to 1 vacuum full) while three other scripts three randomly insert > into, update and delete from 3 tables. There's a mix of small and large > transactions. The tables have a single int column. It is set up to run 3 > million transactions across the 3 scripts.
Note that since the issues have mainly to do with update chains, it'd be good to stress cases where a row is updated multiple times before being deleted. And use at least one long-running transaction, so that VACUUM can't just throw away the update chain. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly