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

Add Enable Extended Storage Sizes in terraform project settings

Add an Enable Extended Storage Sizes flag in terraform project settings Example: resource "mongodbatlas_project" "default" { name = var.name org_id = "TEST" is_collect_database_specifics_statistics_enabled = true is_data_explorer_enabled ...
Guest about 3 years ago in Atlas 1 Completed

BSON::Proxy Proxy content from/to another collection

I would like a mongodb data type, called BSON::Proxy # not indexable or searchable Which would hold the value of another collection & id. IE: BSON::Proxy({database: "this_one", collection: "blobs", _id: "123"}) This would allow my code to...
Guest over 3 years ago in Data Modeling & Indexing 0 Submitted

Please create a build in role that grants developers all permissions needed to add/edit schema validations short of adminAll.

Please create a built-in role that grants developers all permissions needed to add/edit schema validations short of dbAdminAnyDatabase.
Guest about 4 years ago in Security, IAM, and Compliance 0 Submitted

Refresh button like "Contact Team" button

There should be a refresh button like the "Contact Team" button on the bottom righthand corner in the "database" section, so that users don't always need to scroll up and down, just to update their schemas
Guest over 4 years ago in Atlas 1 Submitted

BI connector Schema Refresh

Based on our recent experience with BI connector refresh , we had to bump the sample size to 15000 recently. This contributed to a longer outage on our real-time dashboard reporting. It took more than an hour for the schema refresh to complete. We...
Guest over 4 years ago in Atlas 0 Submitted

Add some casting addon or function based on MongoDB's implementation of JSON Schema

Without casting addons, there is a need to iterate though each property just to check if this value needs some casting (most probably this can be easily done on type check). I´m having special troubles with Date type, as most of the time this type...
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Support "default" keyword in MongoDB's implementation of JSON Schema

Without defaults, there is a need to iterate though each property just to check if a default value is needed (most probably this can be easily done on type check). Also without defaults we need to remember checking it both in inserts and updates (...
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Have a role that allows that user to control the schema of a collection

As a DBA or Data Architect, I want to be able to enforce data governance policies like schema control. Users of MongoDB cannot change the schema however DBA or named individuals have the ability to change the schema.
Guest about 5 years ago in Database 1 Submitted

Support mongoose

Add mongoose to Functions and a place to store mongoose Schemas, Also, Realm UI Schema and authorization documentations are not very complete or clear
Guest about 5 years ago in Atlas Triggers and Functions 0 Submitted

Export schema analysis for documentation

Users should be able to export the results of the schema analysis such that they can use it as a part of their documentation.
Guest about 5 years ago in Compass & Data Explorer 2 Completed