Share your ideas with us
712 results found
-
show matching docs in compare
add the option to display:
1. just docs with deltas
2. just docs without deltas
3. all docs1 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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
Provide the ability to schedule the execution of MongoDB queries in Tasks
Run MongoDB queries as a part of Tasks in Studio3T
2 votes -
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 -
Display Docs-and-Keys Examined, nReturned in Explain-with-execution-statistics
The Studio 3T explain (with executionStats) feature does not show the totalDocumentsScanned, totalKeysScanned, and nReturned fields, and only shows the execution time for each stage. It would be great if we could at the very least see this information in the tooltip (on hovering with the mouse).
1 vote -
Automatic convert from csv to array
Hi guys, I am really exited your product, it saved me so many hours.. thank you a lot
It would be great to have feature for automatic convert csv to array for $in find operator. For instance, now i have a big csv and i need to enrich every row by data from database. I can't just pass all this rows to studio 3t coz $in operator requires array.
1 vote -
Run a background command on connect
Would be very usefull to be able to run a command in the background before connecting, so we could run a port forwarding script automaticaly.
Ex:kubectl port-forward service/mongodb 27018:27017
1 vote -
Remember last export options such as source, format (in the wizard), delimiter, record separator (in the export unit).
Remember last export options such as source, format (in the wizard), delimiter, record separator (in the export unit).
Or maybe better to have a "Do not show this again" checkbox and re-use the last selections by default.1 vote -
Readability in black theme issue in Linux (ubuntu 20.04)
Please please please please please fix the color theme of Studio3t in Linux (Ubuntu 20.04) distribution. It's very difficult to read anything with the dark theme. My system theme is black and even if I select the light theme in Studio 3t it doesn't work. It really hampers the UX of your product and would be appreciated by many developers if you fix this issue.
Also I have a paid license and having these type of bugs is really annoying.1 vote -
1 vote
-
I suggest you don't remove unused query clauses from the query if you hide and re-show the visual query builder
If i enter a query in the visual query builder, then uncheck one of the conditions, then hide the query builder, it removes the unchecked conditions. I expect all the conditions to be there still, I might have just hidden it to get a wider view of the data.
2 votes -
Query Builder option for fields with 1+ items
Allow the Query Builder to have a drop down field for "1+ items" so if the field is an array, then the field needs to have 1+ items.
We have documents with fields which are arrays and it's sometimes hard to remember to the query syntax to manually say: show me the documents where "foo" has some items in that list/array.
1 vote
- Don't see your idea?