Skip to content

Share your ideas with us

677 results found

  1. 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)
  2. 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)
  3. Don't show tab for collection with no differences when comparing

    If I compare databases with lots of collections in (say 40+) I am only interested in collections where things don't match so add an option to not show a tab for collections which match (save me going through lots of tabs looking for things that don't match)

    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

    planned  ·  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. Filter out identical fields when doing a comparison

    When comparing collection have a checkbox option that lets the user hide an fields where the values match in the results view.

    Basically, don't show me data that matches (that's not what I'm looking for), I just want to see what doesn't match

    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)
  5. Field renaming on import export

    When importing data I should be able to rename the column on my collection

    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. provide better support for GUIDs

    1. Enable entering new GUIDs in the "Insert Document" window e.g. { _id = $newGuid()$, data = "123" }

    2. Search by .NET GUID without going through query building e.g. { _id: NETGUID("f8169046-b83b-426f-a19e-c6792982ed8c") }

    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. PostgresSQL Array Export

    Will you be adding the ability to export mongo arrays to postgreSQL arrays or columns with JSON data?

    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 a report generating feature to the "Show DB statistics" menu item

    Currently, we can view some statistics of the DB and the Collections, but it would be great if we could export what is shown as a report.
    Also, it would be nice to be able to select multiple databases and collections to generate the report off of them.

    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)
  9. Add Support for Other NoSQL Products

    Would like to it support other NoSQL vendors, such as, MarkLogic, Couchbase, and Neo4j

    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)
  10. Confirmation when closing MongoChef

    When you have an Intellishell window open or multiple windows open, please ask the user if they are sure they want to close the application without saving or closing an Intellishell tab without saving. it's too easy accidentally close a 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)
  11. Native Windows Desktop App

    The JVM consumes a lot of CPU and RAM please do compile for a native 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)
  12. Change the default Sort Order on Exporting to Natural instead of Alphabetical

    As far as I know most uses for exporting would require the id as the first column, currently with the default sort as alphabetical it is always last.

    Using Natural as the default Sort Order would also feel more intuitive as the export would match what you see in the client.

    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. SQL Editor - Parse Pointers

    We are using (and I suspect several of your users are too) a self-hosted Parse server and Mongodb instance. The pointer columns are currently not being handled in 3T. Is there a way to join when working with Pointer columns?

    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. Add option to specify write concern

    Imagine you have a geographically distributed replica set with possibly bad connection between nodes. You want to import huge amount of data (around hundred of GBs), which is significantly larger than oplog size. If secondary members can't keep up replicating, they eventually become too stale and transit to RECOVERY mode, requiring manual intervention (initial sync or copying all the data).

    If there was an option to specify write concern in the connection wizard (or, alternatively in the import wizard), I would specify it to the number of members of my replica set. That would ensure that the import goes at…

    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. Query Based Export to SQL

    Update the Export Collection function to allow an export based on a query instead of the entire collection. In our case, exporting a large collection to SQL can take many hours when we are only interested in a small subset of data.

    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. bulk export from bookmarks

    I often have to export specific data from a number of different collections.
    It would be really helpful if i could just select a number of bookmarks and export from the queries all at once

    It would also be much more useful if the sort order was based off the query(Natural) instead of defaulting to alphabetical

    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. 3T SQL: Query on UUID

    Our collections are keyed by _id(Binary - .NET UUID)

    Ability to filter on this field via SQL WHERE clause.

    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. Add Quick Open shortcut for collections / tabs

    When working with a database, you usually know the names for most of your collections. Therefor it would be convenient to have a keyboard shortcuts for opening collections and tabs by name with a suggestion list (like how you open a file in Sublime Text/Visual Studio Code; Cmd-P), instead of having to navigate to the collection in the left pane or the tab in the tab list menu.

    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. Connect automatically to a specific/default connection on launch

    Be able to mark a connection as default and connect automatically when launching the app bypassing the connection manager.

    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)
  20. Don't block Query field while previous query is running

    When you just opening collection view - automatically shows few documents. If this collection sharded (sharding key is not _id) and documents are quite large - this operation may take some time. Meanwhile you could spend time writing your actual query, but now you just wait and then writing your query which may took another half minute or so.

    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