Comparing AWS's RDS and PlanetScale
planetscale.com
Comparing AWS's RDS and PlanetScale
1–10 of 17 posts
Re: Comparing AWS's RDS and PlanetScale
#2Now if you're using other services, be aware of egress costs, which are not mentioned in the article.
Re: Comparing AWS's RDS and PlanetScale
#3If one only needs a database, it's probably not worth to go to AWS due the unnecessary complexity. Now if you're using other services, be aware of egress costs, which are not mentioned in the article.
I think PlanetScale is built for someone who isn't using raw machines to build an app or running a dev-ops org.
Something like Vercel+PlanetScale is more along the lines of tooling you're likely to use (or Heroku if you're dealing with existing code).
The egress costs are rarely an issue for API endpoints, unless you're serving assets out of the hosts.
There's a million intranet-like workflow apps which don't need the additional headache of maintaining an RDS (or the skills to secure IAM). Mostly state machines with click-next-to-continue - Airtable probably hits the same demographic.
I think PlanetScale has got to work on their pricing model if the assumption is that it is ideal for that sort of an app (it's not "attractive" to switch right now & there's no pricing protection plans), but I'm not an economist or sales guy - like look at Google Fi bandwidth pricing for an example of where I overpay for data.
Re: Comparing AWS's RDS and PlanetScale
#4Re: Comparing AWS's RDS and PlanetScale
#5Re: Comparing AWS's RDS and PlanetScale
#6Re: Comparing AWS's RDS and PlanetScale
#7The “Trusted by” page has some pretty impressive flagship companies (GitHub, Slack, Square, AirBnb). Is anyone familiar with the role in which Planetscale is used at those companies? (Unless that is advertising users of vitess vs the hosted offering).
edit: see the case studies linked here https://planetscale.com/enterprise
Re: Comparing AWS's RDS and PlanetScale
#8Re: Comparing AWS's RDS and PlanetScale
#9Great comparison, but i feel like it would be fair to mention support for foreign key constraints in the overview table (which planetscale doesn‘t have, afaik)
"We make some things easier for developers but you will have to deal with concurrent updates in your application"
Re: Comparing AWS's RDS and PlanetScale
#10Curious to know what kind of applications would need more than 16,000 connections to a single database? In a typical application, that I know, a single database is connected by few replicated application servers. The count could vary from one to a few hundreds. I am not sure scaling the number of connections can solve the real scaling problem. Let’s say you support 250,000 connections and every connection is sending some queries at the same time. Is the database capable of handling that many queries, if not then what is the point of supporting so many connections.