Home / Companies / Neon / Blog / Post Details
Content Deep Dive

Sub-10ms Postgres queries for Vercel Edge Functions

Blog post from Neon

Post Details
Company
Date Published
Author
Raouf Chebri
Word Count
338
Language
English
Hacker News Points
-
Summary

We are excited to announce the release of our enhanced Postgres query driver for Vercel Edge Functions, which reduces query latencies by 40% and brings same-region queries down to single-digit milliseconds, providing a faster user experience. The driver is optimized for one-shot queries and connection caching, and is backward-compatible with existing Neon and Vercel Postgres code. We recommend using the new syntax with neon for single queries, while creating a new connection with Pool for multiple queries.