Re: Bundling postgreSQL with my Java application - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: Bundling postgreSQL with my Java application
Date
Msg-id 4A5309F60200002500028478@gw.wicourts.gov
Whole thread Raw
In response to Re: Bundling postgreSQL with my Java application  (Saurabh Dave <saurabhdave@gmail.com>)
List pgsql-performance
Saurabh Dave <saurabhdave@gmail.com> 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 suggestion
was made to use VACUUM VERBOSE for diagnostic purposes, what you need
to do with the slow queries you identify is to run them with EXPLAIN
ANALYZE in front (not VACUUM ANALYZE as your post stated).

-Kevin

pgsql-performance by date:

Previous
From: "Hartman, Matthew"
Date:
Subject: Re: Speeding up a query.
Next
From: Martin Chlupac
Date:
Subject: Data caching