This article gives a glimpse of internals of some of the popular storage structures used in databases and distributed systems. The following storage structures will be covered in this article: Bloom Filter, LSM Trees, B+ Trees, Inverted Index, Merkel Trees, Consistent Hashing, Skip lists, HyperLogLog, Count Min Sketch. Bloom Filter Bloom Filter…