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

Integration with sqlar? #34

Open
M-Gonzalo opened this issue Dec 31, 2023 · 0 comments
Open

Integration with sqlar? #34

M-Gonzalo opened this issue Dec 31, 2023 · 0 comments

Comments

@M-Gonzalo
Copy link

There is a utility from the SQLite devs that can archive a directory as a SQL file. I'm fairly new to the whole SQL world (more of a NoSQL guy myself due to work environment), but from what I read in the docs, sqlite-zstd could be used to create a solid-ish archive, generating dictionaries by extension, for example. Not true solid compression, but there would be some shared information between files I guess, instead of the current method of simply passing each one through zlib independently.

Am I reading this correctly? Could this be a common enough use case to warrant a script that automatically compresses a SQLite archive with zstd?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant