-
Notifications
You must be signed in to change notification settings - Fork 568
Possible Feature: Compression #38
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
Comments
Were you able to figure out a workaround for this? I'm having the same issue. |
Nappy/pushpinsapp, You could try to running the vacuum command: |
Hello Nappy/pushpinsapp,, Were you able to try the vacuum command? |
I have the same problem and vacuum does not help! is it possible to compress database ? |
I have the same problem.Anything new? |
The compression topic has been discussed on our SQLCipher discuss site here. This is not something that we have planned as a community offering, however you are welcome to reach out to [email protected] to discuss a commercial engagement for your organization's needs. Thanks! |
Problem with encrypted data: You cannot compress it efficiently.
In my case, I have a 50 MB database which is only like 10 MB zipped. Obviously this is no longer possible if the database is encrypted.
My suggestion is to add an compression layer which can compress the unencrypted chunks and encrypt it afterwards.
The text was updated successfully, but these errors were encountered: