understanding bitmap indexing
Motivation
When you are designing a database (OLTP or OLAP), it is common to design an index based on a query pattern. In this blog, we are going to talk about bitmap indexing and when to select them compared with another index such as B+ tree.
datab...
datawithadam.hashnode.dev4 min read