The Akismet plugin creates a ton of entries in wp_commentmeta. Try getting rid of all the spam comments from the admin panel. The meta entries attached to those comments will most probably be deleted automatically. If you want to do this using SQL then you will first have to run a query to delete all spam comments and then run a query to delete all the orphan entries in wp_commentmeta.
Hope this helps.