Re: Slow Foreign Key - Mailing list pgsql-admin

From Ricardo Vaz Mannrich
Subject Re: Slow Foreign Key
Date
Msg-id 1080041550.2210.1.camel@paranagua.silcom
Whole thread Raw
In response to Re: Slow Foreign Key  (Sam Barnett-Cormack <s.barnett-cormack@lancaster.ac.uk>)
Responses Re: Slow Foreign Key
List pgsql-admin
Both indexed...

But... When I try EXPLAIN SELECT * FROM detail WHERE master_id = XXXXXX;
PostgreSQL uses seq scan (why?)

It's very confusing.

Em Seg, 2004-03-22 às 18:34, Sam Barnett-Cormack escreveu:
> On Mon, 22 Mar 2004, Tom Lane wrote:
>
> > Ricardo Vaz Mannrich <rvm_l1@silcom.com.br> writes:
> > > Is FOREIGN KEY so slow like that?
> >
> > Not normally.  Have you checked that the referencing and referenced
> > columns are of the same datatype?  Have you done ANALYZE on both tables
> > recently?
>
> Other question that seems, from my experience, to be relevant - are the
> referenced/referencing columns indexed?
--
Ricardo Vaz Mannrich <rvm_l1@silcom.com.br>


pgsql-admin by date:

Previous
From: Justin Camp
Date:
Subject: limiting \l [list all databases]
Next
From: "Mike Bell"
Date:
Subject: Cache loolup failed problems with tsearch following pg_restore