Comment on "Return YouTube Dislike" Chrome Extension Injecting AdsparentComments−karmakaze10moIt could keep track of each unique dislike. Then maybe the best we can do is use HyperLogLog (or HyperLogLog++ or HyperLogLogLog) per video id.−busymom010moEven if it's tracking each unique dislike, I can't see how it would explode to 15TB of data.
Comments
It could keep track of each unique dislike. Then maybe the best we can do is use HyperLogLog (or HyperLogLog++ or HyperLogLogLog) per video id.
Even if it's tracking each unique dislike, I can't see how it would explode to 15TB of data.