/map
does not seem to execute the sv_reset_file
?SELECT * FROM race_points t1 LEFT JOIN (SELECT Name FROM race_race GROUP BY Name) t2 ON t1.Name = t2.Name WHERE t2.Name IS NULL;
I added indexes for the Name column on both tables. Any ideas why its still so slow but fast on the ddnet servers?