Building a simple columnar database.
This blog post marks the beginning of a series of posts on building a simple Columnar database using C++. In this introductory post, I will provide a basic introduction of Columnar databases, exploring their design, benefits, and common use cases. Additionally, I will outline the primary goals of this (hopefully) educational project.
Tags: databases, vectorized-execution, c++, columnar-database-series