Re: PGresult pointer and memory usage

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PGresult pointer and memory usage
Дата
Msg-id 27100.1106610697@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PGresult pointer and memory usage  (Jeff Davis <jdavis-pgsql@empires.org>)
Список pgsql-general
Jeff Davis <jdavis-pgsql@empires.org> writes:
> When you do a PQexec call in libpq, does PostgreSQL produce the entire
> result in memory on the server side, and then does libpq hold the entire
> result in memory after it retrieves it?

No, and yes.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: What is the format of 'binary' data in the postgresql client/server protocol version 3
Следующее
От: mstory@uchicago.edu
Дата:
Сообщение: Re: Calculating a moving average (Coding style)