Re: pg_dump slow

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 
> 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


[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux