tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.54k stars 252 forks source link

add page size to segment header #1619

Closed MarinPostma closed 1 month ago

MarinPostma commented 1 month ago

right now, libsql-wal only support 4096 page size, but if we want to support other page size in the future, this will make it easier