Re: SQL Performance Guidelines

From: Dustin Sallings <dustin(at)spy(dot)net>
To: "Van Ingen, Lane" <lvaningen(at)ESNCC(dot)com>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: SQL Performance Guidelines
Date: 2005-01-27 08:02:29
Message-ID: CA5A792A-7039-11D9-9A75-000A957659CC@spy.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On Jan 26, 2005, at 10:27, Van Ingen, Lane wrote:

> Clarification: I am talking about SQL coding practices in Postgres
> (how to write queries for best
> results), not tuning-related considerations (although that would be
> welcomed too).

Your question is a bit too vague. At this point in your development,
all that really can be said is to understand relational database
concepts in general, and use explain a lot when developing queries.
(Oh, and don't forget to analyze before asking specific questions).

> -----Original Message-----
> From: pgsql-performance-owner(at)postgresql(dot)org on behalf of Van Ingen,
> Lane
> Sent: Wed 1/26/2005 11:44 AM
> To: pgsql-performance(at)postgresql(dot)org
> Cc:
> Subject: [PERFORM] SQL Performance Guidelines
>
> Does anybody know where I can lay my hands on some guidelines to get
> best SQL performance
> out of PostgreSQL? We are about to get into a project that will be new
> from the ground up (and\we are using Postgres for the first time).
> Would like to share some guidelines with developers on best practices
> in Postgres? Thanks for your help.
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>
--
SPY My girlfriend asked me which one I like better.
pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <dustin(at)spy(dot)net>
| Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE
L_______________________ I hope the answer won't upset her. ____________

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Sebastian Böck 2005-01-27 08:19:38 Optimizing Outer Joins
Previous Message Christopher Browne 2005-01-27 05:10:24 Re: [SQL] OFFSET impact on Performance???