backtrace-labs/verneuil

Consider a different/dedicated type for chunk ids

pkhuong opened this issue · 0 comments

Sqlite tops out at 2^31 pages, and 64K is its (current) maximum page size. Simply using u32 for the chunk index type would prevent some type confusion errors between offsets in a file and chunk index.