> On Apr 12, 2017, at 12:53 PM, Richard Hipp <d...@sqlite.org> wrote:
> 
> The implication *should* be that you *never* change the page size.
> SQLite will pick a good page size for you automatically, which works
> in 99.99% of all cases.

… provided you're running 3.12 or later. Prior to that it would pick 1024, 
which the docs suggest is non-optimal. (I'm sure it's not a big difference, but 
if I can glean some performance by adding one line of code, hey, I'm doing it.)

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to