Neon - Serverless Postgres
@neon.com
170 followers 1 following 36 posts
Ship faster with Postgres. Open Source. Serverless. 🐘 Free Plan: https://pg.new 💬 https://neon.tech/discord 🎥 https://youtube.com/@neondatabase
Posts Media Videos Starter Packs
Pinned
neon.com
In the last few months, we've been working on making Neon storage faster.

Here are 7 improvements we shipped to boost performance under the hood 🧵
Reposted by Neon - Serverless Postgres
lirbank.com
🚀 My guest post for the Neon blog just went live!

Want to make Postgres integration testing dead simple? Read on:
neon.com/blog/neon-te...

Big thanks to @andrelandgraf.com, Carlota Soto and Neon for the support!
Neon Testing: a Vitest Library for Your Integration Tests - Neon
Try Neon Testing, an open-source utility for Vitest that turns Neon branches into disposable test environments.
neon.com
neon.com
We're excited to sponsor Sync Conf 2025! Join us in SF on Nov 12th!
syncconf.bsky.social
Announcing Sync Conf 2025. Join us in SF on Nov 12th.
neon.com
TanStack DB adds optimistic updates on top, making your UIs feel snappy, not just for GET requests, but also when mutating data from the UI.
neon.com
ElectricSQL moves state synchronization into a dedicated service, greatly simplifying backend complexity. Instead of managing WebSockets, Server-Sent Events, or polling connections yourself, the ElectricSQL server handles the client updates for you.
neon.com
Whenever an agent, background task, or webhook function mutates the database, the changes instantly propagate to all connected client devices, and the associated UIs update in real time.
neon.com
This is fantastic not only for multiplayer or multi-device flows, but also when working with background AI agents and third-party services like Stripe triggering webhooks.
neon.com
It's magical when you update a row in your db and connected UIs instantly update. Real-time UI isn’t a new concept, but sync engines like ElectricSQL turn Postgres into the source of truth for the sync, simplifying the mental model needed to build reactive updates - just write to the database!
neon.com
TanStack DB with Sync provides an exciting new way to add end-to-end reactivity to your web applications, including optimistic UI updates. 🧵
neon.com
Build Open Source with Postgres. Neon is proud to be part of
@vercel.com's Open Source Program 🫡
vercel.com
Vercel @vercel.com · Jul 15
We've added nearly $30,000 in credits to Vercel's Open Source Program.

Thanks to generous partner companies, the new OSS Starter Pack adds access to tools that help you build, maintain, and grow your project.

Let's create a more sustainable web, together.
neon.com
6/ Parallel S3 uploads

Uploads no longer block layer writes. Upload throughput doubled, and ingest time in our benchmarks dropped.
neon.com
5/ Smarter compaction

We now prioritize L0 compaction to avoid read amplification during ingestion. This dropped p99 read amplification by >50%.
neon.com
4/ Scan prefetching

Instead of fetching one page at a time, Pageservers now prefetch up to 100. In our benchmarks, schema finalization dropped from 10h to 2.5h.
neon.com
3/ Faster disk writes

Safekeepers now use sparse files and fewer flushes. WAL write throughput improved by 230%.
neon.com
2/ WAL compression

WAL is now compressed with Zstd before it’s sent to Pageservers. This cut Safekeeper → Pageserver bandwidth by ~70%.
neon.com
1/ Sharded ingest

We stopped broadcasting WAL to all shards and now route writes only where they’re needed. Less network traffic, lower CPU, and ~2× faster ingestion for large tenants.
neon.com
In the last few months, we've been working on making Neon storage faster.

Here are 7 improvements we shipped to boost performance under the hood 🧵
Reposted by Neon - Serverless Postgres
atila.io
Atila @atila.io · Jun 30
one-click @neon.com MCP server install straight from the docs 👉 neon.com/docs/ai/neon...

I haven't been hoarding MCPs like most folks in this platform, but if this pattern catches up, I might end up starting to

🖱️☝️ 🤖🔥
Neon MCP Server - Neon Docs
The Neon MCP Server is an open source tool that lets you interact with your Neon Postgres databases in natural language. Imagine you want to create a new database. Instead of using the Neon Console or...
neon.com
neon.com
"Your API is not an MCP." - Learn from David Gomes why designing your MCP toolkit takes more than just exposing an API.

David leads the development of Neon's MCP server and shared key lessons at Microsoft Build 2025. Watch the talk here: build.microsoft.com/en-US/sessio...
Your API is not an MCP
A lot of companies have jumped on the MCP bandwagon by quickly auto-generating their MCP servers from their APIs. This isn’t right as MCP servers are made to be consumed by LLMs and not by humans. Joi...
build.microsoft.com