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

Feedback

Mongo Express

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like Ui is old What would you like to see happen? Describe the desired outcome or enhancement. new ui Why is this important...
В'ячеслав Заліцький 3 months ago in Database Tools (ie: MongoSync, MongoMirror, etc.) 1 Will Not Implement

OIDC Workforce (Human Flow) support for Database tools

Until now, MongoDB tools have exclusively supported authentication mechanisms designed for human users. With the recent addition of OAuth 2.0 support, we’ve shifted toward an application-based authentication method. However, all other supported au...
Shawn Hawkins 6 months ago in Database Tools (ie: MongoSync, MongoMirror, etc.) 1 Submitted

Add setOnUpdate operator for Upsert operations

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. We regularly want to upsert documents to mongo, and include a useful createdAt and updatedAt timestamp. createdAt is easy:...
WelcomeLend Operations 3 months ago in Querying & Aggregations 1 Future Consideration

MongoDB missing support for GeoJSON-compliant indexing+intersection queries

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. We are building a geospatial application that uses GeoJSON natively. We need to query MongoDB for a list of GeoJSON object...
Mitchell Horning 4 months ago in Querying & Aggregations 0 Future Consideration

Ops Manager 3rd Party Backup documentation should be kept up to date

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. We need the ops manager 3rd party backup documentation to inform our customers and keep them updated regarding any changes...
Ayush Agarwal 4 months ago in Database Tools (ie: MongoSync, MongoMirror, etc.) 1 Will Not Implement

Ops Manager : Support for Granular Backup and Recovery

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. We want to have the availability for granular backups, i.e at the db and collection level. Currently this is supported onl...
Ayush Agarwal 4 months ago in Database Tools (ie: MongoSync, MongoMirror, etc.) 1 Future Consideration

Raise the limit of 16 MB JSON between aggregation stages

When doing analytics, the 16 MB JSON limit between aggregation stages restricts the ability to process large amount of data. allowDiskUse does not help with all the various $operators and stages that we use. See ticket 00774514 for details.
Guest about 4 years ago in Querying & Aggregations 0 Submitted

Handle Daylight Saving Time when $densify is used on a date field

When using "day" as "unit" for a $densify pipeline stage on a date field, the date is always advanced of 24 hours. This is however not always the expected result in timezones in which the year has one 23-hour and one 25-hour long day, because of D...
Guest over 3 years ago in Querying & Aggregations 1 Submitted

geoContain

Dear all, according to the attached image, I have some documents (in blue, with id from 1 to 5) having a geographic extent and a search area (in yellow). I need to find all documents where search area is completly inside the document's geometry. U...
Guest almost 5 years ago in Querying & Aggregations 0 Submitted

Allow descriptions for $expr sections in DB validation

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Our collection has some complex $expr rules for validating our collection. Unfortunately, $expr does not allow us to add a...
Habibullah Aslam 6 months ago in Data Modeling & Indexing / Querying & Aggregations 1 Will Not Implement