MariaDB / mariadb-docker

Docker Official Image packaging for MariaDB
https://mariadb.org
GNU General Public License v2.0
770 stars 438 forks source link

add .sql.xz support to docker-entrypoint-initdb.d #288

Closed SteveAyre closed 4 years ago

SteveAyre commented 4 years ago

add .sql.xz support to docker-entrypoint-initdb.d

lzma can give better compression rates than gzip, useful for larger sql files

yosifkit commented 4 years ago

After this operation, 438 kB of additional disk space will be used.

Seems reasonable size change too.