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

Would love to have a little bit more info in the webhook to know what caused the election, or that there was an upgrade (vs a server failure

Would love to have a little bit more info in the webhook to know what caused the election, or that there was an upgrade (vs a server failure) in the db! MongoDB AtlasAPP 12:10 PM Project: myProject Organization: myProject (Organization) INFORMAT...
Guest about 6 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Combine reshardCollection+mongosynd idea to support a remote collection on a separate new cluster

Great for prod productivity and 99.999 SLA if mongo could support this, for example, Given "mydb.mycoll" in current cluster being sharded with {zip:1} shard key 1/ New cluster: sh.shardCollection( "mydb.mycoll", {name:1, phone:1} ) 2/ "Mongocopy...
Guest about 3 years ago in Replication & Sharding 0 Submitted

Allow backup of Archived Data and Region Level Redundancy

1) For protection from Security threats like ransomware attacks where the complete data on disk can be corrupted we need a backup solution for the Archived Database. There should be cyclic backups from where the complete data can be retrieved. 2)...
Guest about 3 years ago in Atlas Backups 0 Submitted

throttle sessions which use too much resources

We have different types of applications : 1. Writer - to load data into mongodb from different data sources 2. Reader - to read data and display to end user. Normally, there is strict SLA for reader , but no SLA (or less restricted) for writers. ...
Guest about 3 years ago in Performance & Optimization 0 Submitted

Memory managed on the mongodb atlas nodes

we recently had a major outage due to OOM on the mongodb shard nodes . we would suggest help preventing this by providing below features so this can be managed properly going forward 1. Set the memory allocated to the WireTiger Cache 2. Config...
Guest about 3 years ago in Atlas 0 Submitted

Allow creation of Atlas organizations in Terraform

there are really 3 steps for our dev teams to get moving in Atlas: 1. create an org 2. create a project 3. create a cluster the first one is the only one that still has to be done from a console. if we had a terraform script to create an org in ou...
Guest over 6 years ago in Atlas 0 Submitted

Implement SCRAM-SHA-256 mechanism for Atlas or make a SCRAM-SHA-1 as default

The main problem is inconsistency in the default authentication mechanism of clients and Atlas. This causes a failover from SCRAM-SHA-256 to SCRAM-SHA-1 by clients on authentication failure. This causes a huge number of errors in "Database Acc...
Guest over 3 years ago in Atlas 0 Submitted

Support $documents on shards

The new aggregation operator $documents cannot be used together with $merge in a sharded cluster, you get an error: ``` db.aggregate([ { $documents: [ { _id: ObjectId("6616b08a610fab3e84d2d4ee"), a: 'foo', shardKey: 1 }, ] }, { $merge: { in...
Wernfried Domscheit over 3 years ago in Replication & Sharding 0 Submitted

MongoDBUser new feature to retrieve user and password from a secret

Hi! I hope you are doing well. We would like to have an option in the "MongoDBUser" Custom Resource to reference a Kubernetes secret with user and password instead of only "spec.passwordSecretKeyRef". For us, it's also important to save the user ...
Guest over 3 years ago in Enterprise Advanced 1 Submitted

Make redundant createView() a no-op

If I call createView() with params that match an existing view (in name and all other attributes), it returns an error. It'd be more convenient if the call simply succeeded without doing any work. The behavior I propose is analogous to the way tha...
Guest over 3 years ago in Querying & Aggregations 0 Submitted