mysql - Update and select count at the same time taken too much time -


i have mysql statement:

update student_performance_cache spc set badges = (select count(ub.mb_no) user_badges ub ub.mb_no=spc.student_id) 

i got problems query taken time when data become larger. how can improve mysql statement , make faster?


Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

rewrite asp to php based on asp query -

c++ - rosrun via ssh doesnt start a node properly -