losfair / mvsqlite

Distributed, MVCC SQLite that runs on FoundationDB.
https://github.com/losfair/mvsqlite/wiki
Apache License 2.0
1.35k stars 38 forks source link

Compress database pages with zstd #113

Closed fire closed 1 year ago

fire commented 1 year ago

See https://github.com/mlin/sqlite_zstd_vfs to reduce disk space of pages in the foundationdb and to improve performance

losfair commented 1 year ago

Pages are already compressed with zstd: https://github.com/losfair/mvsqlite/blob/ec0cb13a9657ae0f503a2a289f5da78ac90fa4d2/mvstore/src/write.rs#L223