February 2018
Intermediate to advanced
510 pages
16h 10m
English
Not null data is something that MySQL doesn't like much. Not null columns use more storage, impact the performance, and require additional processing within MySQL.
Optimizing such queries referring to null data is difficult as well. When a null data column is indexed, it uses additional bytes for each entry.
Read now
Unlock full access