Skip to content

Share your ideas with us

720 results found

  1. Ability to group databases into folders like dev/uat/prod/private

    Provide ability to group databases into folders. similar way as tortoiseHG workbench does. I can create folders like DEV, UAT, PROD or PRIVATE and drag and drop my database there.

    9 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. 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)
  3. The ability to merge a csv file into an existing collection

    Here's the use case:
    I have a collection that has an _id column.
    I populate a csv file with those _id's.
    I add columns (or change existing column values) inside the spreadsheet.
    I can then 'merge' that csv into an existing collection using the _id as the key - appending (or changing) data to that record - essentially a db.collection.update command.

    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)
  4. 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)
  5. 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)
  6. 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)
  7. Add support for basic SQL group by operations and joins in the SQL Console

    I know that you are currently working on expanding the SQL support but if it had the ability to support count(*) and GROUP BY being translated into Aggregation Framework commands and support for joins via $lookup in the new SQL console support in 5.3 it would totally rule.

    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

    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)
  8. Comparison and Schema Analyzer should ignore order within array

    what the title says :) would be costly yet useful when trying to compare collections. We would like to see 'green across the board' instead of yellows due to different array order

    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. Image URL rendering in UI

    Our company often works with visual data, so when an image URL is stored in a MongoDB, it would be great if we could choose to view that image URL in 3T as a rendered image.

    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)
  10. 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)
  11. 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)
  12. 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.

    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. Pagination in users tab

    Currently only first 100 users are shown.

    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

    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)
  14. Allow Shortcut to export collection to same database/collection name on a different server

    It would be great to have an option to just be able to select a destination server in the "To another Collection" flow (whilst retaining the existing behaviour as another option).

    Use case:
    90% of the time, I wish to copy the contents of a collection on Server A onto Server B (in the same place)

    e.g. ServerA mydatabase/collectionname => ServerB mydatabase/collectionname

    Currently, you have to:
    - Connect to the server
    - Find the database
    - Find the collection within the database

    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)
  15. Data compare overview ignores 'Compare fields' ignore list

    If you add some fields to exclude to the comparison, the Overview tab still shows:

    Identical documents: 0
    Different documents: 175237

    But when I view the Differences tab - none of the fields are highlighted (the differences are only in the ignored fields)

    I'd like to be able to see how many documents are considered the same, perhaps with an additional count.

    Identical documents (excluding ignored fields): 1000

    Perhaps the Differences tab should also have another checkbox, under the Show options?

    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. Configure Data Comparison colours

    The 'differences' colour of yellow is really difficult to see on my terrible work machines... It would be great if we could configure these to make them stand out more

    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. Exporting & Importing collection containing json with one of value as binary data then imported as string

    While exporting & importing collection containing image as base64 binary data then it imports as string ""

    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. Please create support to understand "$match" like $match on copy/paste aggregate script

    Please create support to understand "$match" like $match (and other) on copy/paste aggregate script

    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. Replicaset and Shard Management

    Would be cool to have ability to manage completely RS, creation,add members, remove members, stepDown Primary, change priorities etc. Similar for Sharding...creation, shard key management, members removing, chunk overview, chunk managements.etc etc

    10 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)
  20. [Bug] In aggregate window, I cannot use " * " character in pipeline stage

    [Bug] In aggregate window, I cannot use * in some command. E.g $project:{

    hkDate: {
    $dateToString:{ format: "%Y-%m-%d", date: {$add:['$lastUpdate',10006060*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

    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