tmkw / yamori

A Salesforce console utility for Ruby programmers
https://tmkw.github.io/yamori/
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

find_each #33

Open tmkw opened 1 week ago

tmkw commented 1 week ago

https://railsguides.jp/v5.2/active_record_querying.html#find-each

大体の趣旨において同等のものを作る 一度にメモリに読み込めないような大量のレコードに対するバッチ処理のためのメソッドで、数千レコード程度以上処理してメモリが苦しいと分かったら使う。