Improved performance for Vercel Postgres from Edge Functions
Vercel updates its Postgres SDK to use Neon's serverless driver with SQL-over-HTTP support, cutting Edge Function query latency to ~10ms, a 40% improvement requiring only a package update.
The has significantly improved performance for Postgres queries from Vercel Edge Functions.Vercel Postgres SDK The package has been updated to use the latest version of Neon’s Serverless driver which adds support for SQL-over-HTTP when you use the . Simple queries that do not require transactions now complete in —up to .@vercel/postgres template literal tagsql~10msa 40% speed increase You do not need to make any changes to your queries to see these improvements, you only need to update to to take advantage of these improvements.the latest version of @vercel/postgres Read more