-
Which table option for MyISAM tables reduces index flushing?
-
- KEY_WRITE_DELAY
- WRITE_KEY_DELAY
- DELAY_KEY_WRITE
- DELAY_WRITE_KEY
- None of these
Correct Option: C
For MyISAM tables a strategy for reducing index flushing is to use the DELAY_KEY_WRITE table option. With this option the data rows are written to the data file immediately.