Compass
324 results found
-
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
10 votes -
Autogenerated random values in numbers based on ObjectId
Hi,
This is the basic suggestion from my side.we have a unique "_id" in each document while inserting the data can we make any changes in your code for example in our company we have one scenario while working on the aggregation query they need auto-generated value in numbers so it is not possible in the MongoDB.
so I thought we can do that thing based on the _id. because we have a unique field then i converted the _id to string and separated the numbers and alphabetic separately but we don't have unique values the after separating the numbers from the objectId.
can…
6 votes -
Better Color indicator for different connections
Currently, we use the colour indicator (chosen during mark favourite) on the title (connection name in the sidebar). That is helpful while working with multiple windows having different DB connections like Stage , Prod or Dev.
But I still feel that is a very minimal implementation of a color indicator. It will be better if the connection colour indicator is reflected on the border outline of the whole window & sidebar to better distinguish between different DB connection windows.
I am always afraid if I am mistakenly doing some change on prod DB instead of Stage DB.
If the colour…
7 votes -
"Open in new tab" should be default behaviour
By click on collection this should be opened in new tab. If the collection is already opened the tab will be selected. The context menu "Open in new tab" should be stay as is and opend a collection in new tab.
The case "why" - you open a collection, put some filter, order and some other staff. Then you want check other collection and just click on it. All settings on the first collection are lost.
4 votes -
Always show CollectionName in Tab. (Compass)
The whole tab space is eaten up by the Database Name, so I can't see wich tab shows which collection. Every Tab only says "somedbname..."
There is enough y-space in the tab to show the collection name in a seperate line, so one could navigate quickly.3 votes -
Rename Compass Tabs
Add the ability to rename the tabs.
Compass automatically names the tabs based on the functionality that is currently used like aggregation, documents, etc...
When working with multiple tabs it would be nice to be able to name them so that you can easily identify the one you want.1 vote -
Disable suggestions
I would like to have some kind of "Settings" or "Preferences" to disable all annoing, time-cosuming messages that keep me off doing my tasks.
1 vote -
Search should support <database_name>.<collection_name> pattern
Search should support <database_name>.<collection_name> pattern
1 vote -
Jump to last page
A way to jump to the last page would be much appreciated - right now it shows 20 records at once, so you might need to click a lot of times, to check the last inserted. Also because refresh makes you go back to the first page!
2 votes -
Prompt for password
As a security conscious user, I do not want to store my password in Compass, and would prefer to have Compass prompt me for my password when it's blank in the connection manager. This way I can avoid multiple mouse clicks to drill into where I need to enter the password, or sometimes I forget that I need to do that because every other DB tool I've used will prompt.
1 vote -
Safe active tabs
It would be a usefull feature to bookmark open tabs and have the abbillity to open it again in another session.
1 vote -
Make it easier to switch between Performance Tab view and Collection Tabs view
Once you click on "Databases" you loose the Collection Tab view and the only way to get back to it is to click on a collection again, but unless you click on the same collection it will overwrite the last collection you were looking at.
Maybe add a new menu tab that returns you to the Collections view, with your saved collection tabs.1 vote -
Split View: Split screen into two sides to compare two tabs visually
When I have more than one tab, I would like to split the view in two and have two tabs, one on the left and one on the right to be able to compare two different documents.
VScode for example has this option (see screenshot attached)
The only way to do this now is with a new instance of compass (2nd connection)1 vote -
Desktop icon shouldn't reappear after every update
The desktop shortcut re-appears in on desktop after every update.Even though I remove it every time. (on Windows)
1 vote -
1 vote
-
Avoid running queries on an ongoing condition writing. (match, lookup...)
when performing a match, lookup or other similar ops, Don't run the query as I write the conditions but only when I'm done. this will improve speed significantly and will prevent crashes due to lack of memory on very large sets.
when an operation that filters data occurs, you can add a small toggle btn when I'm done writing the query, and only then perform the search.
another idea is to add a boolean field named done which on init will be set to false, and when a user is done writing the query it sets it last to true.…1 vote -
Make Compass update notification non-blocking
New versions are constantly available. Blocking workflow with constant prompts is frustrating. No other software does this. Put in taskbar or somewhere passive!!
2 votes -
Missing UUID() support for creating/editing - UUID('486b423a-f668-4141-b8a4-3a9a5a45eb6f')
It would be very useful to create and edit fields that contain an UUID like:
somekey: UUID('486b423a-f668-4141-b8a4-3a9a5a45eb6f')
That should be stored as binary. I use this instead of the ObjectIDs.
I can query for UUIDs but I can't edit or create them in MongoDB Compass, that should be added.
1 vote -
I would like to paste a Mongo ObjectId and it automatically query on it
I would like to paste a Mongo ObjectId and it automatically query on it.
Right now when I go to type something into the query filter field it'll automatically add {}
A great next step is if I [ctrl} + [v] paste in a MongoDB ID, then it automatically turns it into an _id query.Step 1: Copy "64f046fb304cee6fa007d935"
Step 2: Paste int othe filter (Query) field
Step 2b: MongoDB compass converts my text into the query{_id: ObjectId('64f046fb304cee6fa007d935')}
Step 3: Click [Find] (or maybe it can even automatically do that?Currently I have to type"
_id: ObjectId('<now paste in
…1 vote -
Notify users when a database is being rate limited
Suggestion: When a database is being rate limited, please indicate this on the dashboard.
And/or send an email to the developer, so they can take action, like upgrading the DB tier.
(Preferably before they're locked out of the database for 7 days).Context:
Just had a production outage, because the M5 database we were using went from 2.5 seconds for a response, to 120 seconds a response.
There was no warning, no alerts, no emails, and nothing on the dashboard to indicate we were being rate limited. I waited 2 hours with chat support and got nowhere.
Finally got an…
1 vote
- Don't see your idea?