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

All feedback

Showing 4010 of 4010

Mongoimport should support delimiter option when importing csv txt files such as |,: etc

Mongoimport should support delimiter option when importing csv txt files such as |,: etc Mongoimport ....... --delimitor :
Guest almost 5 years ago in Atlas Backups 1 Submitted

Set project limits in AtlasProject CRD

It would be great to be able to set the project limits (API reference: https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Projects/operation/setProjectLimit) in the Atlas Kubernetes Operator through the AtlasProject CRD. Spec...
Guest about 1 year ago in Atlas 0 Submitted

Operator opsManager.configMapRef as a secret

currently inside the mongodb Operator custom resource `MongoDB`, a configMap stores the orgId. e.g. ``` apiVersion: mongodb.com/v1 kind: MongoDB metadata: name: my-mongodb spec: ... opsManager: configMapRef: name: my-mongodb-ops-manager-diga-...
Guest about 1 year ago in Kubernetes 0 Submitted

Different networks support in Ops Manager

We need Ops Manager being able to manage our infrastructure architecture. We have a service network and an operational network. The servers, at the physical level, are located in the operational network with their domain (for example server_name*...
Guest about 1 year ago in Enterprise Advanced 0 Submitted

Change MongoDB Log Settings via API

You can set MongoDB log rotation for mongod process on project level in the Ops Manager through: Deployment -> More -> MongoDB Log Settings. However there is no option to set it via API. It looks like there is option to set this parameters o...
Guest almost 5 years ago in Enterprise Advanced 0 Submitted

Enable BigInt Support for Blockchain Use

Smart contracts on Ethereum and on Ethereum compatible chains are represented as 256bit integers. There are several libraries widely used to deal with these data types in JavaScript such as bn.js and BigNumber.js. A potential workaround could be...
Guest over 3 years ago in Storage & Transactions 0 Submitted

Allow queries with $search to be covered by the Lucene indexes without loading from disk in Mongo

If the fields to be filtered on or projected on are all in the Lucene index, it would give the best latency to be able to return the data from the Lucene index only, and not have to separately look that data up from the Mongod
Guest almost 5 years ago in Atlas Search 0 Submitted

Copy/Duplicate Cluster configuration

It would be really useful to create a new cluster based on an existing configuration. Snapshots are supposed to be loaded into clusters of the same configuration, but having to set up the configuration manually is prone to human error. Having an...
Guest over 3 years ago in Atlas 0 Submitted

Allow domain or URL for whitelisting

Currently Atlas IP Access List entries allow to specify only either a single source IP addresses or ranges of IP addresses using CIDR notation. It would be great if user can add a domain or url for whitelisting where the IP address or range is not...
Guest almost 5 years ago in Atlas 1 Submitted

Allow changing compression of an existing collection

I'd like to switch my database from Snappy to Zstd compression. Currently, it doesn't seem that it is possible to change the compression of an existing collection. It would be nice if there were a way to do this, even if (for example) it requi...
Guest over 3 years ago in Storage & Transactions 0 Submitted