Skip to content

Share your ideas with us

75 results found

  1. Column Suggestions

    Similar to hints with a list of columns in toad and sql developer, column suggestions when typing out the query would be a great addition.

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 13 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Dropbox Support

    Folks, I have 3 different workstations (work, home, laptop) which i'd like to keep in sync as far as mongo clusters I work with. Any future work for keeping a config in Dropbox? or tell us the directory to sync, and we'll symlink ;) Thanks!

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Bring the Update dialog to the front

    When I start Studio 3T and there is an update ready, the dialog that tells me that an update is ready always goes behind other windows on my machine. Consequently I end up wasting time waiting for the app to load because I'm thinking it's doing something when it is in-fact waiting for user input.

    I'm using Windows 10 and the latest version of Studio 3T.

    Can this either not be a modal dialog (i.e. an option on the Studio 3T UI) or a modal dialog that is forced to be the top-most window being displayed. At the moment, it's…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Query builder doesn't respond when some execution is already in progress

    Open any collection--> While the data is loading, try typing something on "Query" or "projection" section. It doesn't allow. In fact the background processing is blocking the UI thread. Mongodb Compass has done pretty well in this. Contact me if the issue still not clear.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Copy and Paste shortcuts are inconsistent with Dvorak layout.

    On a Mac, and possibly in windows as well (but have no verified), the copy and paste shortcuts are inconsistent. From IntelliShell and other large text areas, Cmd+C/V work as expected. But in the smaller text boxes, such as the Query, Projection, etc input areas, I have to use Cmd+J/K (the physical key locations of C and V in the qwerty layout). This bug has been around since the product was called MongoChef

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Show the current elapsed time when running big aggregations.

    It currently only shows the elapsed time when the query is complete.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Thanks a lot for making this suggestion. It’s a nice idea, and would probably apply to any long-running query in Studio 3T.

    We’ll investigate and endeavour to include this improvement in an upcoming version of Studio 3T.

  8. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Allow to select folders for import

    I'm a data science student and one of my use-cases is importing 100,000 small json files in nested folders. I copied them all over to one folder but selecting all of these files tends to lock up the GUI. It would be nice to be able to select a folder for imput.

    Thank you

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    under review  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. generate random password for Add User and export user connection URI

    Add a generate random password button for "Add User" popup.

    After the user created, give us option to export the connection URI for this user. Right click to user and "Export URI" option.

    Example: "mongodb://newuser:newpassword@host:port/userauthdb"

    13 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. vagrant, docker

    How to connect to mongo inside a Vagrant or Docker,
    this I could not find in your documentation,
    I have googled all over the web, in Vagrant website, in slack, in anything that google shows, and for some reason I cannot get it to work.
    I have tried to use "forwared_ports" for vagrant normal, or tcp and udp, and still no connection.
    the only thing that I could use was using SSH connection,
    I would be very good to have a post here about how to accomplish this.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. High-DPI for Linux

    I have a 4K monitor and develop in Linux, so all of the text is very small. It would be nice to have High-DPI support for Linux, thanks!

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. limit time

    Hi there,
    It would be nice if I can limit the query execution time to my query like this before launching the query.

    https://docs.mongodb.com/v3.0/reference/operator/meta/maxTimeMS/

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. UI Index Statistics

    with a query like this

    db.Collection.aggregate([ { $indexStats: { } } ])

    we can get index statistics. it would be great to have ui with nice display for it .e.g. "last used"

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Icons are not differential enough

    They are all black and white. It's not as intuitive as Robomongo to tell the difference between an object, array, and field element.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Mongostat integration

    Would be nice to be able to launch a window with mongostat running against a connection

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Create the ability to run a script against serveral servers at the same time

    The scenario is running a script to create a user on several test servers. It would be nice to be able to run a script on multiple servers at the same time.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Mindmap like schema planner/visualitation

    Make an sort of mindmap of your db collections/schemas so you can connect fields to each other. And have an visual look at youre db.

    Example: http://s29.postimg.org/in7895ckn/B362c.png

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    under review  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. When greating an index show percentages (..%)

    When greating an index show procces (..%) in the lowe bar it now says: Building index. You may close the tab blablabla.

    Now i need to go to proccesses to see how far the index is build

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. let the middle mouse button click on collection in explorer, open IntelliShell Tab

    let the middle mouse button click on collection in explorer, open IntelliShell Tab. IntelliShel default input "db.<CollectionName>"

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    under review  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base