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

All feedback

Showing 4031

How to limit the number of document updates?

Hi I want to limit the number of document updates in one command. for example db.users.updateMany( , , { limit : 100 } ); https://www.mongodb.com/community/forums/t/how-to-limit-the-number-of-document-updates/102204/3
Guest over 3 years ago in Database 1 Submitted

Support Collation for Atlas search sort

I have a use case to sort by product names (strings). We have products that start with letters and some that start with numbers. Currently, the products that begin with numbers are always at the top when you sort in ascending order. We would like ...
Tom Richter almost 2 years ago in Atlas Search 1 Submitted

Support for Index Partitions

When I reach Lucene's 2 billion document limit, I would prefer to partition my index instead of being forced to Shard my database.
Guest over 3 years ago in Atlas Search 2 Submitted

Allow to set default maxTimeMS for all cursors

By default, a cursor has no maxTimeMS. We want to be able to set the default maxTimeMS so all cursors have it set. The current Java driver does not allow to set that default and each cursor needs it manually specified. I.e. a cursor factory or d...
Guest about 2 years ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted

Enable Removal of a Subset Documents From Online Archive

Hi, We'd like to have the ability to remove documents from an Online Archive. Mainly based on a date, but possibly other criteria. Thanks!
Guest over 5 years ago in Atlas Backups 10 Future Consideration

Identify users via API that are regular project users versus federated or built-in (e.g., charts) users

Expand the API to allow a way to identify and differentiate federated users and other non-manageable users (like "Charts User") from regular project users in MongoDB Atlas using API output, similar to how the Atlas UI visually marks federated user...
Guest 11 months ago in Atlas (Control Plane and Data Plane RBAC) 2 Submitted

Enable Customers to Prioritize Maintenance for Non-Production Environments

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. Customers managing multiple projects currently lack control over which project or cluster is prioritized for upgrades. Man...
Shawn Hawkins 5 months ago in Atlas 2 Planned

Folders/groups for favorites

Compass users with many deployments need the ability to: - reorder favorites, possibly based on usage patterns, as well as, - organize favorites into folders. These features will allow users to efficiently access important connection favorites, ...
Guest over 6 years ago in Compass & Data Explorer 6 Submitted

Support Google Cloud Storage

I'd like to use the Atlas Data Lake with data I've stored in Google Cloud Storage.
Guest over 6 years ago in Data Federation 3 Submitted

Increase of Functions timeout

Timeout is set to 90 seconds. This value is a fixed setting and is too low for extensive ingestion functions. A default value of 600 seconds would be helpful. Even better would be the ability to set an individual timeout value per application in...
Guest over 6 years ago in Atlas Triggers and Functions 7 Started