Skip to content

Compass

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

392 results found

  1. Possibility to set variables used in pipeline stages

    Hi !
    It would be really handfull to have the possibility to use variables in the pipeline stages:

    var userId = ObjectId("5f61dfadc1e8960001700da8'")
    {
    $match : {user.id : userId}
    }

    for complex queries, it would avoid having to modify the id at each stages.
    Thanks !

    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. Support RHEL 6 or CentOS 6 in Compass

    Support RHEL 6 or CentOS 6 in Compass

    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. Cmd/Ctrl + Enter to Submit Query

    After typing a custom query / filter, pressing Ctrl/Cmd + Enter should execute the query.

    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  ·  General  ·  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. 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

    0 comments  ·  General  ·  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. Provide an UI option to limit Compass to a single database connection by setting the maxPoolSize to 1 in the driver

    There are some authentication setups in the field that require customers to approve every attempt to use their external credentials (such as LDAP passwords) via manual interaction with an MFA vendor's app (a good example would be Okta Verify).

    When the driver has a connection pool greater than 1 (the current default is 10), it may spawn additional connections to the database without letting the customer know. This may result in authentication failures for the various commands - if the customer misses the MFA prompt on their device.

    The current solution is to set the maxPoolSize=1 option in the connection…

    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

    started  ·  0 comments  ·  Connectivity  ·  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. Allow to specify options while creating Text Indexes In Compass

    Currently, you cannot specify options like "language_override" and "default_language" while creating Text Indexes in Compass. This is a feature request to allow specifying options like "language_override" and "default_language" while creating Text Indexes In Compass.

    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  ·  Indexes  ·  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. Touching a collection on the left hand side, wipes out your work in aggregations with no warning

    Touching a collection on the left hand side, wipes out your work in aggregations with no warning

    When using aggregations and you are busy with your pipeline(s)

    If you left click on any of the collections on the left panel, 

    It wipes out your work on the aggregations (no warnings at all)

    [Yet when we paste in an exported version of the pipeline it gives a warning]

    This makes it hard to teach people how to use aggregations, as they have to treat the left hand panel like a land mine (and all they wanted to do was to look…

    15 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

    4 comments  ·  General  ·  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. Hover over object ID should display OID date

    People are migrating away from a "created at" date because it's stored in the OID. However, there's currently no way to view that. Most other tools allow you to see it when you hover over it.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 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 customers to copy a pretty print formatted json

    Currently when copying a document from MongoDB compass, the copy button will put the stringified json onto your clipboard. However, the text that is copied omits whitespace. As such, if I want to make the json more human parsable, I need to visit a website like jsonformatter, paste the document, then recopy the cleaned json doc.
    Would be nice if we could specify whether to copy w/ or w/o whitespace formatting.

    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

    0 comments  ·  General  ·  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. Respect custom roles/Specific Privileges

    Currently Compass does not respect collection privileges properly. If you limit access to a particular collection in a DBuser assigned role or specific privileges it shows you no collections.

    I have confirmed this with customer support as demonstrated in the file attached.

    This is very strange to me, and I don't know why this fairly simple functionality isn't there.

    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  ·  General  ·  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. App Freezes on Some Aggregation Queries

    When I accidentally write a $lookup pipeline query with non existing field name the application crashes. I think this bug is very annoying.

    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)
  13. Aggregation pipeline stage metrics

    We are working on a pipeline Query, Its taking good amount of time. We have lot of stages. it would be good we can get know which stage is taking more time.

    Is there any way we can get the stats of each pipeline stage like approx duration, no of a document?

    is there a way we can identify how much CPU or memory that entire pipeline took?

    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)
  14. mongosh should be its own tab at the top with output options

    I hate how mongosh is at the bottom. It makes it rather hard to see the results as it involves lots of scrolling, I end up having to write a js file and using mongosh in the terminal.
    It would be good if it was it's own tab at the top and give options to view the output differently.
    The best example I can give is how the robo3t does it. When the data can't be viewed as a tree or table, it just outputs it in text mode.

    Something like this is super handy for developers and makes it…

    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  ·  0 comments  ·  General  ·  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. Don't search for entire document set of a collection on a new tab by default

    When I want to search for documents of a collection I select the collection on the left pane and then a new tab is opened, that shows information as seen in picture big-collection.png.

    However, the problem with this default configuration is that is searches for the entire document set to display the information Displaying documents 1-20 of 1183373. The executed query is:

    {code}
    {
    "appName": "MongoDB Compass",
    "command": {
    "aggregate": "progress",
    "pipeline": [
    {
    "$match": {}
    },
    {
    "$skip": 0
    },
    {
    "$group": {
    "id": 1,
    "n": {
    "$sum": 1
    }
    }
    }
    ],
    "hint": "
    id_",…

    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. New Pipeline From Text tool should be more flexible

    In Compass' "Aggregations" tab users can select the option "New Pipeline From Text"

    This accepts pasting in a pipeline like:

    [
    ....
    ]

    However, it doesn't accept pasting in a pipeline with the original variable definition, like:

    var mypipeline = [
    ....
    ];

    This is an annoying paper-cut when people are pasting in a pipeline they've previously been editing/using somewhere else. For an example, see the 'var pipeline = [..];' copyable code snippet in the Practical MongoDB Aggregations book at: https://www.practical-mongodb-aggregations.com/examples/foundational/filtered-top-subset.html#aggregation-pipeline

    The tool should allow a variable definition to precede [...], where the variable can have any name and may…

    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. Display Documents within a Frame

    When clicking on a large collection (or running a long-running filter), the Documents are loaded within the main window and prevents the users from performing any other operation. By displaying data within a subframe (like for the aggregation pipeline builder), users can continue to work without waiting for the documents to load.

    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

    under review  ·  0 comments  ·  General  ·  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. Cancel a Preview Operation in the Aggregation Builder

    Currently, to cancel a preview operation in the aggregation builder, we have to close the tab and open a new tab, losing any changes to the aggregation pipeline if it hasn't been saved. Making a Cancel Operation feature to stop the Preview would allow the user to continue within the same 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  ·  General  ·  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. Add OpenSSH config and auth agent support

    I have to use a vpn which forwards into a proxy to connect to my mongo cluster.

    My PC => VPN => Bastion Host => Mongo Cluster

    This is very easy to do using OpenSSH configs in other tools but compass does not support this option.

    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  ·  Connectivity  ·  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. real time connectivity metrics

    Hello,

    in order to perform more accurate analysis, it would be helpful if the "RealTime" section is filled with more information.

    For example, the possibility to track from where which connection originates, at time X ( preferably in the past).

    Best regards

    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  ·  Connectivity  ·  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?

Feedback and Knowledge Base