Tag: mysql index basics
MySQL Indexes basics and MySQL Indexes types
Types of Indexes in MySQL
MySQL supports the following indexes
B+ Tree indexes
Hash indexes
Full-Text index
R Tree indexes
B+ Tree Indexes
Highly Useful(>90%) in many real-time use-cases
Work for Equality...