Compass
450 results found
-
Improving user experience of Aggregation pipeline builder
Today, when I describe extensive aggregations, I need to use the "</> TEXT" method in the interface because it is the only way I have to comment on what each step does and to efficiently locate myself in each step. In such a way that these comments would be visually displayed before each stage in the "{} STAGES" option of the "Aggregations" tab.
It would be great if it were possible to not only comment on the steps but perhaps group them (only visually). One of the things that can be done is to use "// #regions" as it happens…
1 vote -
1 vote
-
For rpm installation files, add --changelog details
For rpm installation files, add --changelog details for each release
1 vote -
Categories for Connections
I am working for several companies. Each company has several mongo server, so it would be nice to categorize each connection for each company in a tree list. This would clean up the collection list a lot.
1 vote -
MongoDB Compass 是否可以之中简体中文?
MongoDB Compass 建议支持简体中文。
1 vote -
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 -
indexStats
currently indexStats are show for less than a month, if it atleast 3 months stats that would be a good indicator if index is not in use for 3 months then it can be deleted
1 vote -
2 votes
-
Config option to not open a new tab for each collection selected (old behavior)
The new mode of opening a new tab every time a new collection is selected is dreadful to me. I'm constantly closing dozens of tabs I didn't want. I would like a config option to disable the new behavior and revert to the old behavior of re-using the existing tab.
3 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 -
Removing a connection needs to show you a confirmation dialog
Removing a connection needs to show you a confirmation dialog
2 votes -
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 -
Save queries in folders
I would like to save my queries in folders such as postman, currently i work for many companies and all queries getting mixed up makes it difficult to take track of which query is from which company or database if though I can filter for database
2 votes -
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 -
close other tabs
Add option to close other tabs like in Chrome
3 votes
- Don't see your idea?