DB Indexing: In-depth look into database indexing and tutorial for implement.
What is an indexing?
Indexing is a technique used by SQL databases to exact the data fasters. Means our DB will maintain a sub-table for our records and utilize that table to identify the expected data.
Sounds confusing😕 let’s take look into the rea...
sundaresan.hashnode.dev4 min read