Re: how much ram do i give postgres?

From: "Gary Doades" <gpd(at)gpdnet(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: how much ram do i give postgres?
Date: 2004-10-20 18:59:38
Message-ID: 4176C3AA.1944.679C62D6@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 20 Oct 2004 at 13:34, Josh Close wrote:

> > How long does 100,000 rows take to insert exactly?
>
> I believe with the bulk inserts, 100k only takes a couple mins.
>

Hmm, that seems a bit slow. How big are the rows you are inserting? Have you checked
the cpu and IO usage during the inserts? You will need to do some kind of cpu/IO
monitoring to determine where the bottleneck is.

What hardware is this on? Sorry if you specified it earlier, I can't seem to find mention of
it.

Cheers,
Gary.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Josh Close 2004-10-20 19:09:54 Re: how much ram do i give postgres?
Previous Message Eric E 2004-10-20 18:59:27 Re: Sequence question