I would like to list all artist's tracks order by track length.
artists albums tracks
---------- ------------ ------------
id id id
name artist_id album_id
name name
or
artists albums tracks
---------- ------------ ------------
id id id
name artist_id album_id
name artist_id
name
Less data in the first database, but easier queries in the secont database. Which is better?