internetstandards / Internet.nl

Internet standards compliance test suite
https://internet.nl
172 stars 35 forks source link

Improve Hall of Fame task #1246

Open bwbroersma opened 7 months ago

bwbroersma commented 7 months ago

Currently the Hall of Fame (hof) task is very heavy on the database and memory in python of the task itself: https://github.com/internetstandards/Internet.nl/blob/7bb8f53b97ffe467080884250bc0a81f029a978c/checks/tasks/update.py#L79 This basically asks a full table dump, sorted (which needs temp files because of #1244) and then processed in python. The logic can be fully done in SQL.