Re: [GENERAL] How to tune my new server

2015-08-18 Thread John R Pierce
On 8/18/2015 6:33 AM, Joseph Kregloh wrote: Of course not every machine is built the same and not every PostgreSQL server is used the same, to tune according to the machine and the usage of the server. indeed, your use case heavily affects the optimal decisions, there's no one-size-fits-all

Re: [GENERAL] How to tune my new server

2015-08-18 Thread Joseph Kregloh
When tuning the last server that we built I followed the following Wiki page as to where to make adjustments https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server then tested the tweaks using pgbench tools from https://github.com/gregs1104/pgbench-tools. Of course not every machine is buil

[GENERAL] How to tune my new server

2015-08-18 Thread Sachin Srivastava
Hi, If my system RAM is 50 GB then how can I tune my database server without using the Thumb rule of postgresql.conf parameter like: Shared_buffer: 25% of the RAM temp_buffers: should be default work_mem: AvRAM/2 * Max_connections etc... There is any another way or any other rule or Tool which c