Share your ideas with us
304 results found
-
Copy & Paste (Recreate) collection indexes
We have a lot of experimntal work with our databases and I found myself constantnly trying out new indexes and performance improvements. What could save me a TON of time (I manually create 20-30 indexes per day when I'm working on them) is the simple option to:
- Right click on collection -> Copy Index(es)
- Right click on target collection -> Paste index(es) 2a. If an index with the same name exists overwrite them
I know I can use mongodump and restore the indexes but like I said this isn't a db backup / restore scenario this is experimental work and…
8 votesHi, we improved this in 2021.4: https://studio3t.com/whats-new/release-2021-4/
We hope it makes your daily tasks a little easier!
-
Filter Collections by name
We have databases with many collections and some are grouped by the same suffix. Often it would be very helpful to have a simple search box to filter the collections on the left by name.
8 votesThis has been introduced with 5.4.0
-
to autocomplete the fields for a document
While typing a field within a find{}, or insertOne{} or any other query, it would be really nice to see auto-complete suggestions from collection's existing document's field, with a drop down if more than one options are available and be selected with up, down keys on pressing the return key.
8 votes -
Add toggle feature to switch between JSON view of a query and QueryBuilder view of a query
I realize that you can now copy a query to the clipboard from the QueryBuilder view but what would be really awesome is if this were a more fully featured toggle system where you could have an existing QueryBuilder query and hit a button that converted all of the criteria and created it in Intellisense without having to copy and paste and open a new Intellisense tab.
Even awesomer than that would be if you were in Intellisense, you could hit the same toggle and take a native JSON query and have it parsed into a QueryBuilder format. This would…
8 votes -
Add support for Ecmascript 2015 in intelli shell
It would be great to add a support for ecmascript 2015 features (such as arrow functions) in intellishell.
8 votesSupport for JavaScript ES6 was introduced in Studio 3T 2018.3.
Please check out the latest version of Studio 3T.
-
Document JSON Editor: Update only changed fields, do not overwrite the entire document
There should be an option when editing a JSON document to update only changed fields, so that parallel changes from other clients (eg, a sever application) will not be overwritten.
8 votes -
Copy multiple collections at once
Is it possible to copy+paste multiple collections from one database to another at once? I have hundreds of collections...
8 votesThis has been released with MongoChef 2.1.0
-
Pick up where you left
If you work in an IDE like vscode, and you start it up, it automatically opens up the windows of your previous session.
Can this not be done for studio 3T? Open up the previes db connections and collection tabs, showing your latest queries, just as it was when you closed it in the previous session.
7 votesSession restore is available via Preferences>General
-
dark mode improvements
The new dark mode looks and feels quite bad. Can you please see how Sequel Pro (a free product for MySQL) developed it in comparison to Studio 3T?
I would give 8/10 to Sequel Pro and 2/10 to Studio 3T for the execution of dark mode.
BTW: I am on Mac, me and my team love Studio 3T, but team laughed at the initial release...
7 votesHi there. We’ve made a few improvements that we hope have lead to a better overall experience. Let us know!
-
Read Only Mode
One can already color production databases with a red color. But why not allowing them to connect as "read only" databases and ask before making a change?
7 votesRead-only connections are now supported in the imminent Studio 2018.5 release.
-
Open collection view without initial query
Often, especially on collections with large documents, I want to open a collection view and enter a query without waiting for the initial query that always happens when I open a collection view.
7 votesHi there, this became available with 2021.6 – let us know how this goes for you if you try it out.
-
Filter for database list
I now have a few hundred databases and soon I will have thousands. It would be very convenient to be able to filter the database list by typing a part of the name in a small input field.
7 votesThis has been introduced in 5.4.0
-
7 votes
Allowed to paste an aggregation queries from the clipboard into an Aggregation Screen
-
Table view array/object head as field1.field2
Example json:
{
"_id" : ObjectId("518c42ba4a87f9b1ca48f3a4"),
"name" : "images",
"datesDif" : {
"average" : NumberLong(3600),
"min" : NumberLong(3598),
"max" : NumberLong(3602)
}
}If you use the table view and you have some columns with multidimensional arrays/objects you must click on the cell to open and see the values of these multidimensional arrays/objects. But the other data is gone except for the _id field. What i like to see is that the multidimensional arrays/objects data is shown in the table.
Here are some examples to explain more what i mean;
How it now works:
The head of the table looks…7 votesAllowed to Show Embedded Fields in Large Table View
-
export from IntelliShell
Add export option also from IntelliShell window
7 votesImplemented in 3.2.0
-
Add database to collection tab
If you are working with 2 server (DEV & PROD) and collections have the same name, it's hard to know what tab (collection) belongs to what database. Please display tabs like database.collection instead of just collection. Cheers.
7 votes -
Add option in Preferences to lazy load documents when opening Collection View
When opening Collection View, have an option in Preferences to load only Ids of matching documents, instead of entire document. Then show result nodes collapsed and load document only when a node is expanded. This will be extremely useful for collections with large documents where loading 50 or whatever number of large documents could be time consuming.
7 votesAllowed to set initial page size for when opening a Collection Tab
-
Synchronisation at all levels
I work with mongoDB databases on more than one server and used the DCS tool a short while which is great. However, it would be a time saver and boost development and test efficiency if it would be possible to:
1) Synchronise all documents in a collection on two different servers.
2) Synchronise all collections in a database on two different servers.
3) Synchronise all databases between two different servers.
Database names, collection names, document id's should be identical after the synchronise operation.
Synchronisation could be directional A-> B or B->A or bidirectional A<->B.
Options to control deletion must be…
7 votesAs of DCS 2.0 you can now synchronize all documents between 2 collections, and multiple/all collections between 2 servers
-
SQL for mongo
something like slamengine integration would be a killer feature for all those that hate mongo query syntax like me.
7 votesThis has been introduced in 5.3.0
-
Task Scheduler in UI to run queries and extract results to specific location
It would be awesome if there were a way that you could schedule a query to run and export the results to CSV/xlsx etc so that the info could be picked up by an ETL operation. Transferring Mongodb data into an environment that BI tools can interact with seems much more difficult than it needs to be and a tool like this would make your product significantly more valuable.
I'd like to be able to create a task in studio 3t to be run at a specified time or according to a specified schedule (eg every x minutes between the…
6 votesIntroduced Task Scheduling
- Don't see your idea?