Share your ideas with us
719 results found
-
Support folders in the Tasks window
There are several tasks I need to run per customer. It would be very helpful if I could organize tasks into folders (similar to the Windows Task Scheduler). This would allow me to easily run tasks for a given customer in bulk, and reduce the likelihood of running a task accidentally.
1 vote -
Allow "Save Changes" in Aggregation editor without closing editor
Closing the editor upon saving changes leads to either a lot of re-opening the editor and trying to find where you left off or not saving changes as often and risking crashes.
Option #2 was my choice and the application crashed, losing all my changes.1 vote -
Value search enhancement
- Can you make the collections multi selectable. Often I want to search through all collections, except for 1 (large one)
- Can you also enable field name (key) search?
2 votes -
schema validation detailed messaging
MongoDB V 5 now has detailed error messaging for documents that fail validation. We need these detailed errors to be displayed.
1 vote -
Dynamic SQL queries
We are planning to migrate our SQL content to Mongo and we have have lot dynamic and nested SQL queries. Will this tool supports it. I understood by going through the documentation which is not supported. Is my understanding correct. If it is not please suggest me where can I find the documentation for the same. If it is not there, please do include this point in the future release.
1 vote -
At time export database we want to perticular time slot backup required like report $gte and $lte
This is very essential need to backup of all database of perticular time slot
1 vote -
Application update on closing, not when starting
Every time I start the application it prompts me to update, which is annoying because I didn't start the app to stop me from doing what I want to do.
A much pleasant experience for me would be to be prompt for an update when I try to CLOSE the app. When I close the app I am happy to spend one more minute to update, as it is not blocking the activity I intended to do.Thanks
Tomer2 votes -
Ability to name a output tab
Sometimes when running multiple queries in IntelliShell, it can be hard to know which output tab belonged to which query. If there would be a way to name (or 'alias'?) a tab, that would make that so much easier!
1 vote -
compare collection validators, indexes
Add the ability to compare collection validators and indexes as well as data.
1 vote -
Query formatting: Provide configuration options / extend formatting behaviour
Like word-wrap/line-length, quote-style, indentation width, trailing commas etc.
Examples:
- https://beautifier.io/
- https://prettier.io/playground/2 votes -
add filter to connection manager
add a filter to display only the databases I want to see/use.
1 vote -
show matching docs in compare
add the option to display:
1. just docs with deltas
2. just docs without deltas
3. all docs1 vote -
Provide the ability to schedule the execution of MongoDB queries in Tasks
Run MongoDB queries as a part of Tasks in Studio3T
2 votes -
Favorite tabs/collections
I work on maybe 5-10 databases - each one with many collections.
However, I frequently use a few of these collections all the time.
Instead of having to navigate to these collections every time, it would be helpful to be able to mark these collections (or tabs) as favorites.1 vote -
Support official Golang MongoDB Driver for Query/Aggregation code generation
It would be great--and a solid reason for me to upgrade my license--if Studio 3T fully supported the official Golang MongoDB driver for Query/Aggregation code generation. I'm currently struggling with translating a pipeline that works perfectly into working Golang code and it would be worth it if I could see what your IDE would do with it.
3 votes -
Provide some config option to set collection lock/unlock
For production environments, it can be useful if i can set the default lock/unlocked (read-only status) collection editing behavior
1 vote -
Generate Java/JavaScript/Python/Ruby/PHP/C# code for insert, update, delete operations
The Update dialog and the Delete dialog currently only generate the filter and update spec documents. It would be great if we had an option to generate code in Java/JavaScript/Python/Ruby/PHP/C# for insert, update, and delete operations.
2 votes -
Indicate query result size
It would be nice to have a indication of the (average) result size of a query / aggregation.
Sometimes a query may be (or look) fast, but has some deeply nested result or single items with huge amount of embedded items.
When fetching the first 50 items in a result, Studio3t could display: "Avg. line size: 1234 bytes, page size: 61.700 bytes".
When clicking "count documents" (eg. 456 documents), there could be a "Approx. result size: 550 kiB".This way a developer can approximate, how much traffic a query will generate and take this into account, eg. by adding projections,…
1 vote -
Show connection details for historic queries
On the query history window that shows previous queries, also show the connection that they were run against, optionally the default database as well.
1 vote -
Column operations in Table View
When displaying query result as "Table View", I cannot select documents by columns.
for example, when the query result is shown as Table View, many columns shown, like name, age, address, email...etc
however, I would like to ONLY select and copy "name" and "age" fields for every documents.
After copy, I can paste copied values to google doc or excel or as text for further processing1 vote
- Don't see your idea?