Re: BUG #15700: PG 10 vs. 11: Large increase in memory usage whenselecting BYTEA data (maybe memory leak)

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: BUG #15700: PG 10 vs. 11: Large increase in memory usage whenselecting BYTEA data (maybe memory leak)
Дата
Msg-id CAMkU=1zs8cMZnFwJCeGW20wH87qcXBCd+eT7mDZL+_N+2xB4xw@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #15700: PG 10 vs. 11: Large increase in memory usage when selecting BYTEA data (maybe memory leak)  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #15700: PG 10 vs. 11: Large increase in memory usage whenselecting BYTEA data (maybe memory leak)
Список pgsql-bugs
On Mon, Mar 18, 2019 at 7:01 AM PG Bug reporting form <noreply@postgresql.org> wrote:
 
The Java program actually just executes "SELECT b FROM public.a" and keeps
streaming more rows doing something with the content, also the execution
plan for my query is fairly simple - actually it seems to be just a
sequential scan (with both versions).

Could you include as an attachment a complete compilable java program?  Including the imports, the main public class definition, etc.

Cheers,

Jeff

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15700: PG 10 vs. 11: Large increase in memory usage when selecting BYTEA data (maybe memory leak)
Следующее
От: Matthias Otterbach
Дата:
Сообщение: Re: BUG #15700: PG 10 vs. 11: Large increase in memory usage whenselecting BYTEA data (maybe memory leak)