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

Run stress tests without rowid #95

Closed fire closed 1 year ago

fire commented 1 year ago

Run stress tests without rowid. According to the documentation this has some benefits. Your blog posts state that rowid was harming concurrency.

https://univalence.me/posts/mvsqlite-bench-20220930

https://www.sqlite.org/withoutrowid.html

fire commented 1 year ago

Didn't seem to be a problem.