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

BsonIgnoreIfEmpty - Property Attribute

Like BsonIgnoreIfDefault and BsonIgnoreIfNull, we can add BsonIgnoreIfEmpty. It can be added on IEnumerables (which we basically know they cannot have infinite values since it is inserted to db after all..) and if the IEnumerable is empty, it wont...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

FCV 4.2 backup snapshot progress description UI issue

In the "Continuous Backup" when a FCV 4.2 backup snapshot is in progress the progress label text can be too long to be displayed: Sync: Transferring - Snapshot received XXXMB of YYYMB from zzz/www files over N hrs (xxx kB/s). Overall progress - X...
Guest over 5 years ago in Atlas Backups 0 Submitted

Integrating mongod audit logs with exabeam

Need to integrate mongod logs with exabeam to view the audit logs. And we need these logs for PCI compliance.
Guest almost 2 years ago in Atlas Backups 0 Submitted

Add support for new pagination feature

Please add support for new pagination features explained here: https://www.mongodb.com/docs/atlas/atlas-search/paginate-results/
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Permission level to query snapshots

Right now I have to give an admin permission to allow someone on my team to query snapshots from a backup (i.e. downloading the tunnel file). I don't want to give an admin permission just to allow our data analysts or a developer trying to underst...
Guest over 5 years ago in Atlas Backups 0 Submitted

Provide a granular mechanism to disconnect and disable all active sessions during a planned maintenance.

Provide a per cluster mechanism to shut off client access for restore operations.
Guest almost 6 years ago in Atlas Backups 1 Submitted

Smart backup scheduler (deferring snapshot backups X minutes based on load metrics)

seems like a potential enhancement for the snapshot schedule to consider cpu/connection/etc load metrics before deciding to run or not
Guest almost 6 years ago in Atlas Backups 0 Submitted

Better handling of circular reference serialization in Java

Given 2 generic POJOs that include references to each other such as: package com.example; public class Course { Student _student; public void setStudent(Student student) { _student = student; } public Student getStudent() { return _stu...
Guest almost 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Use the User's Profile Time Zone for PIT Restore

When viewing Cloud Provider Snapshot information, all dates are listed in the time zone on the User's profile. However, the date/time to be entered when trying to perform a PIT restore has to be entered in UTC time. This is asking a lot of someone...
Guest about 6 years ago in Atlas Backups 0 Submitted

F# Driver

We would like to use MongoDB with F#. There was a brief of prototype solution archived in github but was abandoned. The project I am talking about is https://github.com/mongodb-labs/mongo-fsharp-driver-prototype/pulse This is an official request ...
Guest about 6 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted