Indexing and performance - Mailing list pgsql-sql

From Josh Berkus
Subject Indexing and performance
Date
Msg-id web-107960@davinci.ethosmedia.com
Whole thread Raw
List pgsql-sql
Folks,

Can anyone direct me to a source of indexing and performance advice for
PostgreSQL?  What I'm interested in is questions like:

Q. I have a number of reference tables which serve as pointers to other
tables for user-defined searches.  As these tables see constant
additions (20,000 + records per day, deleted every night) but link with
the keys in other tables, I'm not sure of the indexing strategy I should
take.  The additive nature of the tables would argue for light indexing;
the fact that these tables are used linked in large views to produce
on-screen reports would argue for heavy indexing.  Suggestions?

-Josh Berkus


______AGLIO DATABASE SOLUTIONS___________________________                                      Josh Berkus Complete
informationtechnology      josh@agliodbs.com  and data management solutions       (415) 565-7293 for law firms, small
businesses       fax 621-2533   and non-profit organizations.      San Francisco
 


pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: WHERE on an alias
Next
From: Stephan Szabo
Date:
Subject: Re: WHERE on an alias