Re: Performance tuning in PostgreSQL

Поиск
Список
Период
Сортировка
От dev@archonet.com
Тема Re: Performance tuning in PostgreSQL
Дата
Msg-id 49245.192.168.1.32.1048665236.squirrel@mainbox.archonet.com
обсуждение исходный текст
Ответ на Performance tuning in PostgreSQL  (Abhishek Sharma <abhisheks@dpsl.net>)
Ответы Re: Performance tuning in PostgreSQL  (Abhishek Sharma <abhisheks@dpsl.net>)
Список pgsql-general
> Can someone tell me the various aspects of Hardware for performance tuning
> in PostgreSQL 7.3 on a RHL 8 server.
>
> How can I determine the required hardware configuration(CPUs,RAM,Shared
> Buffer Space,OS TCP/IP ports) for n number of connections or n number of
> users accessing the database?

The bad news is there's only one way and that's to test. Without knowing
how much data you have, in what tables and how you are querying/updating
it you really can't say much useful.

A few points though.

CPU: PostgreSQL will use multiple CPUs but one query runs on only one CPU.
RAM: more is better, pretty much always
Disk: fast and see the archives for details on placing the WAL on its own
disk.
Tuning: there's a performance mailing list, and some stuff on
techdocs.postgresql.org

Hope that's some use

- Richard Huxton


В списке pgsql-general по дате отправления:

Предыдущее
От: "Chris Hutchinson"
Дата:
Сообщение: Re: transaction blocking inserts in postgresql 7.3
Следующее
От: Abhishek Sharma
Дата:
Сообщение: Re: Performance tuning in PostgreSQL