Cloud costs are in a bubble
the-investing-desk.com
Cloud costs are in a bubble
1–10 of 103 posts
Re: Cloud costs are in a bubble
#2The mongodb pricing page says one can setup a M10 instance for $57/month. [https://www.mongodb.com/pricing]
Racking up a $2500/day bill is several of magnitudes off - there’s nothing in the article to help put the workload in context.
I have zero interest in mongodb, as a stock or a technology, but this article doesn’t help to actually determine anything about cloud costs. (Lack of data points, irreproducible method and conclusion)
Re: Cloud costs are in a bubble
#3Re: Cloud costs are in a bubble
#4Hard to confirm the article and the tweet. The author should provide the exact details and operations for someone to replicate and verify, or at least do the math. The mongodb pricing page says one can setup a M10 instance for $57/month. [ https://www.mongodb.com/pricing ] Racking up a $2500/day bill is several of magnitudes off - there’s nothing in the article to help put the workload in context. I have zero interes…
That is priced quite clearly on the bottom page at 102.49 USD an hour.
Re: Cloud costs are in a bubble
#5Re: Cloud costs are in a bubble
#6Hard to confirm the article and the tweet. The author should provide the exact details and operations for someone to replicate and verify, or at least do the math. The mongodb pricing page says one can setup a M10 instance for $57/month. [ https://www.mongodb.com/pricing ] Racking up a $2500/day bill is several of magnitudes off - there’s nothing in the article to help put the workload in context. I have zero interes…
I used the "Serverless" product, not the "Dedicated" product. That's the gap you see here.
But your point is important, I'll add it to the post. Thank you.
Re: Cloud costs are in a bubble
#7The most valuable information for the average HN reader, especially younger colleagues who have only been in the workforce for the last decade, is that the ~70% gross margins of the hyperscalers, and by extension the $300k+ salaries for early career software developers, has been fueled by a temporary era of low central bank interest rates and an excess of VC capital. This era is almost certainly coming to a close. We…
Re: Cloud costs are in a bubble
#8Is this just legacy applications that are stuck with Mongo? Certainly nobody is starting new projects on Mongo?
Serious question.
Re: Cloud costs are in a bubble
#9Why are people still using Mongo when you can just set up a jsonb column in Postgres now? Is this just legacy applications that are stuck with Mongo? Certainly nobody is starting new projects on Mongo? Serious question.
Re: Cloud costs are in a bubble
#10Why are people still using Mongo when you can just set up a jsonb column in Postgres now? Is this just legacy applications that are stuck with Mongo? Certainly nobody is starting new projects on Mongo? Serious question.
Having used both, I personally would never choose mongo over Postgres, there are just too many conveniences Postgres offers that are a pain with Mongo.