jhollinger / occams-record

The missing high-efficiency query API for ActiveRecord
https://occams.jordanhollinger.com/
MIT License
358 stars 7 forks source link

Look into cursor and streaming support for PG #5

Open jhollinger opened 5 years ago

jhollinger commented 5 years ago

Prior art:

jhollinger commented 2 years ago

Cursors landing in 1.4.0

jhollinger commented 2 years ago

Streaming cons:

  1. Needs a 2nd connection to do eager loading
  2. Have to implement type conversion from scratch OR hook into AR internals