惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
U
Unit 42
罗磊的独立博客
G
Google Developers Blog
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
aimingoo的专栏
aimingoo的专栏
Vercel News
Vercel News
N
Netflix TechBlog - Medium
H
Hackread – Cybersecurity News, Data Breaches, AI and More
云风的 BLOG
云风的 BLOG
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏
F
Fortinet All Blogs
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
小众软件
小众软件
博客园 - 【当耐特】
H
Help Net Security
The GitHub Blog
The GitHub Blog

Netlify Changelog

Gemini 3.5 Flash now available in Agent Runners 4 Nuxt CVEs: what Netlify users need to know Gemini 3.5 Flash now available in AI Gateway Agent Runners workflow improvements Next.js & React security release (May 2026): what to know Block project transfers out of your team Gemini 3.1 Flash-Lite now available in AI Gateway OpenAI GPT-5.5 Instant now available in AI Gateway New `netlify logs` CLI command Deploy to Netlify with Stripe Projects Netlify Database is now generally available OpenAI GPT-5.5 and GPT-5.5 Pro in AI Gateway & Agent Runners Rename an agent run GPT Image 2 now available in AI Gateway New frontend-design skill for Agent Runners Claude Opus 4.7 now available in AI Gateway and Agent Runners Pricing updates for Credit-based plans New sorting and filter controls on the Members page Netlify Database GA coming soon, no new databases for now Deploy logs streaming is now faster Netlify CLI adds prompt-based creation and anonymous deploys Deploy from Codex with the Netlify Plugin Hydrogen with React Router 7 now supported on Netlify Monitor credit usage by day Invoices for Enterprise Available on the Billing Page AI app development on production infrastructure with Netlify Introducing Prompt Templates OpenAI GPT-5.4 Nano and GPT-5.4 Mini in AI Gateway Change your pricing plan Internal Builder Role & Project Access Controls
Improve Your Site Performance with Polyscale
Nahrin Jalal · 2023-10-11 · via Netlify Changelog

We’re excited to announce that we have just released the new PolyScale integration built with the Netlify SDK to general availability. Enabling the PolyScale integration will allow you to improve database performance and global latency with intelligent serverless caching and compute at the edge.

Getting Started

To enable the integration on your site, head to your site’s Netlify dashboard and navigate to the Integration section in the left sidebar. From there you can either search for “PolyScale” in the search bar or click Database to find the integration card, then click the ‘Enable’ button.

site dashboard integration list

Once enabled, you will be able to sign into PolyScale to connect your account and choose a workspace. You then have the option to either connect to an existing cache or create a new one from the Netlify UI. To connect to an existing cache you will need to enter:

  • Database caches: which you’ll select from a drop-down list
  • Alias: that will be used as the environment variable name
  • Database: the name of the database you would like PolyScale to connect to
  • Username & Password: for connecting to the database (usually found in the database settings)

A code snippet will be generated after the cache is linked to allow you to start creating queries to your database. With this you can now add calls to your site code to grab data.

generated polyscale code snippet

Follow along with the video below and check out our docs to learn more. We’re excited to bring you another way to improve your site performance for your users and a faster way for you to develop your site!