Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Compass

Showing 497

implicit cast based on validation schema

When importing json data containing an ambiguous type (e.g. 0, which can be a double or int32) with a collection that has a validation schema[1] set for a specific type (e.g. double), the server should reference the schema to resolve the type to i...
Guest almost 2 years ago in Compass 0 Submitted

Take too much time preloading database statistics

As you can see, My MongoDB instance has over 10K databases and over 400K collections, Every time I connect to it with Compass, I have to wait for more than one minute before Compass is ready to use. This 'collecting information process' is unneces...
Guest almost 4 years ago in Compass 0 Submitted

Change stage width in Aggregation pipeline

It is a pain not to be able to increase width of each stage
Guest over 5 years ago in Compass 0 Submitted

Seprate tabs for connections

Seprate tabs for different mongodb connections within a single workspace. Instead of opening up two different windows.
Guest over 5 years ago in Compass 0 Submitted

Let detach mongoh terminal/console

In case we have two monitors, I think is valuable detach the mongoh terminal/console in one explicit window to move it to other monitor. Of course, the option to apply the inverse should be available too. Thanks for your understanding.
Guest almost 4 years ago in Compass 0 Submitted

按照当前的查询语句及索引生成查询优化建议

No description provided
Guest almost 2 years ago in Compass 0 Submitted

Add a "expand all" button in front a of a document

The idea is to be able to see a document completely with a single click. When a document has a lot of arrays and object it's very long to drill down to find correct data.
Guest over 5 years ago in Compass 0 Submitted

Add the possibility to export a pipeline to java using Spring Data MongoDB

Spring Data for mongoDB support aggregation for use with their MongoTemplate, and it is less verbose and more readable than an aggregation to use with MongoClient. It would be nice to be able to export a pipeline to Java language for this framewo...
Guest almost 2 years ago in Compass 0 Submitted

I would like to be able to export an aggregation pipeline to Kotlin

No description provided
Guest almost 2 years ago in Compass 0 Submitted

Evalute numbers as 64bit instead of 53bit of JavaScript

Compass seems to evalute everything with JS, so if you enter {um:-2583493467308876869} it will treat the number as -2583493467308877000 and of course won't find what I'm looking for. So the fix is to use {um:NumberLong('-2583493467308876869')}, w...
Guest almost 2 years ago in Compass 0 Submitted