Index on (tag_id, score) instead of (tag_id) to allow tags to be filtered and sorted by confidence more efficiently. This index takes up about the same amount of space as an index on tag_id alone, so including the score in the index is essentially free.
151 KiB
151 KiB