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 338 of 2894

Nanosecond timestamp support

I've put this under the time series category since that's where it's most applicable, but it's really a data model / BSON issue. The topic of higher resolution timestamps have been surfaced from time to time for at least a decade (https://jira.mo...
Guest almost 3 years ago in Database 1 Submitted

mongodump - add support for nsInclude/nsExclude

Currently mongodump supports the excludeCollection/includeCollection options but this requires the use of the --db option. It would be useful if mongodump was able to dump all databases, as it does by default, but also be able to specify a collect...
Guest 7 months ago in Database 0 Submitted

MongoDB should have a database backup system commit base for large self-management databases, like git commit.

There is already a mongodb backup tool mongodump but it is not a good solution for backing up large databases. We thought of making a CMS Platform with mongodb. Billions of websites can be created there. For such a large platform, the mongodump ba...
Guest 11 months ago in Database 1 Submitted

Leveraging Group By/Distinct Query to use regular Index

When using Group By or Distinct queries on database, provide the ability to leverage existing index i.e these queries today will miss using existing index db.collection.distinct("field") db.collection.aggregate([ { $group: { _id: "$category", ...
Guest 7 months ago in Database 0 Submitted

Allow kill connections

Kill session commands only stop current activities on DB, but not closing/dropping connections (connections still remain open in $listSessions). It´d be useful to be able to close opened connections in situations where too many sessions have been ...
Guest over 5 years ago in Database 0 Submitted

Disallow new connections that don't specify an appName field

Currently as a DBA it's sometimes hard to identify which service is causing load on a shared cluster/database. Some people connect for adhoc workloads but don't specify an appName making it hard to track back to the owner. It would be useful to re...
Guest 8 months ago in Database 0 Submitted

Raise the limit of 16 MB JSON between aggregation stages

When doing analytics, the 16 MB JSON limit between aggregation stages restricts the ability to process large amount of data. allowDiskUse does not help with all the various $operators and stages that we use. See ticket 00774514 for details.
Guest over 3 years ago in Database 0 Submitted

Support for Ubuntu 24.04 for Mongodb-org version 6.0 7.0 8.0

No description provided
Guest over 1 year ago in Database 1 Submitted

Handle Daylight Saving Time when $densify is used on a date field

When using "day" as "unit" for a $densify pipeline stage on a date field, the date is always advanced of 24 hours. This is however not always the expected result in timezones in which the year has one 23-hour and one 25-hour long day, because of D...
Guest almost 3 years ago in Database 1 Submitted

Making operations that hang indefinitely more visible

Hi Team, It would be useful for some kind of timeout message to be implemented if an operation is waiting on commitQuorum - say wait an hour and then return an error message with "Can't perform operation, required number of commitQuorum members n...
Guest about 1 year ago in Database 1 Submitted