MySQL Index Overview
March 21, 2021 · 516 words · 3 min · Database MySQL Index
Database indexes are sorted data structures in DBMS that help in quickly querying and updating data in a database. Generally, data structures used for building indexes include B-trees, B+ trees, hash tables, etc.