Re: [sqlite] onthefly Compression of SQLite database

2009-02-02 Thread Alexey Pechnikov
Hello! В сообщении от Monday 02 February 2009 03:31:16 Lukas Haase написал(а): > I searched a little bit with google but I could not find any code or > extensions to compress an SQLite database on the fly. Is this possible? There are functions compress/uncompress in attached file. Best regards,

Re: [sqlite] onthefly Compression of SQLite database

2009-02-02 Thread Michael Knigge
> VARCHARs. In total, my SQLite database is about 100MB. Very, very huge. 100 MB? Come on, this isn't that "BIG" > It seems that compressing an SQLite database is very efficient. Is there > any way to compress/decompress a whole database on the fly ? Well, you could license the CEROD

[sqlite] onthefly Compression of SQLite database

2009-02-01 Thread Lukas Haase
Hi, I searched a little bit with google but I could not find any code or extensions to compress an SQLite database on the fly. Is this possible? I use SQLite to store a database engine with images and HTML code. I already use zlib to compress the data itself (i.e. the images and the HTML