postgresql_cursor 0.2.0
PostgreSQL Cursor is an extension to the ActiveRecord PostgreSQLAdapter for very large result sets. It provides a cursor open/fetch/close interface to access data without loading all rows into memory, and instead loads the result rows in "chunks" (default of 10_000 rows), buffers them, and returns the rows one at a time.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord
<= 2.3.5
pg
>= 0