Hi there 👋

Join the journey with me, diving deep into database components and practicing to build them. To memorize and better understand the details of concepts I’m learning, I decided to take notes on the blog with which I will explain to my virtual friend (you) what I have learned and show how to implement it. You can get new posts by subscribing to my Mastodon, Twitter or RSS feed.

Inverted Index

I was curious about inverted indexes and wanted to better understand them by practicing in Rust. To do this, I built a minimal inverted index and documented the process in this article. Although my implementation is currently limited, the experience helped me learn a lot and identify areas for improvement in the future. If you’re willing to skip the theory, go ahead and get started with the Let’s Build section....

June 5, 2023 Â· 8 min