Re: [PERFORM] Bundling postgreSQL with my Java application

2009-07-06 Thread Saurabh Dave
Thanks all for your valuable comments, as I gather, what I need to do is to check the queries that are slow and do a vacuum analyze and share the results along with postgresql.conf being used. I will work on that. Thanks again, Saurabh On Tue, Jul 7, 2009 at 4:46 AM, justin wrote: > Saur

Re: [PERFORM] Bundling postgreSQL with my Java application

2009-07-06 Thread Saurabh Dave
ume Cottenceau wrote: > Mark Mielke writes: > > > On 07/06/2009 01:48 AM, Saurabh Dave wrote: > >> We are bundling PostgreSQL 8.3.7 with our Java based application. > > [...] > > > PostgreSQL 8.4 comes with significantly improved "out of the box"

[PERFORM] Bundling postgreSQL with my Java application

2009-07-05 Thread Saurabh Dave
Hi, We are bundling PostgreSQL 8.3.7 with our Java based application. We observe that in some systems the Database access becomes very slow after running it for couple of days. We understand that postgresql.conf needs to be adjusted as per the system specification where postgreSQL is running. Is