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
Post a Comment