Re: how to monitor the amount of bytes fetched in a executeQuery()

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: how to monitor the amount of bytes fetched in a executeQuery()
Дата
Msg-id 44B56D9A.5030302@opencloud.com
обсуждение исходный текст
Ответ на Re: how to monitor the amount of bytes fetched in a executeQuery()  (Albert Cardona <acardona@ini.phys.ethz.ch>)
Ответы Re: how to monitor the amount of bytes fetched in a executeQuery()
Список pgsql-jdbc
Albert Cardona wrote:

> Also, the ability to monitor the amount of bytes loaded would be an nice
> addition to the driver itself. Perhaps a small Monitor class that extends
> Thread, which monitors the receiving InputStream and provides a single
> getLoadedBytes() method?

Well, there's only one InputStream per connection really.. If a
bytecount from there is useful it wouldn't be too hard to expose
(perhaps on PGconnection), but it'd only be approximate because that one
stream is used for all activity on the connection including other
columns, protocol overhead, etc.

-O

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

Предыдущее
От: Victor
Дата:
Сообщение: unsubscribe pgsql-jdbc
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: executeQuery Locked