Re: Help tracking down problem with inserts slowing down...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Steve Wampler <swampler(at)noao(dot)edu>
Cc: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, Postgres-performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Help tracking down problem with inserts slowing down...
Date: 2003-12-07 16:52:37
Message-ID: 22388.1070815957@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Steve Wampler <swampler(at)noao(dot)edu> writes:
> Hmmm, I have a feeling that's not as obvious as I thought... I can't
> identify the index (named 'id_index') in the output of vacuum verbose.

In 7.2, the index reports look like
Index %s: Pages %u; Tuples %.0f.
and should appear in the part of the printout that deals with their
owning table.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Steve Wampler 2003-12-07 17:28:50 Re: Help tracking down problem with inserts slowing
Previous Message Steve Wampler 2003-12-07 14:52:35 Re: Help tracking down problem with inserts slowing down...