Can BLOB (or any other data) be compressed (on the fly) into an SQLite3 database? I'm using System.Data.SQLite in C# targeting .net 3.5.
In my search I keep seeing connection strings like so... "datasource=base.db;version=3;compress=true;"
But I can find no information about compress=true, I've added it to my connection string for testing and added file as BLOB data but there appears to be no compression, I have tested with for example a large text file, so not an already compressed image or other file.
To my very limited knowledge, the "compress=True" parameter in the System.Data.SQLite.SQLiteConnection String is not taken in account.
Basically, it is kind of useless: there is no built-in compression provided for the .NET System.Data.SQLite.
In order to bring some compression features to the System.Data.SQLite world, you have basically have two options:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With