Which table option for MyISAM tables reduces index flushing?
(a) DELAY_KEY_WRITE
(b) DELAY_WRITE_KEY
(c) KEY_WRITE_DELAY
(d) WRITE_KEY_DELAY
This question was addressed to me in an interview for job.
Origin of the question is Loading Data Efficiently topic in chapter Query Optimization of MySQL