$50 PlanetScale Metal Is GA for Postgres
planetscale.com
$50 PlanetScale Metal Is GA for Postgres
1–10 of 73 posts
Re: $50 PlanetScale Metal Is GA for Postgres
#2Re: $50 PlanetScale Metal Is GA for Postgres
#3Re: $50 PlanetScale Metal Is GA for Postgres
#4Would be curious to know what the underlying aws ec2 instance is.
Is each DB on a dedicated instance?
If not, are there per-customer iops bounds?
Re: $50 PlanetScale Metal Is GA for Postgres
#5From what I can tell, the 'Metal' offering runs on nodes with directly attached NVMe rather than network-attached storage. That means there isn't a per-customer IOPS cap – they actually market it as 'unlimited I/O' because you hit CPU before saturating the disk. The new $50 M-class clusters are essentially smaller versions of those nodes with adjustable CPU and RAM in AWS and GCP .
RE: EC2 shapes, it's not a shared EBS volume but a dedicated instance with local storage. BUT you'll still want to monitor capacity since the storage doesn't autoscale.
ALSO this pricing makes high-throughput Postgres accessible for indie projects, which is pretty neat.
Re: $50 PlanetScale Metal Is GA for Postgres
#6Really excited for more people to get to use Metal. Let me know if you have any questions.
Re: $50 PlanetScale Metal Is GA for Postgres
#7 > $50
Looks like US only. Choosing Europe is +$10, Australia is +$20.Re: $50 PlanetScale Metal Is GA for Postgres
#8Re: $50 PlanetScale Metal Is GA for Postgres
#9Really excited for more people to get to use Metal. Let me know if you have any questions.
Why is Metal not offered for single instance deploys? Our app does not need this kind of uptime. We would be happy with a node going down once in a while (no data loss, of course) with a little bit of downtime to save 66% on the cost of running 2 additional nodes that will never see action.
Re: $50 PlanetScale Metal Is GA for Postgres
#10Sounds cool! Would be curious to know what the underlying aws ec2 instance is. Is each DB on a dedicated instance? If not, are there per-customer iops bounds?