Re: [PERFORM] Entry point for Postgresql Performance

2009-03-12 Thread Rajesh Kumar Mallah
Databases are usually IO bound , vmstat results can confirm individual cases and setups. In case the server is IO bound the entry point should be setting up properly performing IO. RAID10 helps a great extent in improving IO bandwidth by parallelizing the IO operations, more spindles the better. Al

Re: [PERFORM] Entry point for Postgresql Performance

2009-03-12 Thread Ashish Karalkar
Nagalingam, Karthikeyan wrote: Hi, Can you guide me, Where is the entry point to get the documentation for Postgresql performance tuning, Optimization for Postgresql with Storage controller. Your recommendation and suggestion are welcome. Regards Karthikeyan.N Take a look at htt