Hacker News new | ask | show | jobs
by MPSimmons 408 days ago
The sqlite file format (https://www.sqlite.org/fileformat.html) does not talk about compression, so I would wager unless you are storing already compressed content (media maybe?) or random numbers (encrypted data), it should compress reasonably well.
1 comments

Native compression in sqlite is offered as a closed and licensed extension.

https://sqlite.org/com/cerod.html