Обсуждение: Fastest Backup & Restore for perf testing

Поиск
Список
Период
Сортировка

Fastest Backup & Restore for perf testing

От
"Wes Vaske (wvaske)"
Дата:

Hi,

 

I’m running performance tests against a PostgreSQL database (9.4) with various hardware configurations and a couple different benchmarks (TPC-C & TPC-H).

 

I’m currently using pg_dump and pg_restore to refresh my dataset between runs but this process seems slower than it could be.

 

Is it possible to do a tar/untar of the entire /var/lib/pgsql tree as a backup & restore method?

 

If not, is there another way to restore a dataset more quickly? The database is dedicated to the test dataset so trashing & rebuilding the entire application/OS/anything is no issue for me—there’s no data for me to lose.

 

Thanks!

 

Wes Vaske | Senior Storage Solutions Engineer

Micron Technology

101 West Louis Henna Blvd, Suite 210 | Austin, TX 78728

 

Re: Fastest Backup & Restore for perf testing

От
Andrew Dunstan
Дата:
On 05/27/2015 04:24 PM, Wes Vaske (wvaske) wrote:
>
> Hi,
>
> I’m running performance tests against a PostgreSQL database (9.4) with
> various hardware configurations and a couple different benchmarks
> (TPC-C & TPC-H).
>
> I’m currently using pg_dump and pg_restore to refresh my dataset
> between runs but this process seems slower than it could be.
>
> Is it possible to do a tar/untar of the entire /var/lib/pgsql tree as
> a backup & restore method?
>
> If not, is there another way to restore a dataset more quickly? The
> database is dedicated to the test dataset so trashing & rebuilding the
> entire application/OS/anything is no issue for me—there’s no data for
> me to lose.
>
> Thanks!
>


Read all of this chapter.
<http://www.postgresql.org/docs/current/static/backup.html>

cheers

andrew




Re: Fastest Backup & Restore for perf testing

От
Steve Atkins
Дата:
> On May 27, 2015, at 1:24 PM, Wes Vaske (wvaske) <wvaske@micron.com> wrote:
>
> Hi,
>
> I’m running performance tests against a PostgreSQL database (9.4) with various hardware configurations and a couple
differentbenchmarks (TPC-C & TPC-H). 
>
> I’m currently using pg_dump and pg_restore to refresh my dataset between runs but this process seems slower than it
couldbe. 
>
> Is it possible to do a tar/untar of the entire /var/lib/pgsql tree as a backup & restore method?
>
> If not, is there another way to restore a dataset more quickly? The database is dedicated to the test dataset so
trashing& rebuilding the entire application/OS/anything is no issue for me—there’s no data for me to lose. 
>

Dropping the database and recreating it from a template database with "create database foo template foo_template" is
aboutas fast as a file copy, much faster than pg_restore tends to be. 

Cheers,
  Steve

Re: Fastest Backup & Restore for perf testing

От
Jim Nasby
Дата:
On 5/27/15 3:39 PM, Steve Atkins wrote:
>
>> On May 27, 2015, at 1:24 PM, Wes Vaske (wvaske) <wvaske@micron.com> wrote:
>>
>> Hi,
>>
>> I’m running performance tests against a PostgreSQL database (9.4) with various hardware configurations and a couple
differentbenchmarks (TPC-C & TPC-H). 
>>
>> I’m currently using pg_dump and pg_restore to refresh my dataset between runs but this process seems slower than it
couldbe. 
>>
>> Is it possible to do a tar/untar of the entire /var/lib/pgsql tree as a backup & restore method?
>>
>> If not, is there another way to restore a dataset more quickly? The database is dedicated to the test dataset so
trashing& rebuilding the entire application/OS/anything is no issue for me—there’s no data for me to lose. 
>>
>
> Dropping the database and recreating it from a template database with "create database foo template foo_template" is
aboutas fast as a file copy, much faster than pg_restore tends to be. 

Another possibility is filesystem snapshots, which could be even faster
than createdb --template.
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Data in Trouble? Get it in Treble! http://BlueTreble.com