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

TTL expiration on embedded subdocs

TTL expiration on an embedded subdoc will delete the parent/root doc. Provide an option to only delete the subdocument on expiration.
Guest over 5 years ago in Database 0 Submitted

Ability to set snapshotRetentionDays value to 1

Need to be able to retain 1 day backups only or just daily backups. Need to reduce 3 day worth of archive.
Guest over 5 years ago in Enterprise Advanced 0 Submitted

Throttle or limit remove() with "limit" or other options

Please throttle remove(). Please allow caller to throttle or limit "remove()". The syntax to remove includes a filter query much like find(). But, there is NO limit. So if a caller wants to delete all documents older than date X, but only delete ...
Guest over 5 years ago in Database 0 Submitted

alert when one or more monitoring agents in a project fail (not only when there are no agents left)

alert when one or more monitoring agents in a project fail (not only when there are no agents left)
Ulrich von der Blumensaat over 5 years ago in Enterprise Advanced 0 Submitted

move/copy pagination buttons on top of log screen

when you browse agent logs( automation/monitoring/backup), the size of records is different because some records can take more than 1 line. as a result pagination buttons < and > at the bottom of the screen have different location on every p...
Guest over 5 years ago in Enterprise Advanced 0 Submitted

Filesystem Store: Use hardlinks for unchanged files

When utilizing the Filesystem Store, often files do not change between snapshots. In order to significantly save on space, the Backup Daemon could create hardlinks for the files in subsequent snapshots instead of extra copies of the file.
Stephen Jamieson over 5 years ago in Enterprise Advanced 0 Submitted

Admin -> organizations pagination of list

On Ops Manager up to 4.4.1 the Admin -> Organizations page shows only 100 organizations and there is no support for paginating the results. Please improve the page by allowing the user to see more than 100 organizations.
Guest over 5 years ago in Enterprise Advanced 0 Submitted

Ability to view and track collection wise transactions (read,write,success,failures)

We have multiple microservices using the same collection and we'd like to track how many calls come from each, and also understand which transactions are successful or not. Ultimately this will allow us to understand the MDB usage by each of the ...
Guest over 5 years ago in Database 0 Submitted

Find all geoJSON points within a large collection of polygons. Reference collection in geoWithin.

I would like to be able to find all geoJSON points located within a collection of polygons. My personal goal is to find points located within earth's water bodies. The water bodies are located in their own collection while the geoJSON points are l...
Guest over 5 years ago in Database 0 Submitted

add support for "podManagementPolicy" in the MongoDB and Ops Manager CR

In order to speed up deployments, please add support for "podManagementPolicy" in the MongoDB and Ops Manager CR to allow parallel pod deployment of Statefulsets.
Guest over 5 years ago in Kubernetes 1 Will Not Implement