Re: Optimzing Postgresql

Поиск
Список
Период
Сортировка
От Justin
Тема Re: Optimzing Postgresql
Дата
Msg-id 483876FC.4010301@emproshunts.com
обсуждение исходный текст
Ответ на Optimzing Postgresql  ("Ram Ravichandran" <ramkaka@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Ram Ravichandran"
Дата:
Сообщение: Optimzing Postgresql
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: Optimzing Postgresql