如题:
Model.create([{name: 'test1'}, {name: 'test'}])
使用这种方式创建多条记录时,是一次提交到数据库还是多次?
在 console 执行一下看日志。
取决于实现,
#2 楼 @nouse postgresql rails5 中的 ActiveRecord 版本
#1 楼 @Rei
数据库是 postgresql
#4 楼 @zouyu 是
#5 楼 @Rei 谢谢