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 315 of 315

Add support for arbiters

We have a situation where we are required to build in an AWS region that only has two AZs (ca-central-1). In addition, there are no other AWS regions in the country (Canada). And due to our requirement around data sovereignty, we can't host this d...
Guest about 6 years ago in Atlas 2 Submitted

Allow export of data from database to lake

It would be nice if we had a pipe which moves data, by query, from database to the lake with below options: 1. delete after copy 2. separate/chunk files 3. auto name formatting according to fields. this could be even awesome if it had both ways.
Guest about 6 years ago in Data Federation 0 Completed

Show Kubernetes resources in Ops Manager

Show some of the Kubernetes resources in Ops Manager 1. show namespaces in projects, 2. Show list of resources in cluster view
Guest over 6 years ago in Kubernetes 2 Future Consideration

import export database not only one data of collection

1. able to export a database with all collection and insert it also 2. able to export a collection from a database and insert it to database also ,not only data of a collection but also collection self with all related
Guest almost 3 years ago in Compass & Data Explorer 0 Submitted

Adding balancer activity from sharding Statistics into Atlas UI

The customer often experience multiple performance issues in different clusters related to chunk migrations and in each case the customers are struggling with being able to determine that chunk migrations were occurring and started at the same tim...
Guest almost 2 years ago in Atlas Monitoring, Alerts & Observability 0 Future Consideration

adminCredentials secret should always be source of truth for OpsManager

The secret is only taken into account by OpsManager initially when OpsManager is deployed. As soon as the password of this user is changed in OpsManager, this secret is out of sync. From the docs: "Use these credentials to log in to Ops Manager f...
Guest almost 6 years ago in Kubernetes 0 Future Consideration

Prevent aggregation queries from appearing as poorly targeted queries

When looking at query targeting aggregate group queries can show up incorrectly as poorly targeted. For example if I select all documents with a given client id and group them by null and sum a field (eg revenue) then if there are 1,000,000 docume...
Guest about 1 year ago in Enterprise Advanced 0 Submitted

export sorted data

When clicking export collection button, the sort option specified should be copied to "Export query with filters" Examples: db.holidays.find ( {Date: {eq: '2022-04-08'} ).sort ({System : 1}) or even make this part editable, so we can add sort ...
Guest about 4 years ago in Compass & Data Explorer 0 Submitted

Golang Driver - MongoDB-AWS Authentication support for any short-lived STS token

The Golang driver supports "MONGODB-AWS" AuthMechanism when you have: - a `AWS_WEB_IDENTITY_TOKEN_FILE` and `ROLE_ARN` environment variable, eg when supplied by IAM Roles for Service Accounts (IRSA), typical in Kubernetes clusters (`assume_role...
Guest about 2 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Ability to set a "minimum should match" in a query

I can specify a percent of terms I want to match, for instance 100% means require all terms, 66% means, only return documents that matched at least 60% of the terms. (the default is 1 term) Ex for 100% search "foo bar" "foo bar" "bar foo" "bar ...
Guest about 4 years ago in Atlas Search 1 Submitted