Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Sliding windows on LIBPQ



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(at)bmc(dot)com




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group