Re: Bundling postgreSQL with my Java application

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Bundling postgreSQL with my Java application
Дата
Msg-id 4A5309F60200002500028478@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Bundling postgreSQL with my Java application  (Saurabh Dave <saurabhdave@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Hartman, Matthew"
Дата:
Сообщение: Re: Speeding up a query.
Следующее
От: Martin Chlupac
Дата:
Сообщение: Data caching