@SQL-knowledgable people:
Is there any way to make the current queries faster? I mean especially the ones that use the AddSongInfoInt and Lists tables. The artist and album list loading seems to be fast enough, but the loading of the tracks themselves in the tracks view is too slow in my opinion. MM itself can do it much faster.
Just check the Xtra checkbox, choose something like "occasion" as the classification and click on an occasion (or something else) with a lot of tracks in it. It takes quite long to load the tracks view...

Also, what's the exact difference between "distinct" and "distinctrow", also when we're looking at the speed of both. "Distinct" seems to sort automaticly, while "distinctrow" needs an extra "order by". (I usually only request one column for the responce, to fill the tracks view (e.g. Songs.ID).)
I checked the speeds a bit in MSAccess, but these can't really be compared with those of SQL using the Jet engine... I think.