February 2018
Intermediate to advanced
510 pages
16h 10m
English
Indexes are mainly used to find a row of specific values without iterating a complete table. If an index is not define,d then MySQL 8 will start searching from the first row and then read the entire table, which makes for a costly operation. MySQL 8 uses indexes for the following operations:
Read now
Unlock full access