MEHDI.
03 — Blog

The Blog

Technical Write-ups · Architecture Thoughts · Dev Logs

5 min read READ

Why Every Developer Should Understand Database Indexing

Understanding database indexing is essential for performance; this post covers B-trees, composite indexes, covering indexes, and the trade-offs of when to avoid them.

#Database#Backend#SQL#Performance