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 3591

hashed index creating from compass

unfortunately at this time, Compass cannot build hashed indexes, can we add this option
Guest almost 2 years ago in Compass & Data Explorer 0 Submitted

show last 'n' entires

An option to show last 'n' records. Currently, we have an option to see 10 at a time and then click on 'show more' for every 10 records which is tedious. An option to show last n would help a lot.
Guest almost 2 years ago in IDEs 0 Submitted

Analytics node with NVMe option

We currently have use mongodb mainly to correct data and visualize with chart features. Some chart require heave disk read operation and need more performance. We need fast storage access only for analytics nodes. If we can select NVMe option only...
Guest almost 2 years ago in Atlas 0 Submitted

Remove space margin in the web interface to have larger data viewer

The data viewer area in the collection tab is just too small for data with lots of wasted whitespace on the margin around the data viewer. Ref DataViewTooSmall.PNG
Guest almost 4 years ago in Atlas 1 Submitted

chart view rename

Currently we cannot rename chart view (before UI update, we can do it. so this is regression issue). But we sometimes change settings and/or pipeline of chart view. Then I want to rename the chart view.
Guest almost 2 years ago in Charts 0 Submitted

Editing custom Role and Action toggle issue

When adding or editing a custom role in Atlas - When I expand/collapse the Actions or Roles in dropdown, it also toggles the checkboxes. So, when I want to see the roles and actions available, it also checks/unchecks the checkbox, which makes edit...
Guest almost 6 years ago in Atlas 1 Submitted

Enable toggling for boolean properties

The annoying thing for me is my web applications are heaviley dependant on Database View content. in MongoDB Compass it quickly becomes a time waste to manually click a boolean property and change "false" to "true". Please add a small toggle bo...
Guest almost 4 years ago in Compass & Data Explorer 0 Submitted

SSL - Allow access to Trusted Root Certification Authorities in Windows

Allow Compass to access the Trusted Root Certification Authorities Certificate Store in Windows to be able to connect via SSL with a system-wide root CA file (without explicitly specifying the CA file).
Guest almost 6 years ago in Compass & Data Explorer 1 Submitted

Copy sample results from aggregation builder

If I'm exploring a database and use the aggregation builder to quickly find some data, I'd like to be able to easily extract the results. At the moment we can't even select the result output to copy-and-paste because it activates the pipeline re-o...
Guest almost 4 years ago in Atlas 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