public-cloud-roadmap icon indicating copy to clipboard operation
public-cloud-roadmap copied to clipboard

Support local data infile for MySQL

Open ZuSe opened this issue 2 years ago • 0 comments

https://dev.mysql.com/doc/refman/8.0/en/load-data.html

The data in file statement is used by a lot of applications. I totally understand that on a DBaaS offering it might be not smart to allow clients write to the disk of the server. However, there is local parameter you can add to it so it makes use of the client's disk.

This functionality is crucial for data heavy applications. Most prominent example might me matomo (former piwik). Would it be possible to allow the LOAD LOCAL DATA INFILE statement on MySQL?

Best Patrick

ZuSe avatar May 27 '22 12:05 ZuSe