Re: [GENERAL] Fw: PostgreSQL Performance Tuning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello!

I would do the following (in that order):
1.) Check for a performant application logic and application design (e.g. degree of granularity of the Java Hibernate Mapping, are there some object iterators with hundreds of objects, etc.) 2.) Check the hibernate generated queries and whether the query is suitable or not. Also do a "explain query" do see the query plan.

Sometimes a manually generated is much more efficient than hibernate ones.

3.) Optimize the database e.g. postgresql.

Ciao,
Gerhard

--
http://www.wiesinger.com/


On Thu, 26 Apr 2007, Shohab Abdullah wrote:

Dear,
We are facing performance tuning problem while using PostgreSQL Database
over the network on a linux OS.
Our Database consists of more than 500 tables with an average of 10K
records per table with an average of 20 users accessing the database
simultaneously over the network. Each table has indexes and we are
querying the database using Hibernate.
The biggest problem is while insertion, updating and fetching of records,
ie the database performance is very slow. It take a long time to respond
in the above scenario.
Please provide me with the tuning of the database. I am attaching my
postgresql.conf file for the reference of our current configuration



Please replay me ASAP
Regards,
  Shohab Abdullah
  Software Engineer,
   Manufacturing SBU-POWAI
   Larsen and Toubro Infotech Ltd.| 4th floor, L&T Technology Centre,
Saki Vihar Road, Powai, Mumbai-400072
     (:  +91-22-67767366 | (:  +91-9870247322
       Visit us at : http://www.lntinfotech.com
ÿÿI cannot predict future, I cannot change past, I have just the present
moment, I must treat it as my last"
----------------------------------------------------------------------------------------
The information contained in this email has been classified:
[ X] L&T Infotech General Business
[    ] L&T Infotech Internal Use Only
[    ] L&T Infotech Confidential
[    ] L&T Infotech Proprietary
This e-mail and any files transmitted with it are for the sole use of the
intended recipient(s) and may contain confidential and privileged
information.
If you are not the intended recipient, please contact the sender by reply
e-mail and destroy all copies of the original message.

______________________________________________________________________


[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux