Rails 6 bulk SQL operations
Vorpal now supports Rails 6 bulk insert_all
and upsert_all
methods for super fast creating and updating!
The activerecord-import
gem is no longer required to get bulk inserts and can be removed.
Our performance benchmarks now show a 17% improvement in creation times (over using activerecord-import
) and a 27% improvement in update times.
Enjoy!