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 1_000 rows), buffers them, and returns the rows one at a time.
Required Ruby Version
>= 0
Authors
Allen Fair
Versions
- 0.6.10 April 08, 2026 (17 KB)
- 0.6.9 June 03, 2024 (17 KB)
- 0.6.8 January 18, 2023 (17 KB)
- 0.6.7 January 10, 2023 (17 KB)
- 0.6.6 October 31, 2022 (17 KB)