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¶
8.0.12-1
- Feature ported from Percona Server for MySQL 5.7.
Contact Us
For free technical help, visit the Percona Community Forum.To report bugs or submit feature requests, open a JIRA ticket.
For paid support and managed or professional services, contact Percona Sales.