Compass
443 results found
-
Be able to save the view option (List, JSON, and Tabular views) when navigating through various databases and collections.
In a more broader perspective, provide a way to preserve settings/customizations in general.
2 votes -
Provide an UI option to limit Compass to a single database connection by setting the maxPoolSize to 1 in the driver
There are some authentication setups in the field that require customers to approve every attempt to use their external credentials (such as LDAP passwords) via manual interaction with an MFA vendor's app (a good example would be Okta Verify).
When the driver has a connection pool greater than 1 (the current default is 10), it may spawn additional connections to the database without letting the customer know. This may result in authentication failures for the various commands - if the customer misses the MFA prompt on their device.
The current solution is to set the maxPoolSize=1 option in the connection…
3 votes -
Allow to specify options while creating Text Indexes In Compass
Currently, you cannot specify options like "language_override" and "default_language" while creating Text Indexes in Compass. This is a feature request to allow specifying options like "language_override" and "default_language" while creating Text Indexes In Compass.
2 votes -
Hover over object ID should display OID date
People are migrating away from a "created at" date because it's stored in the OID. However, there's currently no way to view that. Most other tools allow you to see it when you hover over it.
7 votes -
2 votes
-
Respect custom roles/Specific Privileges
Currently Compass does not respect collection privileges properly. If you limit access to a particular collection in a DBuser assigned role or specific privileges it shows you no collections.
I have confirmed this with customer support as demonstrated in the file attached.
This is very strange to me, and I don't know why this fairly simple functionality isn't there.
2 votes -
App Freezes on Some Aggregation Queries
When I accidentally write a $lookup pipeline query with non existing field name the application crashes. I think this bug is very annoying.
1 vote -
Aggregation pipeline stage metrics
We are working on a pipeline Query, Its taking good amount of time. We have lot of stages. it would be good we can get know which stage is taking more time.
Is there any way we can get the stats of each pipeline stage like approx duration, no of a document?
is there a way we can identify how much CPU or memory that entire pipeline took?
2 votes -
mongosh should be its own tab at the top with output options
I hate how mongosh is at the bottom. It makes it rather hard to see the results as it involves lots of scrolling, I end up having to write a js file and using
mongosh
in the terminal.
It would be good if it was it's own tab at the top and give options to view the output differently.
The best example I can give is how the robo3t does it. When the data can't be viewed as a tree or table, it just outputs it in text mode.Something like this is super handy for developers and makes it…
5 votes -
Don't search for entire document set of a collection on a new tab by default
When I want to search for documents of a collection I select the collection on the left pane and then a new tab is opened, that shows information as seen in picture
big-collection.png
.However, the problem with this default configuration is that is searches for the entire document set to display the information
Displaying documents 1-20 of 1183373
. The executed query is:{code}
{
"appName": "MongoDB Compass",
"command": {
"aggregate": "progress",
"pipeline": [
{
"$match": {}
},
{
"$skip": 0
},
{
"$group": {
"id": 1,
"n": {
"$sum": 1
}
}
}
],
"hint": "id_",…4 votes -
New Pipeline From Text tool should be more flexible
In Compass' "Aggregations" tab users can select the option "New Pipeline From Text"
This accepts pasting in a pipeline like:
[
....
]However, it doesn't accept pasting in a pipeline with the original variable definition, like:
var mypipeline = [
....
];This is an annoying paper-cut when people are pasting in a pipeline they've previously been editing/using somewhere else. For an example, see the 'var pipeline = [..];' copyable code snippet in the Practical MongoDB Aggregations book at: https://www.practical-mongodb-aggregations.com/examples/foundational/filtered-top-subset.html#aggregation-pipeline
The tool should allow a variable definition to precede [...], where the variable can have any name and may…
2 votes -
Display Documents within a Frame
When clicking on a large collection (or running a long-running filter), the Documents are loaded within the main window and prevents the users from performing any other operation. By displaying data within a subframe (like for the aggregation pipeline builder), users can continue to work without waiting for the documents to load.
1 vote -
Cancel a Preview Operation in the Aggregation Builder
Currently, to cancel a preview operation in the aggregation builder, we have to close the tab and open a new tab, losing any changes to the aggregation pipeline if it hasn't been saved. Making a Cancel Operation feature to stop the Preview would allow the user to continue within the same tab.
1 vote -
Add OpenSSH config and auth agent support
I have to use a vpn which forwards into a proxy to connect to my mongo cluster.
My PC => VPN => Bastion Host => Mongo Cluster
This is very easy to do using OpenSSH configs in other tools but compass does not support this option.
1 vote -
real time connectivity metrics
Hello,
in order to perform more accurate analysis, it would be helpful if the "RealTime" section is filled with more information.
For example, the possibility to track from where which connection originates, at time X ( preferably in the past).
Best regards
1 vote -
autosave
autosave in aggregation builder
1 vote -
Entity Relationship Diagram
I would appreciate a feature that enables the designer to map entity relationships in similar fashion to SQL entity relationship diagrams (ERD). At present I’m using Datensen’s Meteor Modeler for this purpose. It would be nice to have this capability rolled into Compass.
1 vote -
Filter the collection list in the collection screen by the "Filter your data" term
The "Filter your data" search box on top of the list of dbs/collections allows to filter databases and collections. In databases with a large number of collections this is very useful to have quick access to the colletion(s) of interest without the need to scroll through the whole collection list in the collections screen.
Unfortunately this filter has no effect on the collections list which ist provided in the collections screen. It would be very useful if this list would also be filtered by the filter term to have the collections of interest side by side with their metrics (Documents,…
1 vote -
Remember its zoom size on startup
Everytime we open compass it starts with default zoom size 100%.
Is really annoing to have to adjust zoom using crtl + +/- everytime we open it.
4 votes -
Make compass remember its zoom size
Everytime we open compass it starts with default zoom size, this is really annoing to have to adjust zoom everytime we open it. using crtl + +/-
1 vote
- Don't see your idea?