Re: pgbench --unlogged-tables

From: Greg Smith <greg(at)2ndQuadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgbench --unlogged-tables
Date: 2011-07-22 21:15:37
Message-ID: 4E29E879.4040709@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)2ndQuadrant(dot)com Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support www.2ndQuadrant.us

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-07-22 21:28:24 Re: cataloguing NOT NULL constraints
Previous Message Kevin Grittner 2011-07-22 21:01:20 Re: WIP fix proposal for bug #6123