HyperLogLog (HLL) is a useful and interesting probabilistic data structure used to count unique values in a given data set with good accuracy and speed. Having this data type in a PostgreSQL-compatible Relational Database system fulfills various reporting needs to measure metrics like unique visitors.