-
To minimize disk I/O, which of these should be chosen?
CHAR, VARCHAR
-
- either CHAR or VARCHAR
- any one
- CHAR
- VARCHAR
- None of these
Correct Option: D
In MySQL, because CHAR on average takes more space than VARCHAR, VARCHAR is preferred to be used to minimize the amount of the storage and disk I/O needed to process the rows.