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

推荐订阅源

Martin Fowler
Martin Fowler
J
Java Code Geeks
博客园 - 【当耐特】
宝玉的分享
宝玉的分享
腾讯CDC
D
DataBreaches.Net
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
V
V2EX
F
Fortinet All Blogs
MyScale Blog
MyScale Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Tailwind CSS Blog
Jina AI
Jina AI
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
U
Unit 42
B
Blog
M
MIT News - Artificial intelligence
N
Netflix TechBlog - Medium

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!