Database restore speed

From: "Steve Oualline" <soualline(at)stbernard(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: Database restore speed
Date: 2005-12-02 00:27:06
Message-ID: E7E213858379814A9AE48CA6754F5ECB06750F77@mail01.stbernard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Our application tries to insert data into the database as fast as it can.
Currently the work is being split into a number of 1MB copy operations.

When we restore the postmaster process tries to use 100% of the CPU.

The questions we have are:

1) What is postmaster doing that it needs so much CPU?

2) How can we get our system to go faster?

Note: We've tried adjusting the checkpoint_segements parameter to no effect.
Any suggestions welcome.

Browse pgsql-performance by date

  From Date Subject
Next Message Luke Lonergan 2005-12-02 02:26:42 Re: COPY into table too slow with index: now an I/O
Previous Message Rick Schumeyer 2005-12-01 22:18:38 Re: COPY into table too slow with index: now an I/O question