1.

Bulk loading is less efficient than single row loading.(a) True(b) FalseI had been asked this question in homework.My question comes from Loading Data Efficiently topic in portion Query Optimization of MySQL

Answer»

Right choice is (b) False

Easiest explanation: In MYSQL, BULK loading is more efficient than the single row loading. The key cache does not NEED to be flushed after each input record is LOADED. It can also be flushed at the end of the batch of records.



Discussion

No Comment Found

Related InterviewSolutions