Exploring Database Indexes
Dec 14, 2023 · 4 min read · Why Indexes? Database indexes are used for faster data retrieval. Let's explore the underlying data structure behind these indexes that enables faster queries. Hash Index This is a log based index and probably simpler and easiest to implement. It sto...
Join discussion
