August 2010
Intermediate to advanced
526 pages
23h 39m
English
SQLITE_MAX_DEFAULT_PAGE_SIZE — Upper bound on automatic page size
SQLITE_MAX_DEFAULT_PAGE_SIZE=bytes8192 bytes
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.
Read now
Unlock full access