Compass
415 results found
-
Reverse sort order by default
I was a big RockMongo user and am now trying to switch over to Compass. I found it extremely convenient that in RockMongo, the default sort order was {_id: -1} because that means that you see the most recent records first. I didn't realize how useful this was until I discovered that Compass sorts in forward order. Either a "reverse order" button or simply a change to the default would be highly desireable.
57 votes -
Add ability to setup delimiter for csv export
Please add ability to setup delimiter for csv export. For example if values of fields are text, than they could contain comma ( and semicollon) and csv file is off. There needs to be options such as comma, semicollon, tab ...
11 votes -
The option to prevent automatic query in Documents tab.
Once clicking on the collection in the sidebar, the sample of 20 documents automatically are retrieved and displayed in the Documents tab. In some environments with large document size and network latency, MongoDB Compass UI blocks interaction until the query has timed out.
The option to prevent automatic query in Documents tab would be ideal to prevent this issue.
8 votes -
Support for distinct
Add support distinct queries in Compass.
https://docs.mongodb.com/manual/reference/method/db.collection.distinct/5 votes -
List open Compass connections under "Windows" menu.
List open Compass connections under "Windows" menu
5 votes -
Generate jsonSchema Validation Based on Schema Analysis
Since Compass already provides a schema analysis, it would be useful if that analysis could be used generate jsonSchema. The result could be a starting point for the Validation tab or used in other tools such as https://hamidihamza.com/Angular6-json-schema-form/.
4 votes -
Set Max Time with Global Preferences
One of our customer want to set Max Time on Compass global preferences.
It would be a good idea to set the default Max Time in the global preferences so that you can use the same Max Time for all tasks.
3 votes -
3 votes
-
Auto complete field name
I will write "na" and software suggestion "name" because i have this filed, so is not need full name filed.
3 votes -
1 vote
-
Support hotkeys for Document Manipulation, Aggregations, Insert. etc
I need for hotkey for add new query insted using mouse,
bescuse programmer always write with keyboard and so are easies using hoykey insted mouse3 votes -
Would be nice if this can be dockerized
I am trying to simply dockerize this by creating a Dockerfile within this directory but am not able to get the container to start the mongo compass.
Is this feasible? Or am I missing something.3 votes -
Allow displayed time in UTC in Compass database Performance tab show user's local time
Make displayed time in UTC in Compass database Performance tab to user's local time as an option.
Screen is here https://docs.mongodb.com/compass/current/performance/index.html#performance3 votes -
Sort favorite connections by name
Right now it seems favorites are sorted by least recent created. When you have a bit more (I have 9) it would be great to have them sorted by name instead. Or otherwise, sort by most recent used, or allow to sort manually.
3 votes -
Differentiate the polygon and circle icon to help with identifying the appropriate action
The icons in the toolbar of the map view look very similar. I mistakenly selected "polygon" when I wanted to select "circle". This mistake can be prevented by designing the icons with more differentiation e.g. Using a more pronoucned shape, angle, fill or border. Ideally, at a glance, the two shapes should be distinct and self-explanatory.
1 vote -
Folders/groups for favorites
Compass users with many deployments need the ability to:
- reorder favorites, possibly based on usage patterns, as well as,
- organize favorites into folders.
These features will allow users to efficiently access important connection favorites, even when there are a large number of deployments present.
37 votes -
mongodb-schema: provide a memory limit parameter
"mongodb-schema should take a memory limit parameter and stop analysing the schema when that limit is reached.
0 votes -
Show user accumulated query time per query shape in performance tab
Provide a histogram of commonly slow queries since entering the performance tab or pressing PLAY. Same as hottest queries but over time. Sum the query milliseconds over each invocation of the query shape.
While one specific query may be slow at any given time. The best practice in performance troubleshooting is to optimize the queries that are consuming the maximum total time when aggregated together. So, a relatively fast query that is extremely common may consume more resources in the mongod than a very rare query that is relatively slower.
3 votes -
Copy/Sync databases
I have two databases in the same cluster, so i need that both have the same data
0 votes -
Copy data from one collection to another
- this should include duplicating a collection
7 votes
- Don't see your idea?