laravel-monodb 多条写操作怎么优化


我由于数组,把这个数组保存到数据库中怎么做优化,一个一个save是不是有多少个就有多少个写操作,还是会缓冲到一次执行写操作。
还有laravel-mongodb-sentry是什么来的

laravel-5 mongodb

zjhlsx 9 years, 9 months ago

不要循环每条插入,可以一次性插入的。 http://stackoverflow.com/questions/23819843/laravel-multiple-insert-in...

腊月二十七 answered 9 years, 9 months ago

Your Answer