sql - single complex update vs more simple ones -


so, have config table in database, can add,edit or delete information, edit part, faster, executing query each modified row, or executing single query greater complexity? , if second option, there way in laravel? avoiding loop through edited elements , using eloquent


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -