Re: [PERFORM] Bundling postgreSQL with my Java application

2009-07-07 Thread Kevin Grittner
Saurabh Dave wrote: > 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. Hopefully just a typo there. While you need to ensure that adequate VACUUM and ANALYZE maintenance is being performed, and a s

Re: [PERFORM] Bundling postgreSQL with my Java application

2009-07-06 Thread Scott Marlowe
On Sun, Jul 5, 2009 at 11:48 PM, Saurabh Dave wrote: > 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

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: > Saurabh

Re: [PERFORM] Bundling postgreSQL with my Java application

2009-07-06 Thread justin
Saurabh Dave wrote: >No offense intended - but have you looked at the documentation for postgresql.conf? >If you are going to include PostgreSQL in your application, I'd highly recommend you >understand what you are including. :-) I had a look into the documentation of postgres.conf

Re: [PERFORM] Bundling postgreSQL with my Java application

2009-07-06 Thread Mark Mielke
On 07/06/2009 03:17 AM, Saurabh Dave wrote: >No offense intended - but have you looked at the documentation for postgresql.conf? >If you are going to include PostgreSQL in your application, I'd highly recommend you >understand what you are including. :-) I had a look into the documentation o

Re: [PERFORM] Bundling postgreSQL with my Java application

2009-07-06 Thread Saurabh Dave
>No offense intended - but have you looked at the documentation for postgresql.conf? >If you are going to include PostgreSQL in your application, I'd highly recommend you >understand what you are including. :-) I had a look into the documentation of postgres.conf, and tried a lot with changing pa

Re: [PERFORM] Bundling postgreSQL with my Java application

2009-07-06 Thread Guillaume Cottenceau
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" > configuration. I think that is what you are looking for. Specifically, > you are pro

Re: [PERFORM] Bundling postgreSQL with my Java application

2009-07-05 Thread Mark Mielke
On 07/06/2009 01:48 AM, Saurabh Dave wrote: 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 sp

[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