SQLite version 3.17.0 is now available on the website

    https://www.sqlite.org/
    https://www.sqlite.org/releaselog/3_17_0.html
    https://www.sqlite.org/download.html

This is a regularly schedule maintenance release for SQLite.

In this release, the default size of the lookaside memory buffer 
(https://www.sqlite.org/malloc.html#lookaside) allocated for each database 
connection has increased from 64,000 bytes to 120,000 bytes.  This size 
increase provides a performance increase of about 1.5%.  Applications that care 
more about memory utilization than performance can reverse this change at 
compile-time, at start-time, or at run-time.  See the 
https://www.sqlite.org/malloc.html#lookaside documentation for details.

Please report any problems to the sqlite-us...@mailinglists.sqlite.org mailing 
list, or directly to me.

--
D. Richard Hipp
d...@sqlite.org



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

Reply via email to