What is indexing? How to do?
Anonymous
indexing in db is used for fast CRUD operation, it used B-Tree in behind the scene, and keeps the data in sorted order, that's why searching takes O(logn) instead of O(n).
Check out your Company Bowl for anonymous work chats.