OutOfMemory

Поиск
Список
Период
Сортировка
От postgres@nitwit.de
Тема OutOfMemory
Дата
Msg-id 200403291742.36480.postgres@nitwit.de
обсуждение исходный текст
Ответы Re: OutOfMemory  (Alexander Staubo <alex@byzantine.no>)
Список pgsql-jdbc
Hi!

I'm not sure whether this is a Java or an DB issue. I select a lot of data
from database, more than would fit into memory - and get an
OutOfMemoryException.

Well, why is this? This is actually what the idea of an Iterator is about,
that the data is progressively fetch and not all at once put into memory,
isn't it?

Now I do have to manually run the query multiple times using LIMIT/OFFSET
(manually adapted to the amount of RAM of the host machine...).

Timo

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

Предыдущее
От: "Freddy Villalba Arias"
Дата:
Сообщение: Support for 2-Phase Commit protocol
Следующее
От: "Wagner,Harry"
Дата:
Сообщение: Re: OutOfMemory