Indexing in databases
Creating an index denotes taking the column data and storing it in another index column
our data is stored on disks as we all know, so file systems is the topic we are talking about now Pages (a way for how to store the data on hard disk)
data is abo...
abd-elrahman.hashnode.dev2 min read