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

Search results

Showing 18 of 18

Write playground as TypeScript file

## Feature Request It would be nice to write MongoDB playground in Typescript, then we will have design time validation and good suggestions in IDE. ## Detailed Description It would be awesome to have types for MongoDB interfaces and the abili...
Guest about 2 years ago in IDEs 1 Submitted

Update the regex used to split a database user import id to match the database name constraint

Hello, While doing terraform import of the mongo db users, i'm facing an issue with the mongo terraform provider. The database name contains an underscore so my imported user ID is 5ceClusterId-username-my_database. I've got the following error...
Guest over 1 year ago in Atlas 0 Submitted

Native Support for Date-Only and Time-Only Field Types

### Summary MongoDB currently lacks native field types for **date-only** (e.g., `2025-05-28`) and **time-only** (e.g., `13:45:00`) values. This results in frequent developer confusion, incorrect behavior around time zones, wasted storage, and the...
Guest 8 months ago in Data Modeling & Indexing 0 Submitted

I need to be able to search for dates and numbers in arrays

I have sets of results which contain dates and I need to be able to search from within them. For example: { experience: [ { name: "Abc", startDate: ISODate("2019-01-01T00:00:00.000Z"), startDate: ISODate("2020-01-01T00:00:00.000Z") }, { name...
Guest about 6 years ago in Atlas Search 3 Completed

Elections bar colors in Metrics should be more vivid

The atlas metrics show node election statuses in colors - red/orange and brown. When there are multiple re-elections in a short period of time, these all merge together making it hard to decipher the order of occurrence - especially the near overl...
Prachi Shirodkar almost 6 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

History in the query input box removes comments from the query

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. When a search query is made and it has a comment in it. After executing the query and remove its removed, in the quick his...
Kushagra S N/A 4 months ago in Compass & Data Explorer 0 Future Consideration

"Deviation from Norm" and "Frog Boil" type alerting

Currently Atlas only alerts us when CPU reaches a critical threshold such as 90%. We would like to see additional types of alerts to detect issues sooner, including the following. 1. “Deviation from norm” - A given metric is X% worse than the Y-h...
Guest over 2 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Copy as "normal" JSON

Would be nice to have ability to copy data in mongo shell compatible format. NOT like this: {"_id":{"$oid":"58a1b4496711f017c2be2c86"},"reportedBy": "$oid":"589b5cddb8843f642c09eecd"},"createdAt":{"$date":"2017-02-13T13:27:37.594Z"}} But like this...
Guest almost 6 years ago in Compass & Data Explorer 2 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

Autogenerated random values in numbers based on ObjectId

Hi, This is the basic suggestion from my side.we have a unique "_id" in each document while inserting the data can we make any changes in your code for example in our company we have one scenario while working on the aggregation query t...
Guest almost 3 years ago in Compass & Data Explorer 2 Submitted