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

Feedback

API to list clusters that has snapshots on it- even deleted clusters

Today we use the API below to list the clusters that exists in a project https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Clusters/operation/listLegacyClusters GET https://cloud.mongodb.com/api/atlas/v1.0/groups/{GROUP-ID}/c...
Guest almost 3 years ago in Atlas Backups 0 Submitted

Support min-max computation for number and date fields, within Atlas Search

Currently, the `$min` and `$max` aggregation operators can be used in a number of aggregation pipeline stages, in order to find min/max values for fields. It would be great if either these operators were supported within `$search`, or if there was...
Guest about 4 years ago in Atlas Search 0 Submitted

Ability to choose what to dynamically index

When using dynamic mapping, it would be useful for better control on the index to allow choosing which index types are created. Exemple: dynamic: true // Map all fields dynamic: false // Don't use dynamic mapping dynamic: ["string","bool"] // O...
Guest almost 2 years ago in Atlas Search 0 Submitted

Restore protection similar to termination protection

A restore protection option similar to the termination protection for clusters. When a cluster has restore protection enabled, it can't be the target cluster for a restore operation. This will prevent accidental restores to the wrong target cluste...
Guest almost 3 years ago in Atlas Backups 0 Submitted

Sharded Cluster Snapshot Restores - Throttling and Src/Dst Mapping

When restoring a sharded cluster snapshot, provide a means of mapping the source shard replica set names to the target shard replica set names. This will allow users to predictably restore large/small shards to the appropriate target hosts. Curre...
Guest over 5 years ago in Atlas Backups 0 Submitted

Add noData to $sort aggregation

Atlas Search does have the option to change the behavior for null and missing values within a search with noData: highest or noData: lowest. It would be great if the $sort aggregation stage would support this as well.
Guest 7 months ago in Atlas Search 0 Submitted

snapshots without indexes

It would be great to have the option to save Atlas backup snapshots without indexes. When using TTL indexes, when the data is restored, it is automatically removed because it is expired. Being able to create snapshots without indexes would save a ...
Justin Costello almost 5 years ago in Atlas Backups 0 Future Consideration

Support full Lucene Query Parser syntax in $search

I’m looking to expose “power user” queries through our UI, but the queryString operator only works on string data types, and is somewhat too simplistic for this purpose. Obviously, accepting raw user inputs and directly building a query from it i...
Guest over 3 years ago in Atlas Search 1 Submitted

Grouping in $search

Add grouping capability to search so that it can be as performant as the search itself. A separate group stage is not performant at all and is unusable.
Guest about 3 years ago in Atlas Search 1 Submitted

Update base collection of search index without Downtime

With the GA of Atlas search indexes on views, i wanted to update some of my existing search indexes to use views. Then i noticed that at the moment it is not possible to update the base collection/view of an existing search index without downtime....
Tom Richter 8 months ago in Atlas Search 0 Submitted