Re: System Query hit to Database

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема Re: System Query hit to Database
Дата
Msg-id CAB=Je-FFg6QjHrHPTXm1gc0M-gJKW1fN8WMfe9w6+9KMxT6AHQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: System Query hit to Database  (dhaval jaiswal <dhavallj@hotmail.com>)
Список pgsql-jdbc
Here's what you can do:
1) Collect lots of thread dumps. For instance, for 15-60 minutes once
each second (watch -n 1 kill -3 <pid_of_java_process> if using linux).
2) grep getTables in the thread dumps

It will highlight the code that calls getTables.

Vladimir


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: dhaval jaiswal
Дата:
Сообщение: Re: System Query hit to Database
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: System Query hit to Database