Minor patch on pgbench
1. -i option should run vacuum analyze only on pgbench tables, not *all*
tables in database.
2. pre-run cleanup step was DELETE FROM HISTORY then VACUUM HISTORY.
This is just a slow version of TRUNCATE HISTORY.
--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Training, Services and Support
Responses
pgsql-patches by date
| Next: | From: Russell Smith | Date: 2008-07-05 14:06:07 |
| Subject: Re: pgbench minor fixes |
| Previous: | From: Simon Riggs | Date: 2008-07-05 12:36:07 |
| Subject: psql command setting |