Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories Database
Created by Guest
Created on Dec 29, 2022

Build MongoDB with PGO

I would like to see support for PGO (and even LLVM Bolt) in the upstream. Would be awesome if MongoDB will distribute PGO-optimized binaries, so the users will be able to see an additional performance boost "for free". At least describe to the users somewhere in the documentation, how they could achieve a boost for their own scenarios with PGO.
  • Attach files
  • Guest
    Jul 30, 2023
    I did the benchmarks with PGO and the results are available here: https://github.com/zamazan4ik/awesome-pgo/blob/main/mongodb.md Looks like it's possible to achieve much better performance with PGO. More about PGO for other applications (including a lot of other databases) you will find here - https://github.com/zamazan4ik/awesome-pgo/