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

Database

Showing 309

URL Decode `readPreferenceTags`

If a url encoded value is set to readPreferenceTags it will be ignored causing for instance connecting to analytics node impossible from tooling that correctly encodes the urls. It can look like this for instance: `readPreferenceTags=nodeType:ANA...
Guest almost 4 years ago in Replication & Sharding 0 Submitted

the profile output in association with the $comment query operator need to have consistency across operations.

I have observed the different profile result with regard to $comment query operator in association with find and update operation respectively as follows; - find operation shows a comment on the command.filter.$comment and the command.comment fie...
Guest almost 4 years ago in Querying & Aggregations 0 Submitted

Please report mixed-type numeric _id fields in $merge stage error

Posting this idea at the request of one of the Jira users. You can find more technical details about this in the Jira issue: https://jira.mongodb.org/browse/SERVER-61613 The gist of it is that I may have two collections, `b2` and `b3`, that are ...
Guest almost 4 years ago in Data Modeling & Indexing 0 Submitted

multiple centersphere as a geometry for geowithin

im looking at one of my queries that a system regularly runs and some times we look for records that are within up to 250 different centerspheres, i wornder if we could enable, like geowithin has the ability to support multiple poligons, we could ...
Guest almost 4 years ago in Querying & Aggregations 0 Submitted

There is a specific collection that I need more performance than others. Is there a way to assign more ram/memory to a specific collection?

There is a specific collection that I need more performance than others. Is there a way to assign more ram/memory to a specific collection?
Guest almost 4 years ago in Performance & Optimization 0 Submitted

$populate stage

Please provide a $populate stage that allows to resolve single referenced documents. Internally it could use the combination of $lookup and $unwind: https://stackoverflow.com/questions/41482559/how-to-return-single-object-instead-of-array-in-look...
Guest about 4 years ago in Querying & Aggregations 0 Submitted

Reserve connections to admin users

When the max number of connections is reached, no one can login to the database until some connections are closed or a failover is triggered (killing all the connections). The admin users should have a few reserved connections so that they can lo...
Guest about 4 years ago in Database 1 Submitted

Shard Drain/ Removal issue

If we have more shards, and if want to remove few shards (more than 1), we use below command. db.adminCommand( { removeShard : "Shardname" } ) Ex, if I have Shard 1, 2, 3, 4, 5. want to remove Shard 2 & 5. I want to remove one shard at a ...
Guest about 4 years ago in Replication & Sharding 0 Submitted

Mongo replicaset init sync issue

When we have large size mongo replica set, we may have to take out each nodes for maintenance for few hrs or days. In that case we have to increase size of Oplog to keep several days of transactions to resync nodes after maintanance. If the RS h...
Guest about 4 years ago in Replication & Sharding 0 Submitted

Implement read-only fields and documents in database

I haven't tracked down this functionality yet, so excuse me if it is already implemented. As a developer and system administrator I came to a dilemma how to prevent myself to make changes to documents. I can limit myself as a programmer, but as...
Guest about 4 years ago in Database 0 Submitted