Re: linux server configuration - Mailing list pgsql-general

From Peter Geoghegan
Subject Re: linux server configuration
Date
Msg-id AANLkTi=_RLF_se2NLcD110gvO+rbe8VCpTpvKKVO6+=F@mail.gmail.com
Whole thread Raw
In response to linux server configuration  (Sim Zacks <sim@compulab.co.il>)
List pgsql-general
I don't think that it makes sense to look at PG tuning and server
tuning as two separate tasks. XFS was recently benchmarked using
bonnie++ by Greg Smith, with interesting results:

http://blog.2ndquadrant.com/en/2010/04/the-return-of-xfs-on-linux.html

That said, my guess is that the majority of large Linux installations
are using ext3 or ext4. It isn't the case that there's a favoured
filesystem for Postgres.

The kernel parameters that you'll want to change are sysV IPC parameters:

http://www.postgresql.org/docs/current/static/kernel-resources.html

If you want a guide to choosing hardware for Postgres, I can highly
recommend Greg Smith's new book, "Postgresql 9 High performance".

--
Regards,
Peter Geoghegan

pgsql-general by date:

Previous
From: Sim Zacks
Date:
Subject: linux server configuration
Next
From: Birta Levente
Date:
Subject: pg_dump and database size question