Skip to main content

PAGE_SIZE

Constant PAGE_SIZE 

Source
pub const PAGE_SIZE: usize = 16_384; // 16_384usize
Expand description

Page size in bytes (16KB, matching InnoDB’s default for higher B-tree fanout) Paged database page size.