Compass
498 results found
-
Add unwind as part of the Lookup it self
it's cumbersome to lookup for one document in a other collection just to write unwind after it.
it will be handy if a boolean field will return an array or object.
1 vote -
Smart Index Optimization for Aggregation Queries in Compass
When building aggregation pipelines in Compass, sometimes queries can slow down if they’re missing the right indexes or opt out.
- Creating Temporary Indexes Automatically: If the aggregation query doesn’t have an optimal index, Compass will automatically build a temporary one just for that specific operation.
- Suggesting Permanent Indexes: After running the aggregation with the temporary index, Compass will notify you and suggest saving the index permanently if it’s likely to be useful for future queries. Maybe even showing time saved with the index or without.
1 vote -
search by dbname > collectionname
While searching for a collection and if the connected account have multiple dbs with same schema its hard to search for specific db collection.
My proposed solution is when we search using > i.e. dbname> collection name .
It should show collections in specific db only. not in all the dbs.for example
1 vote -
Disable the proxy pane for standard user to be allowed to manipulate the settings
There should be an option for admins to either enter:
A- Set to a manual
b- none
c- system proxyso its enforced - rather than grant a standard user that concept of tampering with settings
in the config file mongodb-compass.conf so that it is enforced on machines -- and most importantly managed1 vote -
Disable query propositions
Have a setting to turn off the suggestions that appears when you type a Query.
This feature can also be completely removed, in my opinion. If i want to execute an old query i go on history tab and select it.
The 99% of time the automatic suggestions are a loss of time.1 vote -
All Processing in Memory
Let's say there are calculations that involve the processor (ALU Arithmetic and Logical Operations):
I can ensure there are no context switching between memory and processor whilst all calculations that involve ALU will be done in memory.Thanks,
Mr. R (Rajesh Kolagatla)
+91-8185822924
rkolagatla@gmail.com1 vote -
search db and collection dot
search db.collection, when we type the name of the db followed by dot, no results appear in the search.
1 vote -
Recyle Bin
There should be a Recycle Bin in Compass which will store deleted data or collections so that they can be restored if deleted accidently.
1 vote -
Support for Binary.createFromHexString in filter
It should be possible to create Binary objects from hex in the filter, like it is supported in the mongo shell already.
So far Binary objects can only be created from base64, so a manual conversion from hex to base64 is required.
Such as: {field: Binary.createFromHexString("0123456789abcdef")}
1 vote -
Improvement Suggestion for Filtering Databases in MongoDB Compass
Hello MongoDB Compass Team,
Thank you for the excellent tool! I have a suggestion that I believe would enhance the user experience, particularly when managing multiple databases.
Currently, when connecting to a server with multiple databases, it can be challenging to navigate if only a few specific databases are actively used. It would be incredibly helpful if there was an option to filter or hide certain databases in the connection view, allowing users to focus on just the databases they work with most frequently.
Thank you for considering this suggestion, and keep up the great work!
1 vote -
Main screen option new connection
In the 1.43 version on the main screen I had the option to connect to the cluster, without the need to save the connection, would you go back with this option?
1 vote -
Dynamic credential refresh
MongoDb Compass requires a full restart when environment variables or connection credentials (connection strting, username, password) are changed. This is inefficient for users working in dynamic environments where credentials change frequently. ex: Rotating secrets or Temporary access token.
There should be a way to refresh those credentials either by rereading the env variables or having a button or a configuration that would be available to do that. This is moslty for AWS, I can start mongo compass from cli and it will use my env variables but there is no way for me to refresh it for mongodb.1 vote -
Refresh button redesign
Could you please consider redesigning the refresh button? It can be challenging to identify it quickly at times. Thank you!
1 vote -
Move the MongoDB shell to the bottom of any open tab
It is necessary to return the MongoDB shell to the bottom-right corner while viewing collections and databases, as these new changes with writing commands in a new tab significantly affect my productivity and efficiency, forcing me to constantly switch between tabs to view and modify data!
1 vote -
1 vote
-
show data in array of object way so multiple objects can be copied
show data in array of object way so multiple objects can be copied easily just like robo3t .. if want to copy one field from multiple documents I have to export the data then do the copy stuff I can't copy multiple objects in one fly .. and even if I can its format is messy.
1 vote -
in memory database for atlas cluster
Right now, we have in-memory mongo database for standalone instances. It would be great if we have that in atlas cluster as well. If this is already planned, keep us updated on the release plans, so that we would plan that accordingly at our end as well.
1 vote -
Enrich query plan like studio3t
Studio 3t has a feature called explain full plan, which would detail the aggregate pipeline plan with number of output documents at every stage, and time taken at each stage. PFA. It would be great if we had a similar feature available at compass as well.
1 vote -
known
Identify well known ids
Our system has several well know ids. For example, we have several user roles that are the same in every tenant database. It would be nice to be able to configure Compass with a list of ids and identifying information that would be shown on hover when they turn up.1 vote -
Drill-through Navigation Between MongoDB Collections
Enable drill-through navigation between collections based on references (e.g., ObjectId). This feature allows users to easily explore related documents across collections by clicking on reference fields, automatically displaying linked data without additional queries.
Benefits:
Simplified Exploration: Quickly navigate between related documents.
Enhanced UX: Seamless data browsing without manual lookups.1 vote
- Don't see your idea?