Normally, SQLite creates a database
with pages that are SQLITE_DEFAULT_PAGE_SIZE
in size. However, if
the filesystem driver indicates a larger size may offer better
performance, SQLite may choose a different default page size. In
those situations where SQLite chooses a nondefault value, the actual
page size will be limited to this size or smaller.