how to increase upsize speed - Mailing list pgsql-general

From Andrus
Subject how to increase upsize speed
Date
Msg-id 12F669C480864FB98FA173D0F467057A@andrusnotebook
Whole thread Raw
List pgsql-general
I installed PostgreSql 9 in Win server 2008 R2 x64 dedicated server and used
stack builder to optimize
postgresql.conf file as dedicated server.

Upsize program runs in same server.
Upsize starts transaction.
Then it creates new table, sends insert statements to server through ODBC
driver for every table.

After all data is sent, transaction is committed, analyze command is
executed, primary and foreign keys and other contraints are added.

Some tables are large. This process takes number of hours to complete.
Server hardware is modern, it it expected that this process should not take
so much time.

How to speed it up ? Should I turn sync off for upsize or other idea ?

How to increase
Andrus Moor
OÜ Eetasoft
Akadeemia 21-G302
Tallinn 12618
http://www.eetasoft.ee
http://eeva.eetasoft.ee
tel. 6654214,  6654215


pgsql-general by date:

Previous
From: Gregory Machin
Date:
Subject: advise on performance issues please
Next
From: Alexander Farber
Date:
Subject: Re: select max()