Re: Sustained inserts per sec ... ?

From: Christopher Petrilli <petrilli(at)gmail(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: jd(at)commandprompt(dot)com, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Sustained inserts per sec ... ?
Date: 2005-04-04 21:03:56
Message-ID: 59d991c4050404140333bff1ed@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Apr 4, 2005 4:58 PM, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> Can you do:
> select relname from pg_class where relfilenode = 26488271
> and confirm that the name is the table you've been loading...

It is.

> Couldn't see all your indexes... are they still there?

Nope, I'm running a second run without the auxilary indices. I only
have the primary key index. So far, a quick scan with the eye says
that it's behaving "better", but beginning to have issues again. I'll
post results as soon as they are done.

Chris
--
| Christopher Petrilli
| petrilli(at)gmail(dot)com

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Simon Riggs 2005-04-04 22:44:00 Re: Sustained inserts per sec ... ?
Previous Message Simon Riggs 2005-04-04 20:58:23 Re: Sustained inserts per sec ... ?