Skip to content

Conversation

@SteveAyre
Copy link

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

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

Copy link
Contributor

@tianon tianon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm +1 to this change -- in my experience, xz can get much more impressive ratios, especially for binary data, so I could see why it would be attractive for certain database dumps (and the change is really small and simple).

@tianon tianon requested a review from yosifkit February 17, 2020 18:37
@yosifkit
Copy link
Contributor

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

Seems reasonable size change too.

@yosifkit yosifkit merged commit 36566ba into MariaDB:master Feb 17, 2020
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Feb 17, 2020
Changes: - MariaDB/mariadb-docker@36566ba: Merge pull request MariaDB/mariadb-docker#288 from SteveAyre/master - MariaDB/mariadb-docker@e522532: add .sql.xz support to docker-entrypoint-initdb.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants