January 2019
Intermediate to advanced
286 pages
7h 41m
English
The five general rules to know when it is appropriate to create an index would be to respond positively to the following questions:
In other words, indexes become necessary when you plan to use joins, that is, WHERE, GROUP BY, and ORDER BY.
If your table is very small, for example, only a few employees, it is more difficult to use an index than to let MySQL do a full scan of the table. Indexes ...
Read now
Unlock full access