Skip to content

Share your ideas with us

677 results found

  1. Support --nsFrom --nsTo

    When using mongorestore from a BSON file it's important to be able to map potentially different DB names. Supporting the --nsFrom/To flags would allow that. Currently this is possible with 3T if you're using the BSON folder but not with the file.

    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)
  2. add an option for a centralized connection repository

    It would be nice for teams if there was an option to utilize a centralized connection repository.

    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

    0 comments  ·  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. 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

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Improve the IDE with basic "standard" features (tab and wrap in quotes)

    I currently own version 5.3.5 and have been using Studio 3T since 2016 at the latest. One thing which is "minor" but keeps being a frustration is the lack of "standard" IDE functions which my other development tools have. It throws me every time I inadvertently attempt to use them in 3T and cannot.

    Indent Code. If I select a block of code and hit TAB I don't want to delete that block of code and replace it with a tab, I want it to indent it. and shift-tab to "De-dent"

    Quote wrapping. If I select some text and press…

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Add in the ability to not export the data but only the schema (CREATE TABLE) scripts

    I have been using the trial version of 3T Studio and think it is awesome. I am using it to see how easy it would be to migrate a MongoDB database (about 30 collections) to a SQL database. So far the export feature is working well, but I will be automating the data copy through an online service and what I really need is the Create Table scripts for MS SQL Server. For a collection with a million documents that make this impractical. I assume this would be an easy feature to implement, along with the ability to script multiple…

    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

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. relative date search

    it would be nice to search by a relative date.... ie last 60 minutes, 1 day, 1 month

    http://cloud.jsherard.com/be4ca869403e

    {modifiedDate:{$gte:new Date(new Date() - 60 * 1000)}}

    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)
  7. Have full explain support in aggregations

    Why doesn't the explain tab on the aggergation reflect the actual explain() from Mongo? When I explain() an aggregation from the mongodb shell, the explanation is different than the one in the explain tab.

    There is a greyed out box that says "Full explain is not available for aggregate queiries". Why is it not available?

    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

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Add contentType in metadata when using gridFS

    Per the gridFS Spec https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.rst#design-rationale the contentType field is deprecated in favor of adding contentType as a value in metadata. I think this is a change that should be made to 3T when uploading files to a gridFS bucket.

    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. Handle CosmosDB rate limiting

    CosmosDB is Microsoft's "cloud" database on it's Azure platform. Cosmos supports "mongodb" clients and for the most part is entirely compatible with Studio 3T.

    The issue is that CosmosDB is a rate limited database, and expects clients to retry queries (after a short period of time) when a specific error is returned. This shows up on low limit instances (which is common for development) when transferring data between collections/databases, so it would be great if Studio 3T could handle it.

    The error that is returned is error code 16500, message "Request rate is large".

    Information on handling retries can be…

    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)
  10. Allow saved sorting preferences for the connection window.

    In addition to the feature request for sorting connections by any available header (which looks like it may have been implemented?) I'd like to be able to save those sorting choices for the next time I load the connection window. Currently, the sorting order resets on each load of the connection window.

    I'd like to be able to sort on connection name, most recent connection, etc., and have that sort selection persist between multiple connection window loads.

    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

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Allow changes to font-size

    I've a high resolution screen, and this make viewing lots of data in the small font difficult. Having an option to increase the font-size would be great.

    Furthermore, thanks for your excellent product!

    7 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)
  12. make collection tabs easier to distinguish from other tabs, menu, etc

    Please add colored background, bold text, or some other way to visually pick out the collection tabs easier. Right now, they are under the menu, and above the user\database\collection list. They blend in visually too easily, taking more effort to jump to the collection you want to edit or view.

    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

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. JSON View: Have a proper JSON view

    The JSON view (including all the options) does not provide a real JSON output which could be copy/pasted into an editor without the need for extensive editing. For example:

    1. When there is > 1 document, results should be wrapped in an array.
    2. Numbers should not be wrapped in NumberInt()
    3. Documents should be comma separated
    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

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. rememeber current open tabs and reopen them after restart

    when I close studio 3T and have some open tabs just remember the open tabs and reopen these tabs after I open the studio again.

    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

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Quit without Saving (for power/expert users)

    It would be good if there was an option to quit Studio 3T, even if there are open tabs, without the prompt to save. I find myself opening up lots of tabs to do adhoc queries, but with no desire to save them. I know that I can select each tab and Control+Shift+W to close without saving, but if I have 20+ tabs open, and I want to exit quickly, I would have to Control+Shift+W 20 times.

    If, however, there was a tick box to say "Exit without saving" with an appropriate warning, then I could simply quit the app…

    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

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Add an auto-refresh timer to Collection Tab

    When viewing Current Ops there's a way to set a refresh interval. I'd like the same for the Collection Tab.

    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

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Favourite queries

    Add ability to have "favourite queries" per connection. Currently we can create bookmarks but in order to execute the query we need to:
    1) find the database in the list
    2) find the collection in the list
    3) open collection tab
    4) Execute the bookmark

    Proper solution would be that after connecting to the server there would be some view or context menu allowing to execute "favourite queries" without the need to find db and collection.
    Our server contain many databases. Most of the databases contains many collections too so it's painfull that in order to execute "favourite query" (…

    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)
  18. 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

    0 comments  ·  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. Intellisense for SQL in Studio3T for mongoDB

    You have developed an excellent SQL feature! It would be much more useful to me if you added Intellisense tips as you type SQL query.

    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

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Please check clipboard contents to see if its a valid JSON aggregate query

    Please check clipboard contents to see if its a valid JSON aggregate query.

    Its a pain to have to add the 'db.getCollection('xxxx').aggregate(My Clipboard Conents) before I use your paste function. This my second request for this change.

    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

    0 comments  ·  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