Re: pgbench minor fixes - Mailing list pgsql-patches

From Greg Smith
Subject Re: pgbench minor fixes
Date
Msg-id Pine.GSO.4.64.0807051044160.26976@westnet.com
Whole thread Raw
In response to Re: pgbench minor fixes  (Russell Smith <mr-russ@pws.com.au>)
List pgsql-patches
On Sun, 6 Jul 2008, Russell Smith wrote:

> Simon Riggs wrote:
>> Minor patch on pgbench
>>
>> 1. -i option should run vacuum analyze only on pgbench tables, not *all*
>> tables in database.
>>
> How does this work with custom scripts?

That's the initialization step.  It creates the 4 tables, populates then,
then runs VACCUM ANALYZE.  There is no notion of what script you'll end up
executing yet.  If you have a truly custom script that works against other
data instead of the pgbench tables, you won't even be executing this
initialization bit.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

pgsql-patches by date:

Previous
From: Russell Smith
Date:
Subject: Re: pgbench minor fixes
Next
From: "Dave Page"
Date:
Subject: Re: Explain XML patch v2