mavinoo / laravelBatch

insert batch and update batch in laravel
MIT License
571 stars 118 forks source link

suggest:When the data volume is large, it is updated in blocks #74

Open jiangzhangy opened 3 years ago

jiangzhangy commented 3 years ago

If I want to update 10,000 pieces of data, I will concatenate a long SQL statement. When this happens, IT is recommended to send the changed data to the database in batches