Re: System Query hit to Database - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject Re: System Query hit to Database
Date
Msg-id CAB=Je-FFg6QjHrHPTXm1gc0M-gJKW1fN8WMfe9w6+9KMxT6AHQ@mail.gmail.com
Whole thread Raw
In response to Re: System Query hit to Database  (dhaval jaiswal <dhavallj@hotmail.com>)
List 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 by date:

Previous
From: dhaval jaiswal
Date:
Subject: Re: System Query hit to Database
Next
From: Thomas Kellerer
Date:
Subject: Re: System Query hit to Database