On 8/29/19, Peng Yu <pengyu...@gmail.com> wrote:
> It is not clear what level of zlib compression is used in sqlar. Does
> anybody know?
>
> https://sqlite.org/sqlar/doc/trunk/README.md
>
> Is the following python code guarantee to generate a file that conform
> to the sqlar format standard? (Note that I deliberately set the
> timestamp and permission to zero as I don't care about them.)

I don't think the compression level matters as far as the file format
is concerned.  A higher compression level simply means that the
compressor tries harder to find repeated patterns.  The same decoder
works regardless of the compression level.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to