Should I move [total hit] column to separate table in MySQL?
I'm using MySQL and have a table with name Music that has tracks information like title,duration and ... This table also has "total_hit" column that it's value will be updated frequently by each track played(+1) : id title duration ...…