Home » MYSQL » MySQL Optimization » Question
  1. Without LOCAL, LOAD DATA is _________________.
    1. same speed
    2. more efficient
    3. arbitrary
    4. less efficient
    5. None of these
Correct Option: B

LOAD DATA is more efficient without LOCAL. Without LOCAL, the file must be located on the server. The FILE privilege must be given. The server can read the file directly from disk.



Your comments will be displayed only after manual approval.