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

Add support for compression. #137

Open
jonatino opened this issue May 1, 2024 · 1 comment
Open

Add support for compression. #137

jonatino opened this issue May 1, 2024 · 1 comment
Labels
long-term Long term feature

Comments

@jonatino
Copy link

jonatino commented May 1, 2024

Would be nice to support compression for db's that have strings and other easily compressible formats. Perhaps just add optional gzip compression to the db?

@vincent-herlemont
Copy link
Owner

db's that have strings and other easily compressible formats.

@jonatino The database stores only data serialized by native_model. There are no strings that are directly recorded in the database.

However, it would be necessary to list and study the implementations and understand how compression is implemented in other databases in order to have a state of the art understanding of compression techniques for databases.

On my side, it's not a priority, but if you want to start, I support you :)

@vincent-herlemont vincent-herlemont added the long-term Long term feature label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
long-term Long term feature
Projects
None yet
Development

No branches or pull requests

2 participants