-
Under which option are index changes not flushed until tables close?
-
- –key-write-delay
- –write-key-delay
- –delay-key-write
- –delay-write-key
- 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.