tranxuanthang / lrclib

LRCLIB server written in Rust with Axum and SQLite3 database
https://lrclib.net
MIT License
85 stars 0 forks source link

Consider offering a compressed database dump #9

Open JerwuQu opened 2 weeks ago

JerwuQu commented 2 weeks ago

Example of zstd compression with default options:

image

Sidenote, but creating a torrent file could help with longevity and alleviate hosting as well :)

tranxuanthang commented 2 weeks ago

Thank you for your suggestion. I used to provide compressed data dumps, but the backing up process ran a bit long and caused the lrclib.net server's CPUs to reach 100% usage the entire time. But I'll think of a way.