Because of the array, how do I optimize saving this array into the database, whether there are as many writes as there are save one by one, or whether it will be buffered until one write is executed.
And what is larave-mongodb-sentry
Don’t cycle through each insertion, you can insert it at one time.http://stackoverflow.com/questions/23819843/laravel-multiple-insert-in …