Backup/Restore too slow - Mailing list pgsql-performance

From Sebastián Baioni
Subject Backup/Restore too slow
Date
Msg-id 20061222143209.61704.qmail@web36108.mail.mud.yahoo.com
Whole thread Raw
Responses Re: Backup/Restore too slow  (Rod Taylor <rod.taylor@gmail.com>)
List pgsql-performance
Hi,
We have a database with one table of 10,000,000 tuples and 4 tables with 5,000,000 tuples.
While in SQL Server it takes 3 minutes to restore this complete database, in PostgreSQL it takes more than 2 hours.
The Backup takes 6 minutes in SQLServer and 13 minutes (which is not a problem)

We are running PostgreSQL 8.1 for Windows and we are using:
C:\pg_dump.exe -i -h localhost -p 5432 -U usuario -F c -b -v -f "C:\BK\file.backup" base
and
C:\pg_restore.exe  -i -h localhost -p 5432 -U usuario -d base -O -v "C:\BK\file.backup"

We use those parameters because we copied them  from PGAdminIII.

Is there any way to make it faster?

Tanks
     Sebastián

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar

pgsql-performance by date:

Previous
From: Arnau
Date:
Subject: Re: High update activity, PostgreSQL vs BigDBMS
Next
From: "oliver@obeattie.com"
Date:
Subject: What you would consider as heavy traffic?