Re: ResultSet memory usage

Поиск
Список
Период
Сортировка
От Timo Savola
Тема Re: ResultSet memory usage
Дата
Msg-id 1010873595.1144.2.camel@whiz-bang
обсуждение исходный текст
Ответ на Re: ResultSet memory usage  (Jens Carlberg <jenca@lysator.liu.se>)
Список pgsql-jdbc
> If the keys aren't unique enough to avoid the second query getting to
> big, you can use the LIMIT keyword to sorta kinda implement your own
> cursor:

The contents of the table may change from select to select. I think real
cursors work best in this case.

Timo


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: JDBC patch for DatabaseMetaData
Следующее
От: Timo Savola
Дата:
Сообщение: Re: ResultSet memory usage