From: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
---|---|
To: | List pgsql-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | pgbench minor fixes |
Date: | 2008-07-05 13:03:47 |
Message-ID: | 1215263027.4051.299.camel@ebony.site |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
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
Attachment | Content-Type | Size |
---|---|---|
pgbench_minor.v1.patch | text/x-patch | 1.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Russell Smith | 2008-07-05 14:06:07 | Re: pgbench minor fixes |
Previous Message | Simon Riggs | 2008-07-05 12:36:07 | psql command setting |