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

Evaluate Profile-Guided Optimization (PGO) applicability #118

Open zamazan4ik opened 11 months ago

zamazan4ik commented 11 months ago

Hi!

Recently I benchmarked a lot of software (including many databases) with PGO and got some interesting results (they are available here).

I think it could be interesting to apply PGO to the project too, since SQLite got measurable improvements from PGO. FoundationDB also gets performance improvements from PGO.