Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] Save database.json to a zip file #162

Open
yfdyh000 opened this issue Sep 13, 2019 · 0 comments · May be fixed by #164
Open

[REQUEST] Save database.json to a zip file #162

yfdyh000 opened this issue Sep 13, 2019 · 0 comments · May be fixed by #164

Comments

@yfdyh000
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Database.json looks obese (tens of megabytes) when users have downloaded data for all.

Describe the solution you'd like
Extended database.cs, use zipFile to read/save database.json.zip file. This database is not often written. The old database file can be packaged to new at first startup.

Describe alternatives you've considered
N/A.

Additional context
It is a good income for size, reducing disk space usage, write time (for low speed disk) and SSD loss. Even with the fastest compression, it still works well.

@yfdyh000 yfdyh000 linked a pull request Sep 14, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant