Tracing SQL statements per page/request

Поиск
Список
Период
Сортировка
От Shahaf Abileah
Тема Tracing SQL statements per page/request
Дата
Msg-id 082D8A131DF72A4D88C908A1AD3DEB2204A2DABD@mail-1.rf.lan
обсуждение исходный текст
Ответы Re: Tracing SQL statements per page/request  (John R Pierce <pierce@hogranch.com>)
Re: Tracing SQL statements per page/request  (Guillaume Cottenceau <gc@mnc.ch>)
Список pgsql-jdbc

I’m looking for a general-purpose way to track and report the number of SQL statements issued to Postgres during the processing of a single page (a single URL0 on my company’s website (www.redfin.com).

 

Does the Postgres JDBC driver have any features to help me do this?

 

If not, can someone recommend another approach?  In case it helps, we use hibernate as our O-R mapping so hibernate is responsible for generating most (not all) of our SQL queries (some are still issued by direct SQL).  Also, we use the PostGIS JDBC driver, which is a wrapper around the standard PostgreSQL JDBC driver.

 

Thanks,

 

--Shahaf

 

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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Problem escaping, nonstandard use of \\ in a string literal
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Tracing SQL statements per page/request