On 5 Mar 2012, at 10:59am, Larry Knibb <larry.kn...@gmail.com> wrote:

> I'm developing a mobile application which downloads my database so smallest
> possible database size (i.e. on-disk/footprint) is important.
> 
> Currently my database is 41.5MB with indexes and to reduce the download I'm
> zipping it with max. compression Deflate down to 18.4MB.
> 
> I noticed I can get it down to 12.1MB using LZMA compression but
> unfortunately there's no LZMA library for Windows Phone yet... but anyway.

Would this be useful ?  I think you might have to be using the SQLite API calls 
rather than a third-party extra layer.

<http://www.hwaci.com/sw/sqlite/cerod.html>

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to