Deep dive into database internals

Héla Ben Khalfallah
ITNEXT
Published in
14 min readMay 3, 2023

--

Architecture, storage and data structure

Database Management System (Author’s licensed image)

Introduction

Have you ever had a case that required debugging a database? or optimize queries? Have you ever wondered how a database works? how is the data stored? how is a query executed? why the database is able to search the data quickly? what mystery is hidden inside?

--

--

Writer for

I love coding whatever the language and trying new programming tendencies. I have a special love to JS (ES6+), functional programming, clean code & tech-books.