Compass
501 results found
-
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 -
Expiry time value in ttl index details accordion view
indexes tab showing indexes of selected collection, would be great to know what expiry time was set for ttl indexes when expanding them. recent updates to compass are really really good btw.
4 votes -
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 -
Tab to accept suggestion
I REALLY hate that as I insert my query and if I press Enter, the top suggestion that popped up is selected. It completely replaces the query I just built and 95% of the time, it's not the same query. You should require me to tab or arrow down to select the suggestion that is right for me, if I want to use the suggestion at all.
2 votes -
Add "Documents Per Page" feature it will very helpfull for us
Currently there are only 20 documents per page but if you give a feature to choose documents per page then it's very helpful..
10 votes -
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 -
Refresh button on the database
Add a refresh button beside the + and >-
Maybe throw in a keyboard shortcut too like Ctrl + F5 or Ctrl + R2 votes -
Export to clipboard
When exporting query results, I would like an option to export to the clipboard in addition to the existing option to export to a file.
2 votes -
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 -
Copy many documents at once as JSON
I'd like to be able to copy many documents at once n a JSON format. Today, I need to export all output documents for my aggregation pipeline or my query, or I need to manually copy multiple documents one-at-a-time. Ideally, I could copy many documents at the same time to my clipboard without needing to export to a separate file.
2 votes -
Utilize ESC key when editing an document to cancel edit.
Currently you are forced to use the cancel button when editing an document in the compass app on mac. Would be nice if the esc key can cancel the edit.
3 votes -
Rename tabs
I would like the ability to open multiple tabs and rename them. Currently, the tabs are rendered as
Documents
<tabel_name.collection_name>Ideally, I could change the tab heading so that it's easier to navigate between the tabs
24 votes -
New way to close tabs
I love being able to close tabs using middle mouse button click. Please add this.
4 votes -
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
- Don't see your idea?