How Indexes help DB reads faster
In this article we will be knowing how DB data is stored , how traditional reads happen in DB and how indexes makes these DB reads faster
How data is stored in disc for DB data
The records in DB table are stored in disc blocks
The blocks are partit...
arvikh.hashnode.dev3 min read