AdminAndrew Davidson (VP, Cloud Products, MongoDB)
My feedback
180 results found
-
3 votes
An error occurred while saving the comment -
3 votes
An error occurred while saving the comment Geoffrey, I completely agree--we owe updates to you and our broader customer base and have fallen behind in some cases and your post here helps us do better. We will be in touch to have a more comprehensive roadmap conversation with you
-
16 votes
An error occurred while saving the comment Hi Brian, Geoffrey, thank you for suggesting this. It's something that hasn't been high on our radar yet since it's rare that customers request >100 DB users: I can certainly understand the interest in this capability however as I know what it's like to need to go beyond soft limits with cloud services. I could see this becoming something accessible via the administrative API eventually.
Geoffrey, for what it's worth custom roles are only *applied* via particular database users which as you describe, can in turn be applied to particular clusters in the project: as a result this opens up a lot of flexibility. I am very sorry to hear you feel this has driven you to utilize multiple projects--we will be in touch with you to learn more
-
1 vote
An error occurred while saving the comment Hi Pierre,
This is actually possible today if you use Atlas Data Lake's little-known data federation capability to essentially build a federated database that environment: it can even go cross-cluster if you can believe it! We're working to make this more discoverable in our UX
Cheers
-Andrew -
6 votes
An error occurred while saving the comment Hi Joël, we are looking at how to close these gaps, particularly alerting, in the run up to GA: please accept our apologies for the delay
-
3 votes
An error occurred while saving the comment Hi Pavel, One thing to consider is actually to use Atlas Data Lake to build a federated layer into an *Analytics* node on a cluster and then authorize a DB user to only that Atlas Data Lake env
-
2 votes
An error occurred while saving the comment Great concept Steve, for what it's worth you can self-manage the mongomirror util to do this today; we'd love to eventually do this via the API
-
1 vote
An error occurred while saving the comment Hi Om,
It goes without saying that this is very concerning to hear: data integrity is the top priority for any database. Have you opened a support inquiry? It's vital that we get to the bottom of what happened. (I wonder if you may be seeing the same data you loaded sorted in a different way than you expect and may be interpreting that as a jumble--it's important we help you confirm)
-Andrew
-
2 votes
An error occurred while saving the comment Hi Jimmy,
Thanks for the enthusiasm here: We tend to add new regions in batches every few months and Azure Sweden launched right after our last batch. We look forward to bringing this new region online in the early spring! You can start in any other Atlas region and move with no downtime to Sweden on Atlas when the region is available.
Cheers
-Andrewe -
1 vote
An error occurred while saving the comment Hi Kamhar,
Can you please help us understand: what does this have to do with Ubuntu? Are you missing an IP access list entry? Have you reached out to support for help?
-Andrew
-
1 vote
An error occurred while saving the comment Hi Norberto,
Atlas allows you to determine the priority order of your regions (drag and drop to your preferred order) so that you can make the first two regions the ones you run your application servers in and continue to have the third region participate in elections.
-Andrew
-
3 votes
An error occurred while saving the comment Hi Stephen, Out of curiosity are you using the in-mem engine in a self-managed context and actually seeing performance benefits worth aiming for in Atlas? In general we just haven't seen the demand without enough value delta but I want to make sure we hear about your experience. Thanks -Andrew
-
2 votes
An error occurred while saving the comment Hi Jothibasu, The new Latest/auto-upgrade path is an alternative to the annual LTS path, and in hat path you cannot stick on a specific rapid release like 5.1. So either you want to stay on 5.0 and then 6.0 comes out next year, or go on the Latest/auto-upgrade and go 5.1 to 5.2 to 5.3 etc to 6.0 automatically. -Andrew
-
1 vote
An error occurred while saving the comment Hi John,
While it's not a best practice (which is why Atlas discourages) you can in fact combine multiple CIDRs to achieve 0.0.0.0 e.g. by adding two rules: 0.0.0.0/1 and 128.0.0.0/1
I suggest doing this only if you're certain you've got appropriate key management hygiene in place and ideally only for testing
-Andrew -
1 vote
An error occurred while saving the comment Hi Kushal,
The MongoDB driver should automatically find the nearest (by latency) mongos and use that for its connections. Have you actually run into issues where this wasn't happening, or are you speculatively looking ahead to avoid issues?
Either way I'd like to get a product manager in touch with you
Cheers
-Andrew -
2 votes
An error occurred while saving the comment When Google Cloud expands there we look forward to supporting Atlas there! We're in South Africa on GCP and Azure today
-
1 vote
An error occurred while saving the comment Hi Albert,
Can you add some color here on the use case: why can't you do this today? Anyone can come to Atlas and deploy a cluster when they need to any time. I suspect you have something more specific in mind when you say "burst" ?
Cheers
-Andrew -
3 votes
An error occurred while saving the comment Hi Xavier, One thing to consider would be to manage this level of customization via Vault: we offer a secrets engine integration for MongoDB Atlas https://www.vaultproject.io/docs/secrets/mongodbatlas
-
1 vote
An error occurred while saving the comment Hi Andre, Assuming you're talking about using this for alerts, Atlas does support generic webhooks as an alert destination today, please see https://docs.atlas.mongodb.com/tutorial/third-party-service-integrations/#std-label-third-party-integrations
Cheers
-Andrew -
Functionality to have Atlas Data Explorer display the size of the largest document in the collection
1 voteAn error occurred while saving the comment Hi Harshad,
Can you share a little more detail about what use case you have in mind? Largest can be a vague concept: do you mean in terms of simply the raw data size?
This was one of the key reasons we built mongosync https://www.mongodb.com/docs/cluster-to-cluster-sync/current/reference/mongosync/ !