Re: pg_dump slow

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "Franklin Haut" <franklin(dot)haut(at)gmail(dot)com>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: pg_dump slow
Date: 2005-12-02 16:28:50
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3417DD9EC@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

>
> That was the command used to restore a database
>
> pg_restore.exe -i -h localhost -p 5432 -U postgres -d temp2 -v
> "D:\d\temp.bkp"
>
> The database was created before using LATIN1 charset
>
> With 100 rows you can´t feel the test, then I decided send the whole
> table.
>
> Very Thanks
>
> Franklin Haut

How are you dumping out your archive? I confirmed unreasonably slow dump with pg_dump -Z temp2 > temp2.bkp on windows 2000 server. I normally use bzip to compress my dumps.

Can you measure time to dump uncompressed and also with bzip and compare?

Merlin

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2005-12-02 16:33:18 Re: pg_dump slow
Previous Message Merlin Moncure 2005-12-02 16:13:33 Re: Network permormance under windows