On Oct 17, 1:04 am, "Kyle R. Burton" <[email protected]> wrote:
> As far as I can tell, contrib.sql's functions do not use database
> cursors (at least for PostgreSQL, again as far as I can tell).  For
> result sets that are larger than you'd like to load into the running
> process, but rather step through the results and have them fetched on
> demand from the server, I've tried creating a version of
> with-query-results that does this.

Somebody else had the same problem and came up a similar solution:

http://groups.google.com/group/clojure-dev/browse_thread/thread/d8334759f10f3f45

https://www.assembla.com/spaces/clojure-contrib/tickets/88-clojure-contrib-sql-runs-out-of-memory-on-very-large-datasets

I have no idea when this will get released though.

Saul

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to