Atlas
- A brief description of what you are looking to do
- How you think this will help
- Why this matters to you
59 results found
-
online/cloud version mongodb shell
It would be nice to have and online/cloud version of mongodb shell. I am trying/learning mongodb. I have server in the cloud but to use mongodb shell I have to install it. My "desktop" is raspberry pi, and it's pain to install mongodb on it, because it's all compiled C++.
Alternatively mongodb shell written in python or java would make it much easier to run on any OS.1 vote -
Functionality to have Atlas Data Explorer display the size of the largest document in the collection
Currently, the Atlas Data Explorer UI displays only the collection size and total documents in the collection, but not the size of the largest document in the collection. It would be a nice feature to have Atlas Data Explorer display the size of the largest document in the collection.
1 vote -
reactive table
Hi, i would like to ask for you to make the table view under collections when we choose a particular database to be reactive. when i press a header we want it to sort the rows from asc to desc or vise versa. thank you
1 vote -
1 vote
-
1 vote
-
1 vote
-
Clone collections
Now, you can just delete a collection or add a new one. It would be nice to be able to clone a collection, or at least a part of it.
1 vote -
Since yesterday, I don't get the second factor authentication sent by SMS
When I log on, the sms for the second authent factor is not sent, I have to require one to get it
1 vote -
More simple scheduled aggregations
When we set up an aggregation in Aggregation Pipeline Builder, we can "Export pipeline to languages"..
I think it would be great to be able to export complete, copy-paste-ready code as a function to be triggered in Atlas Triggers, as a Function, eg. on schedule,
or any other simple way (no-code / low-code) to run aggregations on schedule.1 vote -
Please allow for showing most recently added to collection first.
Right now collections are only shown first added first. I think it would be useful to be able to look at the last added first.
1 vote -
zoom resolution icons
At certain browser (Chrome) zoom settings, the checkboxes disappear. Boxes that are unchecked remain, but some (not all) of the checked boxes are just not shown.
Unfortunately I have to use these zoom levels (67%) to be able to see sufficient information on my dashboards. Can the icons (checked boxes) be made to appear properly (not blank) at all zoom levels?1 vote -
Collections View Document - Vertical Scroll
When I expand a document with a large string entry, I have to scroll horizontally to view the entire string. This expands the UI well beyond the width of my screen, and scrolling horizontally over the string makes it difficult to view the entire entry.
When clicking on a long string within a document, can this expand vertically?
1 vote -
Need an easier way to issue multiple document operations within Atlas online or Compass.
Provide a method to perform commands such as updateMany()
1 vote -
Show index name/details when creating or dropping index via Data Explorer
When Atlas user creates a rolling index in Data Explorer, we can see the name of the index being built in Activity Feed. However, if Atlas user creates an index or drops an index, the index name is not revealed in Activity Feed. This creates some complexity to trace which index is created or dropped via the Data Explorer
1 vote -
Find filter autofill list should be Collection dependant
The Clusters > Collections > Find option offers an auto-fill drop-down of previous entries, which is super helpful. However, it seems to offer suggestions from previous queries of all the Collections. This is not helpful, since Document keys tend not to overlap across Collections, so it would be even more helpful if the drop-down only listed previous queries from the selected Collection.
1 vote -
Field with name "_id" not editable in the Atlas Collections UI.
- Add a collection
- Add an object field
- Add a string field to that object. Call it _id.
- Enter some value Save it.
- Try to Edit by clicking on the edit button.
- Try editing the value of _id (string) field. Not happening.
1 vote -
Make the Atlas UI copy document button available via the Project Data Access Read Only permission
Hi,
We have many developers, and it is much easier for them to use the Atlas UI vs. having to RDP to another box and use tools like MongoDB shell, or Compass. At the same time, I do not wish for them to have write access via the Atlas UI. Can I please request that the Copy document button be made available via the Project Data Access Read Only permission?
Please see the attached screen snippet, and the following support case for addtional details: https://support.mongodb.com/case/00652224
Thanks,
Don1 vote -
MongoDB to throw error when detect '.' in keys insert
Not sure if MongoDB was supposed to be unstructured even for keys. Because MongoDB currently does not support '$' and '.' in its keys, is it possible for MongoDB to throw an error if '$' or '.' are detected in keys during insert? MongoDB currently does not do that and is problematic to fix for previous large databases which have '$' or '.' in keys
1 vote -
Allow to configure `maxTimeMS` for commands executed from Data Explorer
What is the problem that needs to be solved? Allow to configure
maxTimeMS
for commands executed from Data Explorer.Why is it a problem? (the pain) A) Data Explorer cannot work with views in case if the view is taking >15000 ms to be load. Data Explorer cannot work with find in case if that find operation is taking >15000 ms to be completed.
1 vote
- Don't see your idea?