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

Showing 4027 of 4027

Support for OR Conditions

We need support for matching for one condition out of several. This is an important usecase for my requirements. e.g. $or: [{ "airlines": "United" }, { "ticket_price": { $lte: 600.00 } }] Thanks!
Guest about 3 years ago in Atlas Search 0 Submitted

og the size of oplog-mongomirror.bson.sz at time of deletion in mongomirror logs

currently when we run the mongomirror with --oplog, it does the status when it is deleted. It will be good , to add the size information of `oplog-mongomirror.bson.sz`, that will help us to decide the appropriate disk .
Guest about 3 years ago in Atlas 0 Submitted

Provide features for array comparisons

It would be very helpful if we can lookup documents that have certain array fields that match the provided array in the query. Exact match, Any match etc should be supported. All data types should be supported. e.g { text: { path: "city", query: ...
Guest about 3 years ago in Atlas Search 0 Submitted

MongoError: user is not allowed to do action [listCollections] on [db.]

NodeJS mongodb driver (with or without mongoose) needs to "listCollections" before "createCollection" But "listCollections" and "createCollection" are in different "rights list" for custom role (look screenshots) In this case "createCollection" ...
Guest over 6 years ago in Atlas 1 Submitted

Improve sorting performance

Sorting always ends up doing a collection scan when the selected index for the find/match does meet the sort requirement. The sort effectively makes the performance worse by 15-25 times for the "matched" dataset which runs into 10s of thousands (n...
Guest about 3 years ago in Performance & Optimization 0 Submitted

$currentDate option to only update if the document was modified

A common pattern in a data model is to have a field that denotes when the data was last modified. For this example, let this field be called "updated". I want to toggle a field on a document called "enabled", and if the value is modified I also wa...
Guest about 3 years ago in Querying & Aggregations 0 Submitted

Filtered Indexes

Provide capability to create filtered indexes. This would allow creating tenant-specific indexes in a multi-tenant database. While the current implementation does support this feature in a way, it requires manual maintenance of such indexes as th...
Guest about 3 years ago in Atlas Search 1 Submitted

highlight vs filter option for dashboard filters

An issue I ran into with a line chart is that you can only display so many data points before it starts showing incomplete data. I wanted to add a date range dashboard filter to the line chart but that only highlighted the data in that date range ...
Guest about 3 years ago in Charts 1 Submitted

Improve dashboard loading times from 3.5 minutes

Currently the dashboard takes well over 3.5 minutes to load on a gbps broadband connection waiting for https://cloud.mongodb.com/static/dist/project.min.js
Guest over 6 years ago in Atlas 3 Submitted

Test plan/suite for Atlas Search

Other search services like Elastic have public benchmarks of different data types so we can determine how they should perform: https://benchmarks.elastic.co/index.html Would love to see the same for Atlas Search.
Guest over 6 years ago in Atlas Search 0 Submitted