Hey!

I'm thinking about adding bulk inserts to Active Record. My preliminary 
research indicates that:

1. Bulk inserts haven't been raised in an issue (I browsed through all 
issues, open and closed, with the word "insert").
2. Same for PRs labeled with "activerecord".
3. I found https://github.com/zdennis/activerecord-import (maintained) and 
https://github.com/zdennis/ar-extensions/tree/master/ar-extensions 
(unmaintained).
4. I searched this group for "bulk insert", "mass insert", "insert 
multiple" and "insert many" but it seems the issue hasn't been discussed.

The scope of work is:

1. Designing an ActiveRecord API for the feature.
2. Adding support for bulk INSERTs to arel.
3. Implementing the API from 1 using the functionality from 2.
4. Enhancing the documentation.

My question is: are bulk inserts something we'd like to see in ActiveRecord?

Best regards
--
Greg Navis

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to