frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

PlanetScale for Postgres is now GA

https://planetscale.com/blog/planetscale-for-postgres-is-generally-available
125•munns•1h ago

Comments

samlambert•1h ago
If anyone has questions about our Postgres product please feel free to ask. I will be around to answer.
dangoodmanUT•1h ago
Postgres (esoterically?) has some issues with index bloat on high-insert workloads, does PlanetScale do anything special to tune for this by default, since it caters to higher-perf workloads (over something like supabase)?
dangoodmanUT•1h ago
On another, similar, vein - i'd be curious to know if XID wraparound and auto vacuum tuning was something you had to advise customers on up front consdering how often that issue rears its head for the same kinds of workloads.
samlambert•1h ago
We don't do anything special (yet) but we do have bloat detection that we warn you about. We've noticed that autovacuum works very well on our Metal product because of the extra resources.
hollylawly•39m ago
More information about bloat detection here: https://planetscale.com/docs/postgres/monitoring/schema-reco...
petergeoghegan•34m ago
Can you provide more detail/a reference?

I've done extensive work on improving the Postgres B-Tree code, over quite a number of releases. I'm not aware of any problems with high-insert workloads in particular. I have personally fixed a number of subtle issues that could lead to lower space utilization with such workloads [1][2] in the past, though.

if there's a remaining problem in this area, then I'd very much like to know about it.

[1] https://www.youtube.com/watch?v=p5RaATILoiE [2] https://speakerdeck.com/peterg/nbtree-arch-pgcon

attentionstinks•1h ago
How should one decide whether to go with MySQL or Postgres for a greenfield project?
add-sub-mul-div•52m ago
Pre-existing expertise with MySQL and lack of time or inclination to learn something new is the only reason I could think of not to go with Postgres.
the_mitsuhiko•1h ago
If neki becomes available later, do you expect that customers will be able to easily migrate over to it?
samlambert•1h ago
we will aim to make it as easy as possible and doable as an online process. with sharding there is always a chance that some application changes are needed so there might be some work required there.
tacone•1h ago
Extensions! Which pg extensions are you going to make available?
rcrowley•1h ago
Many!

<https://planetscale.com/docs/postgres/extensions>

commandersaki•1h ago
This title is very confusing; no company is affiliated with the release of postgresql.
samlambert•1h ago
corrected. thank you
munns•1h ago
Thanks for that callout, absolutely right. Fixed!
ritzaco•1h ago
This seems to be mainly aimed at existing PlanetScale customers.

> To create a Postgres database, sign up or log in to your PlanetScale account, create a new database, and select Postgres.

It does mention the sign up option but doesn't really give me much context about pricing or what it is. I know a bit, but I get confused by different database offerings, so it seems like a missed opportunity to give me two more sentences of context and some basic pricing - what's the easiest way for me to try this if I'm curious?

On the pricing page I can start selecting regions and moving slides to create a plan from $39/month and up, but I couldn't easily find an answer to if there's a free trial or cheaper way to 'give it a spin' without committing.

dangoodmanUT•1h ago
PlanetScale isnt' really designed for the "ill give it a go" casual customer that might use supabase

It's designed for businesses that need to haul ass

ritzaco•1h ago
businesses that 'need to haul ass' usually still want to try something out before buying it. That doesn't need to a a free plan, but it's common to offer some trial period to new users.

Also totally OK if planetscale doesn't do this and that $39/month _is_ the best way to try them out, I just think it would be good for them to make explicit in the article what I should do if I think I might want it but want to try it.

rcrowley•51m ago
All our list prices are monthly and our bills are actually even finer-grained - there's no commitment to pay for a database longer than you run it.

If you do decide to operate on PlanetScale long-term, check out <https://planetscale.com/pricing> for consumption commitment discounting and other options that might make sense for your company.

game_the0ry•40m ago
I am not experienced enough to know the performance differences between planetscale and supabase, but...

> It's designed for businesses that need to haul ass

Could you elaborate what you meant by this for my education?

samlambert•37m ago
Performance differences between PlanetScale and Supabase: https://planetscale.com/benchmarks/supabase
intelekshual•1h ago
PlanetScale (famously?) deprecated their free "Hobby" tier (plus fired their sales & marketing teams) back in 2024 to achieve profitability

https://planetscale.com/blog/planetscale-forever

vmg12•1h ago
How does planetscale for postgres scale? I understand that it's multi node postgres with automatic failover but I think it only really scales for reads and not writes? So is the only way to scale writes horizontally to shard?
samlambert•1h ago
Kind of. For horizontally scaling writes we are building the Vitess for Postgres which we are calling Neki https://www.neki.dev/

The product we are GA'ing today has the option of PlanetScale Metal which is extremely fast and scales write QPS further than any of the other single-primary Postgres hosts.

