Sliding windows on LIBPQ

Поиск
Список
Период
Сортировка
От Abraham, Danny
Тема Sliding windows on LIBPQ
Дата
Msg-id E9DE7963E5EA6546B42A979EC28B4D01368A8D8B@hou-ex-02.adprod.bmc.com
обсуждение исходный текст
Список pgsql-interfaces
Is there a way to break the PGresult array to chuncks  Like Oracle?
I mean, without changing the text of given queries, can we  somehow
limit the memory consumption of a client that is using LIBPQ?
The API is ...
extern PGresult *PQexec(PGconn *conn, const char *query);
Is there any "SLiding Window" layer that breaks the PGresult into
chuncks?
Big queries take a lot more memory on the client side compared to other
DB  clients.
Thanks
Danny


Danny Abraham
BMC Software
CTM&D Business Unit
972-52-4286-513
danny_abraham@bmc.com



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

Предыдущее
От: andrew klassen
Дата:
Сообщение: Re: postmaster process and multithreading
Следующее
От: Adam Radłowski
Дата:
Сообщение: Re: libpq crashing under Vista