Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的数据库中插入数千条记录,并且由于这些插入查询,页面需要很长时间才能重新加载。
如何使我的页面加载更快并同时运行所有插入查询?
有一个 gem 可以让你批量插入:https ://github.com/zdennis/activerecord-import
否则,也许您可以在后台作业中进行插入。