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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -