Hi!
I research a topic about using runtime-based compiler optimization techniques like Profile-Guided Optimization (PGO) and Post-Link Optimization (PLO) across different projects. All my current findings are available in my repo on GitHub: https://github.com/zamazan4ik/awesome-pgo (and a semi-finished article is available at https://github.com/zamazan4ik/awesome-pgo/blob/main/article/article.md). According to my findings, PGO helps with achieving better performance in many cases, including databases (like PostgreSQL, MariaDB, Redis, ClickHouse, SQLite, and many others), log solutions, compilers, etc.
Since OVH provides many open-source projects like databases in a SaaS way, I wonder - does OVH perform PGO/PLO optimizations on them internally? I tried to find any information about that but found nothing.
If OVH already uses PGO for its open-source-based projects internally - could you please share the performance win numbers from enabling PGO/PLO for these projects? If not, did you consider enabling PGO/PLO for them? Bringing such optimizations to the cloud can help with reducing Total Cost of Ownership (TCO) and help with achieving better performance for the OVH cloud services (and it consequently makes OVH customers happier since they also observe better performance in their OVH-based applications).
Thank you.
P.S. Not sure if the "Database" location is the best location for such questions. Feel free to change it if my choice was wrong here.
Public Cloud Databases - Evaluate using Profile-Guided Optimization (PGO) for OVH services
Related questions
- Some commands in SQL do not work
2896
07.08.2020 20:34
- Microsoft SQL Server (DBaaS / Dedicated)
2746
18.05.2021 09:01
- Access to DB credentials at build time : using Knex.js, Next.js and Postgresql
2518
14.10.2021 09:59
- ERR_CONNECTION_RESET when connecting to phpmyadmin
1944
28.11.2023 10:07