vmg12•1h ago
Thanks for the response, this clarifies things for me because I thought this was already a vitess for postgress implementation. Awesome to hear that this is coming.
bekacru•1h ago
We’ve had early access to it for a while now, we’re already running a lot of performance critical workloads on it and it’s been working wonderfully. Congrats sam and the team on setting a new standard for what highly performant managed Postgres should look like :)
t43562•1h ago
I don't know why but I can almost never understand American commercial software websites. "what is PlanetScale".....blah, blah blah....WHOOOOSH! No more enlightened than before. Even for products I've worked on - I read the page and can't recognise the thing I'm working on from the description.....

Postgres is involved somehow. I get that.

gpi•57m ago
But it's done at a scale that's planetscale
mousetree•51m ago
is this web scale?
raffraffraff•49m ago
It's not as fast as dev null though
dfee•47m ago
i'll take the opposite side. i was very impressed with their website.

the very first line:

> The world’s fastest and most scalable cloud databases

the second line:

> PlanetScale brings you the fastest databases available in the cloud. Both our Postgres and Vitess databases deliver exceptional speed and reliability, with Vitess adding ultra scalability through horizontal sharding.

i know exactly what they do. zero fluff. and, i'm now interested.

https://planetscale.com/

odie5533•17m ago
How is this different than Aurora Postgres or RDS Postgres?
M4v3R•45m ago
idk in the linked post it literally says this in the 2nd paragraph:

> Our mission is simple: bring you the fastest and most reliable databases with the best developer experience.

anthonyronning•51m ago
Been running it for a few months now, such a great and reliable product. Congrats on the release!
fosterfriends•42m ago
Congrats on the launch Sam! Excited to try it out for Graphite's production DB
theanirudh•36m ago
We just migrated to PlanetScale Postgres Metal over the weekend. We are already seeing major query improvements. The migration was pretty smooth. Post-migration we hit a few issues, and the PlanetScale team jumped in immediately to help us out, even on a Saturday morning so support's been amazing.

The Insights tab also surfaced missing indexes we added, which sped things up further. Early days, but so far so good.

benterix•24m ago
Out of curiosity: how do you connect your databases to external services that are consuming these data? In places I do similar work, databases are usually in the same private network as the instances which are reading and writing data to them. If you put them somewhere on the internet, apart from security, doesn't it affect latency?
oefrha•14m ago
PlanetScale runs in AWS/GCP, so not really “somewhere on the internet” if your workload is already there.
theanirudh•6m ago
Their databases are hosted on AWS and GCP so latency isn't much of an issue. They also have AWS Private Link and if configured it won't go over the internet.
oefrha•17m ago
Would you mind sharing what you were migrating from, and what kind of issues you ran into?
endorphine•16m ago
Care to elaborate what kind of issues? Looking into migrating as well.
theanirudh•8m ago
The issues weren't PlanetScale related. We use Hasura and when we did the cutover, we connected to the DB via PGBouncer and some features don't work right. Started seeing a lot of errors so paged them and they helped out. We were connecting directly to PG previously but when we cutover we missed that.
awaseem•28m ago
Might be a dumb question, but what is metal? Are you folks hosting DBs on your own infra or still going through AWS/GCP
mattrobenolt•26m ago
It's still AWS/GCP, but it uses instance types with local NVMes.
samlambert•26m ago
hosting on AWS/GCP on the ephemeral NVMe nodes. https://planetscale.com/metal
didip•21m ago
If you are on AWS anyway, I am curious why not just use Aurora Postgres?
fourseventy•12m ago
The way I understood NVMe drives to work on Google Cloud is that they are ephemeral and your data will be lost if the vm reboots. How do they work in this case?
alexeldeib•9m ago
can't speak to GCP specifically but usually the issue is they are host-attached and can't be migrated, so need to be wiped on VM termination or migration -- that's when you lose data.

Reboots typically don't otherwise do anything special unless they also trigger a host migration. GCP live migration has some mention of support though

GCP mentions data persists across reboots here https://cloud.google.com/compute/docs/disks/local-ssd#data_p...

note that stop/terminate via cloud APIs usually releases host capacity for other customers and would trigger data wipe, a guest initiated reboot typically will not.

mattrobenolt•6m ago
We deal with this by always running 3 nodes in a cluster, one per AZ, and strong backup/restore processes.

So yes, the data per-node is ephemeral, but it is redundant and durable for the whole cluster.

Raylib – simple and easy-to-use library to enjoy videogames programming

https://www.raylib.com/
1•vyrotek•33s ago•0 comments

We found a phishing-ready setup on a reserved .YE ccTLD domain

