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 wire data with zstd. #93

Closed losfair closed 1 year ago

losfair commented 1 year ago

This can be slow over a fast network. Let's see...

losfair commented 1 year ago

Benchmark result: performance drops on ycsb workloadc. workloada/b mostly didn't change. Bandwidth saving is significant.

Putting this behind a flag.