indexes - Mailing list pgsql-sql

From Seb
Subject indexes
Date
Msg-id 87iqb3z74n.fsf@kolob.sebmags.homelinux.org
Whole thread Raw
Responses Re: indexes  (Chris <dmagick@gmail.com>)
List pgsql-sql
Hi,

I have some views and queries that take a bit too long to return, so
perhaps some judicious indexes might help, but I don't know much about
how to use them.  The PostgreSQL manual has a good section on indexes,
but I can't find guidance on (unless I missed something):

o How to decide what columns need an index?
o Should all foreign keys have an index?
o Naming conventions?
o Does PostgreSQL use available indexes that can be useful in any query, without the user having to do anything in
particular?

I'd appreciate any pointers to documents with guidance on these
questions.  Thanks.


-- 
Seb



pgsql-sql by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: rename primary key
Next
From: Seb
Date:
Subject: Re: rename primary key