MongoHQ releases SSD powered databases, autoscaling beta
blog.mongohq.com
MongoHQ releases SSD powered databases, autoscaling beta
1–10 of 28 posts
Re: MongoHQ releases SSD powered databases, autoscaling beta
#2And the plans also start with so little space
Re: MongoHQ releases SSD powered databases, autoscaling beta
#3Can somebody explain why mongodb storage space is always so expensive and limited on mongodb hosting services? (Not just these SSD plans) And the plans also start with so little space
Re: MongoHQ releases SSD powered databases, autoscaling beta
#4For example, you can get a 2 core, 2GB memory, 20GB of SSD backed storage from DigitalOcean for $20 a month. So, buying three VM's from Digital Ocean for a replica set is a total of $60 a month. Essentially the same thing at MongoHQ is $500 a month.
I completely understand that you pay more for using a PaaS, but that much more?
Re: MongoHQ releases SSD powered databases, autoscaling beta
#5Can somebody explain why mongodb storage space is always so expensive and limited on mongodb hosting services? (Not just these SSD plans) And the plans also start with so little space
Because it's more profitable for them to charge more.
The number of times I've seen a database go down in production either because it's solitary mirror failed with no one noticing or because it wasn't consider "mission critical" enough to have a mirror... you're not just paying for the hardware, you're paying for the guys managing the hardware. If you're a company with databases and you don't have someone on staff whose primary job is making sure your databases still exist from day to day, one day they won't.
Re: MongoHQ releases SSD powered databases, autoscaling beta
#6By default Mongo uses MD5 for password hashing (with username as seed) so it's not secure to use it over a public network.
(if your server is co-located on the same network as MongoHQ then you can probably hack it using network access rules)
Re: MongoHQ releases SSD powered databases, autoscaling beta
#7Earlier quoted context omitted.
Because it's more profitable for them to charge more.
And they're catering to people who either (a) don't know how cheaply you can run a database or (b) know how expensive it is to run a database well . The number of times I've seen a database go down in production either because it's solitary mirror failed with no one noticing or because it wasn't consider "mission critical" enough to have a mirror... you're not just paying for the hardware, you're paying for the guys…
Re: MongoHQ releases SSD powered databases, autoscaling beta
#8Re: MongoHQ releases SSD powered databases, autoscaling beta
#9Re: MongoHQ releases SSD powered databases, autoscaling beta
#10MongoHQ is awesome, and their control panel is hands down the best of the MongoDB PaaS, but their pricing is cost prohibitively expensive. For example, you can get a 2 core, 2GB memory, 20GB of SSD backed storage from DigitalOcean for $20 a month. So, buying three VM's from Digital Ocean for a replica set is a total of $60 a month. Essentially the same thing at MongoHQ is $500 a month. I completely understand that yo…