Re: Help speeding up delete - Mailing list pgsql-performance

From Arjen van der Meijden
Subject Re: Help speeding up delete
Date
Msg-id 437B94F9.20306@tweakers.net
Whole thread Raw
In response to Re: Help speeding up delete  (Steve Wampler <swampler@noao.edu>)
List pgsql-performance
On 15-11-2005 15:18, Steve Wampler wrote:
> Magnus Hagander wrote:
> (This is after putting an index on the (id,name,value) tuple.)  That outer seq scan
> is still annoying, but maybe this will be fast enough.
>
> I've passed this on, along with the (strong) recommendation that they
> upgrade PG.

Have you tried with an index on (name,value) and of course one on id ?

Best regards,

Arjen

pgsql-performance by date:

Previous
From: "Cristian Prieto"
Date:
Subject: PgPool and Postgresql sessions...
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Perl DBD and an alarming problem