BUG #15152: Java heap size

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15152: Java heap size
Дата
Msg-id 152360223433.31227.17170769780949067555@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15152: Java heap size  (Jaime Soler <jaime.soler@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15152
Logged by:          Isaac  Arasavalli
Email address:      aistrong.hs@gmail.com
PostgreSQL version: 10.1
Operating system:   Windows 7
Description:

When I fetch a table with huge data,  the result set fails with heap issue
with postgreSql. 
But in DB2 it fetches group by group so it handles. 
To fix there is an option to set autocommit off and set fetch size at
resultset. 

For,  this I have to do lot of code change due to many occurrences of simila
issue in my huge application. 

Is there any alternative to fix this,  like setting any parameters at data
source leve or any other way to minimize code change and solve. 

Please help.


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #15151: Error with wal replay after planned manualswitchover.
Следующее
От: Jaime Soler
Дата:
Сообщение: Re: BUG #15152: Java heap size