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.

ADD NEW FEEDBACK

Performance & Optimization

Showing 15

Improve sorting performance

Sorting always ends up doing a collection scan when the selected index for the find/match does meet the sort requirement. The sort effectively makes the performance worse by 15-25 times for the "matched" dataset which runs into 10s of thousands (n...
Guest almost 3 years ago in Performance & Optimization 0 Submitted

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 use...
Guest almost 3 years ago in Performance & Optimization 1 Submitted

Boost the performance of bioinformatic annotation queries

The documents to be selected look something like this: { "_id": { "$oid": "6272c580d4400d8cb10d5406" }, "#CHROM": 1, "POS": 286747, "ID": "rs369556846", "REF": "A", "ALT": "G", "QUAL": ".", "FILTER": ".", "INFO": [{ "RS": 369556846, ...
Guest over 3 years ago in Performance & Optimization 0 Submitted

Support mongos + ops manager agents as a container sidecar

No description provided
Guest over 3 years ago in Performance & Optimization 0 Submitted

There is a specific collection that I need more performance than others. Is there a way to assign more ram/memory to a specific collection?

There is a specific collection that I need more performance than others. Is there a way to assign more ram/memory to a specific collection?
Guest almost 4 years ago in Performance & Optimization 0 Submitted