https://mastodon.social/@FreeTheDotYE/115248893858824406
1•FreeTheDotYE•2m ago•0 comments

Speeding Up NestJS Tests with DB Transactions

https://medium.com/p/a5bb46eb391a
3•annakopp•8m ago•0 comments

Metabolism of Terephthalic Acid by Bacteria Produces Valuable By-Products

https://www.mdpi.com/2076-2607/13/9/2082
1•PaulHoule•12m ago•0 comments

The FLP Theorem

https://shachaf.net/w/flp
2•shachaf•13m ago•0 comments

Acesulfame Potassium (Ace K)

https://en.wikipedia.org/wiki/Acesulfame_potassium
1•barrister•14m ago•0 comments

Making of "Printing Types"

https://www.c82.net/blog/?id=100
1•janpio•18m ago•0 comments

Show HN: A minimalist, encrypted knowledge platform for solo devs and founders

https://orbivon.com
1•las_nish•21m ago•2 comments

Unitree G1 has mastered more quirky skills [video]

https://www.youtube.com/watch?v=bPSLMX_V38E
3•harporoeder•22m ago•0 comments

IGN's List of Top 100 Game Creators of All Times (2010)

https://www.ign.com/top/game-creators/
1•kleiba•22m ago•0 comments

How much carbon is in your coffee cup?

https://roastinghouse.co.uk/kimberley/how-much-carbon-is-in-your-coffee-cup/
1•DamonHD•23m ago•0 comments

Building Gremlins: AI-powered fuzzing agents to find bugs

https://blog.sentry.io/inside-sentrys-hackweek-an-excuse-to-break-things/
2•jshchnz•25m ago•0 comments

IPv6 – Size does matter – RuntimeArguments Podcast

https://www.buzzsprout.com/2469780/episodes/17872532
2•jammcq•26m ago•0 comments

What We Talk About When We Talk About Systems

https://systemsapproach.org/2025/09/22/what-we-talk-about-when-we-talk-about-systems/
2•zdw•28m ago•0 comments

Signy: Signed URLs for Embedded Devices

https://github.com/golioth/signy
1•hasheddan•30m ago•0 comments

History Newsletter

https://www.democracyarchive.org/?r=bjjxr&utm_campaign=pub-share-checklist
1•ProgAmerican•30m ago•0 comments

US-Run TikTok to License Algorithm, White House Says

https://www.nytimes.com/2025/09/22/us/politics/tiktok-deal-algorithm-trump.html
3•jbegley•33m ago•1 comments

People read your blog in many different ways

https://evanhahn.com/people-read-your-blog-in-many-different-ways/
1•zdw•33m ago•1 comments

Easy Color Theory: A Beginner's Guide [video]

https://www.youtube.com/watch?v=Qe_m7PdQH2U
1•ibobev•34m ago•0 comments

Cursor Data Exfiltration with Mermaid.js

https://embracethered.com/blog/posts/2025/cursor-data-exfiltration-with-mermaid/
1•datadrivenangel•34m ago•0 comments

The performance impact of vertex shader exports

https://interplayoflight.wordpress.com/2025/09/21/the-performance-impact-of-vertex-shader-exports/
1•ibobev•35m ago•0 comments

China Road Trip Exposes List of Uninvestable Assets in the West

https://news.bloomberglaw.com/private-equity/china-road-trip-exposes-list-of-uninvestable-assets-...
2•clcaev•35m ago•0 comments

What was Euclid doing? [video]

https://www.youtube.com/watch?v=M-MgQC6z3VU
1•ibobev•35m ago•0 comments

California issues historic fine over lawyer's ChatGPT fabrications

https://calmatters.org/economy/technology/2025/09/chatgpt-lawyer-fine-ai-regulation/
15•geox•36m ago•3 comments

Nvidia to Invest $100B in OpenAI

https://www.reuters.com/business/nvidia-invest-100-billion-openai-2025-09-22/
6•sz4kerto•36m ago•1 comments

The Event Sourcing Database Guide I Wish Existed Earlier

https://www.eventsourcingdatabase.com
1•goloroden•37m ago•0 comments

Social media is splitting views of Charlie Kirk's death

https://www.npr.org/2025/09/20/nx-s1-5542353/charlie-kirk-jimmy-kimmel-social-media
4•speckx•39m ago•2 comments

Why behavior beats device and network in bot detection (benchmarks inside)

https://research.roundtable.ai/bot-benchmarking/
2•timshell•40m ago•0 comments

A board member's perspective of the RubyGems controversy

https://apiguy.substack.com/p/a-board-members-perspective-of-the
5•janpio•40m ago•1 comments

Show HN: Grow and Monitor Your AI Search Traffic

https://www.spiderseek.com
4•asteroidandy•42m ago•0 comments