TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Neon Serverless Postgres is generally available

324 pointsby refsetabout 1 year ago

52 comments

t1cabout 1 year ago
I tried Neon a few months ago when attempting to switch away from a self hosted db. It was a horrible experience, customer support was unhelpful, it was glitchy, slow, and laggy, and even before the price increase their pricing was way too high.
评论 #40041842 未加载
评论 #40042692 未加载
评论 #40041655 未加载
评论 #40041463 未加载
评论 #40041576 未加载
评论 #40041602 未加载
评论 #40041447 未加载
评论 #40041630 未加载
评论 #40042988 未加载
评论 #40042954 未加载
bittermandelabout 1 year ago
We're self-hosting Neon with an internal Kubernetes operator (keep your eyes out for more info) and we're incredibly happy with Neon's technical solutions. I'm not sure we'd be able to build our company without it :o
评论 #40042314 未加载
评论 #40041739 未加载
评论 #40041720 未加载
评论 #40046076 未加载
评论 #40044294 未加载
continuationalabout 1 year ago
Branching the whole database (data included) seems really great. Congrats!<p>It does seem a bit pricey though. For $69&#x2F;month (Scale), I could rent a dedicated server with 8 dedicated CPUs, twice the RAM and 20x the storage (and that&#x27;s physically attached NVMe in raid 1), and have money to spare: <a href="https:&#x2F;&#x2F;www.hetzner.com&#x2F;dedicated-rootserver&#x2F;matrix-ax&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.hetzner.com&#x2F;dedicated-rootserver&#x2F;matrix-ax&#x2F;</a>
评论 #40042754 未加载
评论 #40042770 未加载
评论 #40042734 未加载
评论 #40043605 未加载
joshstrangeabout 1 year ago
I switched my company over to Neon from PlanetScale. In part for the ability to scale up&#x2F;down easily and also so I could run multiple databases on the same cluster.<p>I also looked at (and spun up) RDS but Neon was way easier to work with and scales to 0 (Aurora Serverless is trash IMHO). Neon starts very quickly as well (hundreds of milliseconds in my testing) which is pretty awesome.
评论 #40041815 未加载
评论 #40044672 未加载
评论 #40042955 未加载
khalidxabout 1 year ago
The market timing of this ~1 day (same day?) after Supabase GA? Both are good platforms though.
评论 #40041283 未加载
redroveabout 1 year ago
I’m not extremely well versed in the topic so forgive the ignorance: how does this differ from AWS Aurora’s offering? is pricing or scaling different. It’s not immediately obvious why you would want to use this instead.
评论 #40041094 未加载
notamyabout 1 year ago
Why is storage priced so high? Depending on the plan it looks like it can cost anywhere from $1.50 to $1.75 per GB. That feels pretty excessive; maybe I’m missing something that causes it to be so pricy? It actively discourages me from wanting to use it for a hobby project, because the storage costs would send my bill to over $100&#x2F;month before I even use any compute.
评论 #40046134 未加载
gritzkoabout 1 year ago
The feature they call &quot;branches&quot; is more accurately to call &quot;snapshots&quot; or &quot;checkpoints&quot;. Creating CoW writable versions and rolling back to past versions - that&#x27;s snapshots. Branches imply merging, which is a huuuge can of worms, even if we apply last-write-wins, cause referential integrity and things, can&#x27;t just merge postgreses.
评论 #40042235 未加载
ahmadrosidabout 1 year ago
I&#x27;ve been using Neon&#x27;s serverless Postgres for the last 6 months and I&#x27;m extremely impressed! As a developer, it has been a game-changer in terms of productivity and letting me focus on building features rather than managing database infrastructure.<p>Congrats to the amazing Neon team on launching serverless Postgres to the world!
评论 #40041506 未加载
pier25about 1 year ago
Anyone using it in production?<p>The only issue I&#x27;ve found with Neon is that to use listen&#x2F;notify the DB needs to be awake 24&#x2F;7 which defeats the purpose of serverless.
评论 #40041367 未加载
评论 #40041311 未加载
mehulashahabout 1 year ago
Congratulations! Nice job, Neon team. The most remarkable part of the service is the forking history in storage for a database. So fun.
评论 #40041205 未加载
mritchie712about 1 year ago
Is it a coincidence supabase went GA 2 hours before this? Not being snarky, genuinely curious.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40039191">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40039191</a>
评论 #40041614 未加载
评论 #40041285 未加载
bilalqabout 1 year ago
Storage is the most surprisingly expensive part now. $1.50&#x2F;GB is kind of a tough pill to swallow. We&#x27;ve been exploring the idea of shifting from Aurora to Neon. With the recent pricing changes, our bill has exploded even with almost zero usage of compute time.
评论 #40041424 未加载
评论 #40042202 未加载
评论 #40041565 未加载
评论 #40041838 未加载
clarkbwabout 1 year ago
(neon product)<p>hey all, i&#x27;ve only been with neon for a very short time but i&#x27;m super excited to be here because i believe neon can deliver an amazing developer experience that databases have been lacking. while we are simply postgres on top the neon platform is something special that unlocks a lot of new possibilities.<p>this ga is simply marking readiness for the platform and the team that has been building it. there&#x27;s a lot more to do going forward.<p>as we&#x27;re looking forward, post-GA, i&#x27;d love to hear what you think neon needs to focus on next. here&#x27;s what i&#x27;m seeing so far: - improved gh actions integration - more extensions - better developer extension support - autoscaling communications - metrics &#x2F; logs integrations<p>what else?
评论 #40046307 未加载
WuxiFingerHoldabout 1 year ago
As far as I know Neon has no filesystem cache, which is the most important performance enhancer for Postgres. As here are many using Neon already in production: Does anyone can comment on the performance for large databases (a couple of tables with around 100 million rows) compared to RDS &#x2F; Supabase &#x2F; other hosted service? I can imagine that it is substantially slower. But would be happy to be surprised, if not. Or to learn how Neon compensates the missing filesystem cache.
评论 #40043822 未加载
cpursleyabout 1 year ago
Cool tech aside, setting up a database in neon is just so easy. It&#x27;s my default now - especially after releasing replication.
vendiddyabout 1 year ago
I want to use this as a chance to bring attention to a GitHub issue that I think would help reduce friction for Neon:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;neondatabase&#x2F;neon&#x2F;issues&#x2F;4989">https:&#x2F;&#x2F;github.com&#x2F;neondatabase&#x2F;neon&#x2F;issues&#x2F;4989</a><p>If the Neon driver were to allow us to easily pass in a localhost connection, the development and test experience would be easier. Perhaps Neon could swap to something like this internally: <a href="https:&#x2F;&#x2F;github.com&#x2F;porsager&#x2F;postgres">https:&#x2F;&#x2F;github.com&#x2F;porsager&#x2F;postgres</a>.<p>Having run a local dev environment connected to Neon and tests connected to Neon got in our way of adoption. We&#x27;d prefer to develop and run tests against a regular Postgres localhost database.<p>To the PMs of Neon, put yourself in the shoes of a new developer thinking of giving Neon a try. What changes will I have to make to my code and my development workflow?
estebarbabout 1 year ago
The technology is interesting but the billing doesn&#x27;t convince me. I don&#x27;t feel that I can scale storage easier with Neon than using just a bigger server with plain Postgresql.
评论 #40046292 未加载
mrozbarryabout 1 year ago
I&#x27;m working with a client on a greenfield project and I picked postgres as the tech stack. For the staging server, I just locally installed postgres, configured it, and it works perfectly fine. On the flip side, I&#x27;d rather just focus on code, and if there&#x27;s a free tier (which neon has), I&#x27;d rather shell that off to a service.<p>So, my question is, what trade offs am I making other than a persistant&#x2F;local db to off-site (ie probably a degree of speed). Since it&#x27;s free, does that mean my data might be inspected? I&#x27;m under an NDA, and my client would prefer his data stays in-house unless there&#x27;s a good reason for it not to be.
评论 #40041800 未加载
评论 #40041760 未加载
nickzeleiabout 1 year ago
Nice work Neon! I’ve used it a number of times and am impressed at how quickly databases become available. Leaps and bounds faster than RDS. it’s amazing when you need something now.
jpdbabout 1 year ago
Neon seems really great to me, but I wish I could easily run it locally via Kubernetes. I know there are some projects out there[0] but they are all supported by 3rd parties and things like branching and other features don&#x27;t appear to be supported.<p>I&#x27;d love to be able to just use a helm chart to have Neon in my homelab.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;itsbalamurali&#x2F;neon-operator">https:&#x2F;&#x2F;github.com&#x2F;itsbalamurali&#x2F;neon-operator</a>
doublerabbitabout 1 year ago
&gt; Postgres continues to hold its position as one of the most popular developer databases ever created.<p>Not bashing Postgres, however that statement is an overstatement. Postgres was a &quot;it exists&quot; database back in the early 2000&#x27;s.<p>All the scripts my scripts kiddie paws could get on were always orientated towards MySQL.<p>Uploading .php3 files on 56k were my teenagers eyes of fun.
评论 #40042123 未加载
amlutoabout 1 year ago
Have you considered publishing pricing for larger databases? It would be interesting to know whether the offering would be useful at sizes not covered by the listed tiers.<p>edit: given the headline feature of infinite PITR capability, knowing the price tag could be quite important. Especially if purging old data isn’t supported (is it?)
评论 #40046329 未加载
aargh_aarghabout 1 year ago
Reading the pitch and this solves all of the problems I don&#x27;t have (as a developer and operator of services that don&#x27;t need to scale to millions of users). How often do you need to clone&#x2F;restore whole databases, really? But I may be misunderstanding the pitch.
评论 #40042121 未加载
sgammonabout 1 year ago
I tried Neon for our startup but ended up going with Planetscale. The stability guarantees seemed weak and still scare me. I would be happy to take another look, but I&#x27;ve had no problems with Vitess, it has been a dream. congrats on your guys&#x27; launch to GA.
评论 #40046355 未加载
yawnxyzabout 1 year ago
That pricing is quite &quot;less generous&quot; than Turso: <a href="https:&#x2F;&#x2F;turso.tech&#x2F;pricing" rel="nofollow">https:&#x2F;&#x2F;turso.tech&#x2F;pricing</a><p>I&#x27;m wondering what accounts for the difference; is Turso just bleeding money on smaller tiers, etc?
评论 #40041084 未加载
评论 #40041009 未加载
coreywardabout 1 year ago
I doubt I’ll ever use Neon again after they had our production database go down several times over just a couple of months Q4 last year. We got tired of the downtime during an incident and we were able to spin up a Supabase PG instance and switch over to it faster than Neon could resolve the incident. It wound up taking them days to resolve it fully. They then increased the prices significantly about a month later. Given that it’s only been four months since these issues, I don’t think that they are serious people in the slightest and don’t trust them with a production database.
评论 #40115047 未加载
hhhabout 1 year ago
I have been using Neon for some time now, and have quite liked it.
fabian2kabout 1 year ago
I don&#x27;t get how this achieves point in time recovery? I assume I&#x27;m misunderstanding some fundamental part here.<p>If the branches are achieved using a COW file system, how does this part from the blog post work?<p>&gt; Suppose a developer fat fingers a table or a database out of existence? No problem, move the branch to the second before that event happened.<p>How can I go back in time arbitrarily here? I would have assumed that you can only go to existing snapshots if the underlying method is a COW file system.
评论 #40041065 未加载
评论 #40041027 未加载
评论 #40041120 未加载
smallshenabout 1 year ago
Is it possible to self host neon? any docs related to that?
评论 #40046418 未加载
sakrasabout 1 year ago
I&#x27;m an engineer at Neon, happy to answer any questions
评论 #40043475 未加载
评论 #40041544 未加载
pc86about 1 year ago
It looks like the compute for the free tier is free (for your main branch) + 20h for branches, but the lowest paid tier is 300h for all branches. Can anyone using this speak to that? I&#x27;ve seen this trend where free tier has better features than the lowest paid tier.<p>Edit: Love to see several Neon folks in this thread from various parts of the company. It&#x27;s always good to get insight from engineering, devrel, product, and CEO.
评论 #40041532 未加载
CuriouslyCabout 1 year ago
Neat idea, but the stability and assurance of RDS is pretty compelling and migrating databases is pretty much the worst in my experience, even big services like Azure can have unexpected database issues that burn time and money.<p>Also, custom postgres implementations are a bit scary from a performance tuning perspective.
ArboretumGuyabout 1 year ago
Congrats to Neon on the generally available status. Big vote of confidence. I&#x27;ve looked around and Neon is the only serverless Postgres I’ve seen that provides copy-on-write branching. Every other managed service has some significant seeding limitation when one looks at the details.
jrklabs_comabout 1 year ago
If you have an application that runs 24*7, how do you determine what your costs will be?
评论 #40041238 未加载
评论 #40041179 未加载
评论 #40046410 未加载
ddorian43about 1 year ago
Will there be any effort to support self hosting open source (releases, docs, support?), instead of just &quot;source code available&quot;?
评论 #40041235 未加载
indymikeabout 1 year ago
The name Neon is very confusing as KDE uses that name for it&#x27;s Linux Distribution and has for quite some time (at least 2017).
anentropicabout 1 year ago
This looks awesome (wish I had these features for MySQL on my current project...)<p>Are there any resources for IaC, e.g. terraform provider etc?
评论 #40046296 未加载
ForHackernewsabout 1 year ago
Is this actually Postgres, or is it some other database that aims to be compatible with the PG wire protocol?
评论 #40046461 未加载
评论 #40043122 未加载
nottorpabout 1 year ago
What&#x27;s a serverless postgres?<p>Does it mean a postgres server hosted by Neon and you basically pay them for administration?
评论 #40046428 未加载
评论 #40042080 未加载
virtuozzzabout 1 year ago
Congrats, Neon!
PeterZaitsevabout 1 year ago
Congrats! It has been quite the journey!
rohan_about 1 year ago
Given this is serverless - can this scale indefinitely? Asking both in terms of storage and compute.
评论 #40041113 未加载
golondonabout 1 year ago
Do I still need to worry about vacuum and bloat or does Neon intelligently handle these?
kingspactabout 1 year ago
How can you have an SQL database without a server? Do they just mean container-on-demand?
评论 #40046380 未加载
AYBABTMEabout 1 year ago
Congrats on reaching GA!
c-feabout 1 year ago
I have used Cloudflare D1 before - how does Neon compare to D1?
评论 #40041516 未加载
amanda99about 1 year ago
Does it support extensions like PostGIS?
评论 #40043872 未加载
tasubotadasabout 1 year ago
How it compares against supabase?
ametrauabout 1 year ago
How many of these comments are sock puppets?
评论 #40046313 未加载
stemc43about 1 year ago
ad on hackernews?
评论 #40041676 未加载
hickstoorabout 1 year ago
Yea it’s generally available