Re: pgbench --unlogged-tables - Mailing list pgsql-hackers

From Greg Smith
Subject Re: pgbench --unlogged-tables
Date
Msg-id 4E29E879.4040709@2ndQuadrant.com
Whole thread Raw
In response to pgbench --unlogged-tables  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: pgbench --unlogged-tables
Re: pgbench --unlogged-tables
List pgsql-hackers
That looks straightforward enough.  The other thing I keep realizing 
would be useful recently is to allow specifying a different tablespace 
to switch to when creating all of the indexes.  The old "data here, 
indexes on faster storage here" trick was already popular in some 
environments.  But it's becoming a really big win for environments that 
put indexes on SSD, and being able to simulate that easily with pgbench 
would be nice.

-- 
Greg Smith   2ndQuadrant US    greg@2ndQuadrant.com   Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support  www.2ndQuadrant.us



pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: WIP fix proposal for bug #6123
Next
From: Robert Haas
Date:
Subject: Re: cataloguing NOT NULL constraints