Share your ideas with us
711 results found
-
[Aggregation Editor] Don't ask for resetting to stage template when switching databases
I often find myself wanting to run the same aggregation against different environments. To do that, I create the aggregation against one of the environments, then connect to the second one and change the target database in the aggregation editor (via the server/database/collection dropdowns).
Since the introduction of the 'Overwrite Specification' modal, changing the server, database or collection shows the 'Would you like to overwrite the current code with the template of selected operator' modal for ALL stages in the aggregation. This MASSIVELY interrupts the workflow and should be considered a bug.
1 vote -
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 -
Enhanced static checking in Intellishell
The scripting process in Intellishell would be MUCH faster with static checks that identifiers have a value.
For example the editor does catch the following very, very common mistake;// declaring some variable
const someVar = db.getCollection('someColletction').findOne();
// erroneously referencing some other (undefined) variable since the user misspelled it
print(someVarr);Even worse, the misspelled identifier could have a value stored in the interpreter (from a previous execution) even if it doesn't appear in the current version of the script. This is a problem since the code could actually execute, and dangerously give unexpected results (for example, the user updates documents…
1 vote -
Team communication management
Would be great to be able to pass records/data/fields/values between team members, instead of playing "broken telephone" when passing details on other channels.
1 vote -
Schema diagram
A schema diagram generator to graphically depict and visualize collections, their objects, indexes and relationships.
2 votes -
3 votes
-
Allow updating just one field on import with custom text.
Right now you can update just one field with the same value using the $set function but using import, it should allow to update a specific field of all the records without touching the other fields.
1 vote -
Add a query builder for aggregation stage 'lookup' sub pipeline
The new lookup stage supports the sub-pipeline. When deeply nested, it's very difficult to read the query in a small window. 'lookup' stage needs some improvement in UX.
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 -
Make fs.files (and fs.chunks) data deletable with a task if the _id is not referenced in any collection
Make fs.files (and fs.chunks) data deletable with a task if the _id is not referenced in any collection and run it every day part of scheduled task within 3T.
1 vote -
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 -
Cloud access and security
Have the ability to save, access your queries and history, connections and scheduled tasks from anywhere.
2 votes -
Open export to SQL feature in free versions
I need to understand and check how free version works for SQL export lets say mongo to postgres
1 vote -
view -> zoom -> 150 %
I would like a zoom function so that I can have everything in studio displayed larger.
Or a functionality like in most windows and browsers: Ctr+ ==> larger view3 votes -
Aggregation pipeline usability improvements
The visual aggregation builder is awesome and very helpful if someone wants to debug an aggregation pipeline. For big pipelines though, creating every stage independently is really time consuming and I personally find myself finding workarounds to avoid re-creating the pipeline.
My suggestion is to add the ability to create the different stages for a pipeline by simply copy-pasting a valid one.1 vote -
Evergreen Installer
I appreciate all the work 3T is doing to improve the product, but it feels like there is a new version to install every time I open the app.
I know it's not a negligible effort, but it would avoid a lot of user frustration if you had an evergreen installer that hot swapped modules without a full-blow install every time.1 vote -
Grouping of Tabs based on some name(JIRA ID)
Hi,
On regular basis I spend lot of time on DB for investigating multiple JIRA simultaneously.
Some this when I am working on a JIRA, in mid of investigation i used to get PROD issue which takes highest priority.
The PROD bug and previous JIRA the one I am working may be related same collections(which are around 10-12 collections).
By the time i resolve PROD issue, I end up with opening same collection multiple times with different query results.
I need to go through each collection and its query to make sure which window should be close and which window…1 vote -
Export Oracle SQL Subquery into Mongo Aggregation Query After Migration from SQL to MongoDB done
Hi Studio 3T Team,
I notice that this IDE have a powerful feature that can migrate from Oracle SQL Database into mongodb Database collection and can also using custom SQL Query code, but my point is
after the migration done we also want to see the mongo aggregation query that has been converted right after this migration process done, it will be more powerful if we have this kind of feature , can we have it ?3 votes -
Make the script save functionality more powerfull to store frequent queries AND DASHBOARDS linked to specific databases an collections
Make the script save functionality more powerfull to store frequent queries AND DASHBOARDS linked to specific databases an collections
1 vote -
1 vote
- Don't see your idea?