Re: Optimzing Postgresql - Mailing list pgsql-general

From Justin
Subject Re: Optimzing Postgresql
Date
Msg-id 483876FC.4010301@emproshunts.com
Whole thread Raw
In response to Optimzing Postgresql  ("Ram Ravichandran" <ramkaka@gmail.com>)
List pgsql-general

Ram Ravichandran wrote:
> Hi,
>
> I am deciding between MySQL and Postgres. I'm leaning towards Postgres
> mainly due the widely publicized speed when using transactions.
Everything except for a couple of actions in Postgresql are wrapped in
transactions and can be rollback,  you can not turn it off like in MySQL.
> However, I am not able to find any good books / resources for tuning/
> optimizing the database. Is there a book like "High Performance MySQL"
> for Postgres that teaches what the different parameters are and how to
> tune them?
> Or do most techniques covered in the High Performance Mysql apply to
> Postgres too?
I can not comment on a book i have never read so i have no idea what is
between the cover of said book.  I don't know if it is specific to MySQL
or is general enough to apply to all databases. I would think the book
is specific to MySQL.

Tunning Postgresql  performance is really quit painless just very time
consuming.
Greg Smith has written allot stuff that covers the parameters in postgresql
http://www.westnet.com/~gsmith/

Here's another resource.
http://www.postgresqldocs.org/wiki/Performance_Optimization






pgsql-general by date:

Previous
From: "Ram Ravichandran"
Date:
Subject: Optimzing Postgresql
Next
From: Steve Atkins
Date:
Subject: Re: Optimzing Postgresql