Next Previous Contents

8. Performance Tuning of PostgreSQL server

Generally database server is standalone box connected to network. Since database server is the only unix process which runs on the CPU, you can do several optimizations to speed up the server.

8.1 OS Tuning for Database server

To get more bang for a given CPU processing power, do the following:-

8.2 Tuning Database server process

General tuning tips:

Specialized tuning tips:


Next Previous Contents