You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been found that the following SQL is smashing DB when minduplicates is set to 5:
SELECT contenthash, COUNT(contenthash)
FROM mdl_files
WHERE filearea <> ? AND (filearea <> ? OR component <> ?)
GROUP BY contenthash
HAVING COUNT(contenthash) >= $1