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

support try..catch

It does not appear that mongosh supports try..catch. I put catch block around "insertOne" ``` try { db.inboxItemCounts.insertOne({ "_id": { "userId": userDoc.userId }, "fromUserSummary": [{ "userName": fromUserDoc.userName, "count": 1 }],...
Guest over 3 years ago in MongoDB Shell 2 Will Not Implement

Atlas feature request

While adding access for teams to a project in Mongo UI, there should be an option to limit access to a particular cluster. For example: If there are 3 clusters in a project, then team 1 should have access only to cluster1 and team2 to cluster 2 an...
Guest over 3 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Boost the performance of bioinformatic annotation queries

The documents to be selected look something like this: { "_id": { "$oid": "6272c580d4400d8cb10d5406" }, "#CHROM": 1, "POS": 286747, "ID": "rs369556846", "REF": "A", "ALT": "G", "QUAL": ".", "FILTER": ".", "INFO": [{ "RS": 369556846, ...
Guest almost 4 years ago in Performance & Optimization 0 Submitted

Trigger runtime is US by default which is not GDPR compliant for EU countries

The ATLAS Trigger UI should let the user select the region for the realm deployment done in the background. At the moment it's not fair because (1) at no moment you're noticed the runtime will be in the US (and for UE countries it matters a lot, i...
Guest almost 4 years ago in Atlas 0 Submitted

Two tiered model for authentication

The BI Connector facilitates large scale (1000s) of "personal data marts" by acting as a controlled go-between enduser tools like Tableau and a "main" data collection. It is not practical or even desirable to have pass-thru authentication of all t...
Guest almost 4 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

Have the drivers tell us the cost of network connectivity within a query

Have the drivers tell us 1. total query execution time. 2. how much of total query execution time was network connectivity/latency and 3. how much time was the query on the cluster. This would then tell the developers the cost of network connect...
Guest about 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Have an API to have the History of Primary Nodes

Have an API to have the History of Primary Nodes,from the time the Replica set is initiated.I know we can have alerts for Primary switch over,but if we want to analyse the data of elections/primary node for say about last 1 year , an API would help.
Guest about 4 years ago in Database 0 Submitted

Enable and disable balancing on a collection

Shell commands sh.enableBalancing() and sh.disableBalancing() were not permitted on Atlas hosted MongoDB. Is it possible to grant this permission? Currently it failed with error: ``` uncaught exception: Error: command failed: { "ok" : 0, "errmsg...
Guest about 4 years ago in Atlas 0 Submitted

Cloud backup is not very much use-full for emergency cases and we are blocked

Hello Team, This is Raja Selvam, I would like to get more details on Clod backup. Lets say suppose i would like to get yesterday's backup from one of the collection. I do not want to restore the backup into another new cluster. I do not want t...
Guest about 4 years ago in Atlas Backups 0 Submitted

connecting from ubuntu to mongodb atlas is terrible

kamal@zehan:~/Desktop/mongodb$ mongo "mongodb+srv://cluster0.d9ct7.mongodb.net/myFirstDatabase" --username mongo MongoDB shell version v5.0.5 Enter password: connecting to: mongodb://cluster0-shard-00-00.d9ct7.mongodb.net:27017,cluster0-shard-00-...
Guest over 4 years ago in Atlas 1 Submitted