Design

Ruby Lazy chunked hash like behavior

2 minute read

When we want to iterate a long list, we can simply write a query and get a cursor, ActiveRecord will do all the heavy lifting for us.What happens when we nee...