Extended SELECT INTO OUTFILE/DUMPFILE¶
Percona Server for MySQL has extended the SELECT INTO ... OUTFILE
and SELECT INTO DUMPFILE
commands to add the support for UNIX sockets and named pipes. Before this was implemented the database would return an error for such files.
This feature allows using LOAD DATA LOCAL INFILE
in combination with SELECT INTO OUTFILE
to quickly load multiple partitions across the network or in other setups, without having to use an intermediate file which wastes space and I/O.
Version Specific Information¶
- Percona Server for MySQL 5.7.10-1: Feature ported from Percona Server for MySQL 5.6
Other Reading¶
- MySQL bug: #44835
Last update:
2022-09-27