Share your ideas with us
77 results found
-
Similar feature from Mongoose (Populate)
Would be great if we had an option to populate ObjectIds (like Mongoose Populate or SQL join) as a feature for MongoChef.
Mongoose Populate:
http://mongoosejs.com/docs/populate.html4 votes -
AI Helper custom Base URL
Allow us to set a custom base URL for the AI Helper to point it towards another OpenAI compatible server. for example LocalAI ( https://localai.io/basics/getting_started/#clients ) or Azure AI.
That would allow us to use the AI Helper while sending the data to our own models and private OpenAI instances.
3 votes -
Please do not write into the user home directory without explicit permission
Currently 3T writes settings and other things into the user home directory under
.3T
,.swt
and.cache
(on macOS; possibly different on other systems). This clutters the home directory and is therefore generally discouraged.On macOS specifically, Apple user interface guidelines dictate that settings should go into the folder ~/Library/Preferences, and cache files should go into ~/Library/Caches. Similarly, on Linux the generally agreed-on guideline is to adhere to the XDG Base Directory Specification.
3 votes -
Use proxy settings for IntelliShell
If the database connection has a proxy setup IntelliShell does not use the same proxy and therefore fails to connect.
3 votes -
Icons are not differential enough
They are all black and white. It's not as intuitive as Robomongo to tell the difference between an object, array, and field element.
3 votes -
Mindmap like schema planner/visualitation
Make an sort of mindmap of your db collections/schemas so you can connect fields to each other. And have an visual look at youre db.
3 votes -
When greating an index show percentages (..%)
When greating an index show procces (..%) in the lowe bar it now says: Building index. You may close the tab blablabla.
Now i need to go to proccesses to see how far the index is build
3 votes -
3 votes
Thank you for your feedback. Please subscribe to this topic by commenting or voting for it to be notified about updates to this topic.
-
Dropbox Support
Folks, I have 3 different workstations (work, home, laptop) which i'd like to keep in sync as far as mongo clusters I work with. Any future work for keeping a config in Dropbox? or tell us the directory to sync, and we'll symlink ;) Thanks!
3 votesThank you for your feedback. We are looking into ways to make it easier to share the settings across workstations. Please subscribe to this topic by voting for it to be notified when the release is out.
-
Remember field location when changing views
When switching from table view to tree view, open the tree to the location last viewed in table view. For example, if your viewing path in a document is profiles.merchant.business, when switching to tree view, the disclosure triangles should be open for profile, merchant and business, so you would be placed at the same view of properties/values you were observing in the previous view. The inverse should hold true if switching from tree to table.
If switching to json, the focus should bring you to the last property viewed.
2 votes -
Explain plan seems to ignore .special or .hint on find queries
I am trying to provide the hint and either atlas is not using the index I am suggesting or the shell is ignoring it when doing an explain. The explain is showing that it is using a different index.
2 votes -
Show collection name on Tab title by default
When open several tabs to edit/view different collections, it's hard to know which tab is for which collection.
I think its good to show current collection name on Tab title by default, to help users recognize.2 votes -
SQL subqueries
While this has been requested as part of other requests, I wanted to ask for this feature specifically. It would be a game-changer for me.
SELECT * FROM mytable
WHERE foreignKeyColumn in (SELECT _id FROM lookupTable)2 votes -
check box to analyze array schema with all positions equally
we use a lot of arrays inside documents. there is no depedency on position to schema, all positions matter equally and are derived from some version of the same object. So it's usually way more important to see schema variation grouping all positions equally and not breaking out [1], [2], [3] etc. so maybe as an option on the schema setup page.
2 votes -
Bring the Update dialog to the front
When I start Studio 3T and there is an update ready, the dialog that tells me that an update is ready always goes behind other windows on my machine. Consequently I end up wasting time waiting for the app to load because I'm thinking it's doing something when it is in-fact waiting for user input.
I'm using Windows 10 and the latest version of Studio 3T.
Can this either not be a modal dialog (i.e. an option on the Studio 3T UI) or a modal dialog that is forced to be the top-most window being displayed. At the moment, it's…
2 votesThanks a lot for pointing this out.
We’ll investigate and endeavour it include a fix in an upcoming release of Studio 3T.
-
Disable/Enable option in Visual query builder
It would be a good Idea to disable a condition in Visual query builder if we want to check the results with and without a condition
2 votesAn excellent suggestion, thanks for making it. This would be similar to how stages in the Aggregation Editor can be dynamically enabled/disabled.
We’ll investigate and endeavour to include this in a future release.
-
UI Index Statistics
with a query like this
db.Collection.aggregate([ { $indexStats: { } } ])
we can get index statistics. it would be great to have ui with nice display for it .e.g. "last used"
2 votes -
High-DPI for Linux
I have a 4K monitor and develop in Linux, so all of the text is very small. It would be nice to have High-DPI support for Linux, thanks!
2 votesHi Luis, apologies for this, however we can’t fix this because of platform limitations.
-
sparse index icon
Add different icon for sparse indexes.
Queries have different behavior for sparse vs non-sparse indexes.
Expanding a collection to see the indexes may fool you to sort on a field only to find out it was a sparse index and the query cannot use it.
Similarly icon for hashed indexes would be nice. May be simple overlay of # and S would be enough.2 votes -
stats overview
It would be nice if you could add a simple overview where you can compare the collection stats of a db + the db stats of an instance
I'm most intrested in count, size, storageSize and index size.
Smaller solution: format the stats mentioned above human readable (2,5GB instead of 2512354123)
2 votesThank you for your feedback. We’ll look into this and improve the stats view soon. Please subscribe to this topic by commenting or voting for it to be notified about updates.
- Don't see your idea?