CSV engine on MySQL server
- by Jeff
I don't think that this is a programming question so I am going to ask it here -
Reading the book high performance mysql, I read about the CSV engine. The paragraph says:
The CSV engine can treat comma-separated values (CSV) files as table,
but it does not support indexes on them. This engine lets you copy
files in and out of the database…