Performance Tuning PostgreSQL

PostgreSQL LogoPostgreSQL is the most advanced and flexible Open Source SQL database today. With this power and flexibility comes a problem. How do the PostgreSQL developers tune the default configuration for everyone? Unfortunately the answer is they can’t.

The problem is that every database is not only different in its design, but also its requirements. Some systems are used to log mountains of data that is almost never queried. Others have essentially static data that is queried constantly, sometimes feverishly. Most systems however have some, usually unequal, level of reads and writes to the database. Add this little complexity on top of your totally unique table structure, data, and hardware configuration and hopefully you begin to see why tuning can be difficult.

Please check the original version here:  Performance Tuning PostgreSQL

Related posts:

  1. PostgreSQL Application Performance Tips
  2. Tuning Linux For Oracle
Tags:


Joseph chen is a system administrator from south China. He has a keen interest in Open Source and system administration solutions.

One Response to “Performance Tuning PostgreSQL”

  1. Database says:

    While searching for articles on database, to provide myself with some input for my next management and coaching games, I found your article Performance Tuning PostgreSQL | Planet Admon. How do you feel on incorporating different (opposite) opinions too? Just wondering. Kind regards Vincent, database games specialist.

Leave a Reply

© 2006-2009 Admon Home. All rights reserved.