Skip to content

Share your ideas with us

723 results found

  1. 改进功能建议

    让查询的标签页内容收藏或存储到侧边栏形成一个可以自定义分类的树形, 用来快捷查询; 这样可以使软件具备除了管理数据的性质,还具备直接作为应用系统的能力.

    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)
  2. Variables in aggregation pipelines

    I have a few aggregations saved that I use for reporting. Sometimes multiple stages use the same dates (in my case, but could be anything) and it would be nice to be able to set a variable so I could save my pipeline with variable placeholders and then when I run the aggregation I don't have to update each instance of a date, I would only need to update the variable declaration.

    I could do this with nodeJS but I don't want to have to boot up a server to run a report when Studio3T makes everything else so easy

    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)
  3. Results to JSON View should use multi-thread processing

    Converting results to JSON View is painfully SLOOOOW!
    I suggest converting that process to multi-thread to utilize the other 7 idle cores on my machine.

    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. Add your project to transifex

    Transifex for universal language. Each user who speak a language could translate your software.

    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)
  5. remember the query before last close

    Make the tool remember the user input before close.

    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)
  6. Serial number in json view

    While viewing documents in json view it would be easy to identify start and end of a document if those documents are wrapped like robomongo.
    Example :

    ############# Start of Document 1

    {
    document 1 goes here
    }

    ############# Start of Document 2

    {
    document 2 goes here
    }
    ....

    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)
  7. Show a list of open tabs in the View Menu

    In the view menu there should be a list of all tabs currently open in the current window.

    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. Improve IntelliShell: Add "Duplicate Line"

    ⌘ + D Duplicate the current line

    (Below the existing one. Many development environments have this feature. It would be nice to have it in 3T)

    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

    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)
  9. Changing the IntelliShell Default

    I generally use the IntelliShell (as opposed to the Collection view); and I've always wondered why the default just:

    db.COLLECTION.find({})

    I almost alway end up typing db.COLLECTION.find({}).sort({'_id':-1}). I wish I could have this as a default instead!

    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

    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. Import/Export configure --batchSize

    Set batchsize on export form from server to server, or import from json.
    The problem is that when you have big documents (over 1MB), default export reaches the 16MB limit and stops.

    To be more specific, you should set the limit on how many documents should import/export.

    Lets say that you have 1000 documents export of 5MB each. You should be able to export 3 documents to another server in order not to reach the 16MB limit.

    So the progress should show some like: 3/1000, 6/1000, 9/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)
  11. Allow calling rs.slaveOk() on a connection

    Sometimes you want to connect to a hidden replica set member and perform queries on it.

    An example would be the inspection of a delayed member, which is set to "hidden: true" and "priority:0". https://docs.mongodb.com/manual/tutorial/configure-a-delayed-replica-set-member/

    This can be done via a mongo shell by executing rs.slaveOk(), which then allows you to perform queries on it.

    When connecting to a slave with Studio 3T, only the connection is established, but no database are shown.

    It would be helpful to add a menu item in the drop down menu of that connection labeled "Issue rs.slaveOk()", so that databases can be listed and…

    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)
  12. Add a "find by this _id" field

    just add a text field where i can paste an _id and hit enter to query by ObjectId

    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

    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)
  13. Modify GuidRepresentation at the server, database and collection level

    How can this be done? Tomasz Naumowicz at https://studio3t.com/whats-new/best-practices-uuid-mongodb/ states that "You can also modify GuidRepresentation at the server, database and collection level." - how? I don't see any way to do that. Help!

    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. Support UTF-8 and CJK characters

    I use studio 3T with imported Chinese characters connection strings, it shows in this :
    http://cdn-celia-io.oss-cn-shenzhen.aliyuncs.com/TIM%E6%88%AA%E5%9B%BE20180108104943.jpg

    Utf-8 encoding and CJK(Chinese Japanese Korean) characters support is important for us, thanks.

    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. Password authenticate application access

    Add the option to require a password to access Studio 3T when first started up.

    This gives a 2nd layer of authentication to gain access to live databases. Currently if a user can access a machine with Studio 3T installed with saved connections then they get full access to the live database.

    Security improvement

    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)
  16. I upgraded from 5.5 to 5.7, but it cannot open the TokuMX v1.5.0-mondodb-2.4.10

    Database error (MongoIncompatibleDriverException): Server at 166.111.7.173:30019 reports wire version 0, but this version of the driver requires at least 1 (MongoDB 2.6)

    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)
  17. License management system

    Hi, my firm started to use this product recently. It's not very comfort to do everything by mail. Is it possible to create some kind of license management system for the firm administration (like JetBrains for ex.). Thanks.

    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)
  18. 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)
  19. open the collection view directly from search box

    Hai, I don't know whether some one raised it or not, but i thought this gone be good one. in search box if we select a collection(say x collection), instead of just focus to that particular collection, directly view the collection(i mean if double click on the collection , entire collection data will be viewed). Sorry for my bad english.

    Means, I searched for "x" collection, i selected that collection in the search results. That is just highlighting that collection in the DB. Again i need to double click on that collection to view the data. if you remove that…

    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. do studio 3t support mongodb 3.6?

    do studio 3t support mongodb 3.6?

    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