February 2018
Intermediate to advanced
510 pages
16h 10m
English
As mention previously, an invisible index is not used by the optimizer. Then what is the use of this index? This question comes into our mind, right? We will explain to you some of the use cases for invisible indexes:
In the following example, we will create an invisible index using CREATE TABLE, CREATE INDEX, or ALTER TABLE commands:
CREATE TABLE `employee` ( `id` int(11) NOT NULL ...
Read now
Unlock full access