Details
-
Task
-
Status: Stalled (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
It would be really great if MariaDB's "INTO OUTFILE" feature could write into a named pipe. That would allow me to compress its output on the fly when I do backups, rather than writing the enormous uncompressed file first and then compressing it. It would save a lot of disk space and time.
I have applied this solution:
https://bugs.gentoo.org/529574
to MariaDB 10.11.5 and it works very well! Essentially it just declines to fail if the existing file specified in the SQL command is a named pipe.