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

Atlas API access to discover Parent Atlas Organization cascading access into Service Now

No description provided
Guest over 1 year ago in Infra-as-code & APIs 0 Submitted

Make Compass update notification non-blocking

New versions are constantly available. Blocking workflow with constant prompts is frustrating. No other software does this. Put in taskbar or somewhere passive!!
Guest about 3 years ago in Compass & Data Explorer 0 Submitted

create roles with rights on wildcard database like collections

Exemple: use admin db.createRole( { role: "UserCanCreateDbTest", privileges: [ { resource: { db: "test*", collection: "*" }, actions: [ "update", "insert", "remove" ] }, { resource: { db: "test*", collection: "*" }, actions: [ "find" ] } ],...
Guest about 3 years ago in Atlas 0 Submitted

Filter White-Listed Fields

Previously, I was able to provide a top-level object field as a white-listed filter field and all sub-level fields would be included. Now, this is NOT allowed. My app is user customizable, in which they can create new fields to this object at will...
Guest over 6 years ago in Charts 4 Submitted

Ability to randomize score

I would like to be able to add randomness to the search results' score.
Guest about 3 years ago in Atlas Search 0 Submitted

pymongoarrow replaces existing codecs

The api.write() method replaces any existing codecs. The collection TypeRegistry is replaced with a new instance, effectively removing any existing custom codecs. https://github.com/mongodb-labs/mongo-arrow/blob/1.6.0/bindings/python/pymongoarrow...
Guest over 1 year ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Option Renaming Time Series Collections

Ability to rename TS collection . We need it for migration history data to TS without downtime during conversion.
Ilya Shifman over 1 year ago in Database 0 Submitted

Multiple DB Connection

The new UI for multiple connection on a single window is confusing sometimes. use case: we have dev, stage and prod DB connected with same collections. We can't identify from tabs, with which DB that specific collection is connected. we have to...
Guest over 1 year ago in Compass & Data Explorer 0 Submitted

Add the In-Memory Storage Engine to Atlas

Enable the use of the in-memory storage engine in atlas shards. That way atlas users can get the same level of functionality as enterprise. Atlas is a great platform, but not being able to use an in-memory storage engine replica set in a shard is ...
Guest over 4 years ago in Atlas 1 Submitted

Flatten arrays in group stage

Have group operators to flatten document arrays into a single one with or without repeated elements. So -> doc1 = {arr: [1,2,3,4], gr: "group"}, doc2 = {arr: [5, 6, 7, 8], gr: "group"} {$group: {_id: "$gr", arrays: {$***: "$arr"} } } => {_id...
Guest about 3 years ago in Querying & Aggregations 1 Submitted