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

Support DB2 on Z (the mainframe)

Since, most of enterprise data, still is on the Z platform, the mainframe, it is sub-optimal, that MongoDB, has decided not to support integrating with this product. An alternative would be to do it via a distributed DB2 which could work almost eq...
Guest over 1 year ago in Relational Migrator 0 Submitted

Changes in the objectID which is unique.1

Hi, This is the basic suggestion from my side.we have a unique "_id" in each document while inserting the data can we make any changes in your code for example in our company we have one scenario while working on the aggregation query they need a...
Guest almost 3 years ago in Compass & Data Explorer 0 Submitted

RANDOM VALUES USING THE OBJECTID

Hi, This is the basic suggestion from my side.we have a unique "_id" in each document while inserting the data can we make any changes in your code for example in our company we have one scenario while working on the aggregation query they need a...
Guest almost 3 years ago in Compass & Data Explorer 0 Submitted

Support for wildcards in permission parameters

Support for wildcards or maybe even regular expressions in the database/collection name of a permission for a custom role. We have a multi tennant setup, by storing every customer's data in its own database on the cluster. The applications we bui...
Guest almost 6 years ago in Database 0 Submitted

Add milliseconds to Ops Manager access logs

The current logback-access.xml file only logs with second grainularity, which isn't great when trying to correlate HTTP events with other log events. I propose changing this line: %h %l %u [%t] "%X{requestUrl}" %s %b "%i{Referer}" "%i{User-Agent...
Quentin Moon about 3 years ago in Enterprise Advanced 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 over 4 years ago in Data Modeling & Indexing 0 Submitted

Extended JSON

Add support for Extended JSON (EJSON. For example, {$date: "2021-01-01T00:00:00.000Z"} ) such that we do not have to resort to using the ISODate helper function in the MongoDB Shell and in Compass.
Guest about 5 years ago in Database 0 Submitted

Ignore unmapped fields in pojo deserialization

A recent ticket (00664772) with the mongodb support team confirm that the following case is not handled by the Java driver: class Foo { int x; int y; } I can successfully write and read it. However, if the Document has extra fields, it cannot...
John Lilley almost 6 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted