5 ms·Show HN: Now tracking the number of unique URLs in the Mwmbl index1 points by daoudc 2y agoThis is actually a lot harder to do than you might imagine, we need to scan the whole index and use a hyperloglog (handily implemented for us in Redis) to count the URLs.