|
The size of a page in bytes. The default value is 4096. If storing to a file, this should be a multiple of the block size used by the filesystem. Otherwise, use a multiple of DB_MIN_PAGE_SIZE. Set this value before creating a database to control the size of a data page. Once a database has been created, the size of a data page cannot be changed.
|