Home » MYSQL » MySQL Optimization » Question
  1. Loading is faster when a table has no indexes than when it is indexed.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

Loading is faster when a table has no indexes. If there are indexes, the contents of the row should be added to the table and each index must also be modified to notify the addition of the new row.



Your comments will be displayed only after manual approval.