Share your ideas with us
726 results found
-
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.
-
do not pack the windows installer into a zip archive
the compression is negligible and we have to do another step to install updates.
2 votes -
fix the loading of stored queries with value type "Undefined"
My query is: { "ArrayField": { $ne: [] } }
I saved "[]" as value type "Undefined".
When i load the query, i get this:
{ "ArrayField": { $ne: true } }2 votesThank you for your feedback. We’ll look into this ASAP. Please subscribe to this topic by commenting or voting for it to be notified about updates to this topic.
-
Remove confirmation popup '3213 documents removed' after 'Clear collection'
Remove confirmation popup '3213 documents removed' after 'Clear collection'
2 votesThank you for your feedback! We are thinking about adding a “don’t ask me again” check soon.
-
Option to disable some confirmation popups
Option to disable some confirmation popups like those """Delete document "32323" ? """
[ x] Don't ask for confirmation on delete Document
2 votes -
Debug map/reduce jobs
I would love if there was some way to put breakpoints in my map reduce code and step through it. There is no question that this would convert me into a paying user.
2 votes -
quick check environment
Be able to run a session/script in an isolated, temporary, volatile subset of the whole database/collection for quick PR & testing.
2 votesThank you for your feedback. Could you let us know a little bit more about the use case you have in mind? Would maybe an easier way of creating a duplicate collection with a subset of data be helpful?
-
2 votes
Thank you for your feedback. What kind of db script do you have in mind? Do you maybe want to export the schema and the data so that it can be used somewhere else, with another mongodb database?
-
Add shortcut to multi-line query editor
Possibly the MOST FREQUENT interaction I have in Studio 3T is entering a query in the Query box.
This is frustrating: the font used in there is not a monospace font and so some characters may be confusing (what is this UI?… Windows 95?); and there is no shortcut to the much more usable multi-line query editor (as far as I can see from https://studio3t.com/knowledge-base/articles/hotkeys/). So if I want to work on a query of any complexity, I need to carefully pick the teeny-tiny multi-line-query button to the right of the Query box.
Would LOVE to just have a…
1 vote -
A button in de view where you can close al expanded records
Would be handy to have a button in the record view to close all expanded documents whith one button strike.
1 vote -
Collection Query Result tab does not respect 2 spaces per tab setting
Collection Query Result tab does not respect 2 spaces per tab setting
The "Results" tab uses 4 spaces to display the query result.
There is a setting in the Appearance section for the Editor (IntelliShell only?) to use 2 spaces. It would be nice to have either a 2nd setting for the Result tab of a query to use 2 spaces instead of 4 - or let the Result tab use the same setting as the "Editor" spaces per tab setting.1 vote -
collection tab mouse hover show connection name too
as of now when we mouse hover on collection tab we see
Database
Collection Name
could you please add connection name, we might have same collection in different environments like dev, qa and prod1 vote -
Group Aggregation Stages
I have Documents with a lot of references to other collections. When running reports I need to do many lookups and unwinds. It would be nice to be able to group these stages in the list so I can hide/show them at once.
It would also be nice if we could (de)activate the group as a whole. Use case would be trying multiple different methods consisting of multiple stages to search/process the data and being able to easily swap between the two methods.1 vote -
Open GridFS buckets without initial query
When opening a GridFS bucket by expanding the "GridFS Buckets" folder in the open connections tree and double-clicking on a bucket, an uninterruptible query immediately begins and there is no way to stop it. For collections with millions of files, this can take a really long time (many minutes) when all you want to do is find a file by Id or Filename (both default indexed fields). Once the tab finally completes the initial query, searching by id or filename is quick as expected.
I am aware that I can open the bucket's ".files" underlying collection and just query that…
1 vote -
IntelliShell function to display results in named tabs
I use IntelliShell to search, lookup, filter documents from different collections. Right now I use
let docs = find(...).toArray()
and then
printjson(docs)
to output documents. Studio 3T then picks up documents and show them in separate Shell Output tab.
It would be nice to have function like showInTab(docs, 'tab name').
1 vote -
Fix usage of null values in query builder drag and drop functionality
When i drag a field containing "null" as value to the query builder, the query value switches to empty string.
What i except as the filter:
{ "myField" : null }What the current query is:
{ "myField" : "" }1 vote -
Persist "show keys"-Setting
Above the TableView, you can select, if you want to show keys in natural or alphabetic order.
This setting switches unexpectedly, i could not recognize a pattern.
In my opinion: When i switch to alphabetic sorting, it should stay alphabetic (and not switch randomly to natural order)
1 vote -
Show collection field names in DB explorer
It would be nice to be able to click on the collection name and have a submenu like there is for indexes, and show the field names.
1 vote -
add refresh capability on "Edid Document" view
add refresh capability on "Edid Document" view
on Edit document control+J View we need to be able to hit control+R and a refresh button so we can refresh the data in there without having to exit, refresh rows, and repeat to see changes. This would save me a lot of time :)
great product tho thx!
1 vote -
Copy and Paste of Array fields
In the TreeView:
When I select an array item and then choose "Copy Field" from the context menu, I find "Paste document(s) in the context menu.
But I don't want to copy the whole document.
Instead I wish there was "Paste field" which let's me add a copy of my original field to the same (or another) array.
1 vote
- Don't see your idea?