logoalt Hacker News

codedokode04/23/20251 replyview on HN

They mentioned that they use 125 MiB/s SSD. However, one can notice that the column seems to contain only about 47500 unique values. Probably there are many reviews with zero or one votes. This column is probably stored compressed so it can be loaded much faster.


Replies

ww52004/23/2025

That’s true. With such a small data domain, there would be a lot repeated numbers in the 160M values, leading to highly compressible data.

show 1 reply