Re: Tracing SQL statements per page/request

Поиск
Список
Период
Сортировка
От Guillaume Cottenceau
Тема Re: Tracing SQL statements per page/request
Дата
Msg-id 87sksyg1iz.fsf@mnc.ch
обсуждение исходный текст
Ответ на Tracing SQL statements per page/request  (Shahaf Abileah <shahaf@redfin.com>)
Ответы Re: Tracing SQL statements per page/request  (Shahaf Abileah <shahaf@redfin.com>)
Список pgsql-jdbc
Shahaf Abileah <shahaf 'at' redfin.com> writes:

> 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

in pg is a good idea, as already suggested, but if many other
unrelated clients also access pg and thus it's difficult to
isolate the queries you're interested in, why not
hibernate.show_sql + appropriate logging on your direct SQL
layer?

--
Guillaume Cottenceau, MNC Mobile News Channel SA, an Alcatel-Lucent Company
Av. de la Gare 10, 1003 Lausanne, Switzerland - direct +41 21 317 50 36

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Tracing SQL statements per page/request
Следующее
От: "lakshmi devi"
Дата:
Сообщение: jdbc connectivity with postgresql