Home » MYSQL » MySQL Database Operations » Question
  1. Under which option are index changes not flushed until tables close?
    1. –key-write-delay
    2. –write-key-delay
    3. –delay-key-write
    4. –delay-write-key
    5. None of these
Correct Option: C

In MySQL, the MyISAM recovery is important if the server is run with the ‘–delay-key-write’ option. Under this condition, the index changes are not flushed until the tables close.



Your comments will be displayed only after manual approval.