Hello,

I've been reading about paged_each and it seems to work well in my testing, 
but I'm concerned about using it in production because the documentation 
says it uses a transaction internally. 

I plan to make a "backfill" script that iterates over all rows in a 
production database and enqueues background jobs for processing them etc.

Would using paged_each lock the table and prevent my (Sinatra) app from 
functioning regularly?

Thank you!
- Trevor

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sequel-talk+unsubscr...@googlegroups.com.
To post to this group, send email to sequel-talk@googlegroups.com.
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to