Re: Rapidly decaying performance repopulating a large table - Mailing list pgsql-general

From Tom Lane
Subject Re: Rapidly decaying performance repopulating a large table
Date
Msg-id 29034.1208907191@sss.pgh.pa.us
Whole thread Raw
In response to Re: Rapidly decaying performance repopulating a large table  ("David Wilson" <david.t.wilson@gmail.com>)
Responses Re: Rapidly decaying performance repopulating a large table  ("David Wilson" <david.t.wilson@gmail.com>)
List pgsql-general
"David Wilson" <david.t.wilson@gmail.com> writes:
> My guess at this point is that I'm just running into index update
> times and checkpoint IO. The only thing that still seems strange is
> the highly variable nature of the COPY times- anywhere from <1.0
> seconds to >20 seconds, with an average probably around 8ish. I can
> live with that, but I'm still open to any other suggestions anyone
> has!

What have you got shared_buffers set to?  If it's not enough to cover
the working set for your indexes, that might be the (other) problem.

            regards, tom lane

pgsql-general by date:

Previous
From: "David Wilson"
Date:
Subject: Re: Rapidly decaying performance repopulating a large table
Next
From: Klint Gore
Date:
Subject: Re: FW: Re: create temp in function