Skip to main content

PAGE_SIZE

Constant PAGE_SIZE 

Source
pub const PAGE_SIZE: usize = 4096;
Expand description

Size of every page in bytes. SQLite’s default too — small enough to fit in one disk sector group, large enough to carry meaningful payload.