-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test database performance with Profile-Guided Optimization (PGO) #638
Comments
Neat. Seems like it gives a ~10% improvement on some benchmarks. PGO: non-PGO: |
@cberner Since PGO helps to achieve better performance with ReDB, can we write a note somewhere in the documentation about PGO and its impact on ReDB? In this case, the users will be aware of the additional way to improve ReDB performance for their use cases. Probably a note in the README file would be fine. Here are the examples from other projects:
|
Hi!
Recently I did some benchmarks of applying Profile-Guided Optimization (PGO) on different databases - link. I think the most interesting results for you are the results from RocksDB (link) and SQLite (link).
I guess the same approach could be beneficial for ReDB as well. Would be great to see the results!
The text was updated successfully, but these errors were encountered: