在 Prisma Accelerate 中缓存查询
Prisma Accelerate 使用 TTL、Stale-While-Revalidate (SWR) 或两者的组合为读取查询提供全局缓存。它包含在 Prisma Postgres 中,但也可以通过在 和 使用你的数据库进行配置 中启用 Accelerate 将其用于你自己的数据库。
¥Prisma Accelerate provides global caching for read queries using TTL, Stale-While-Revalidate (SWR), or a combination of both. It's included as part of Prisma Postgres, but can also be used with your own database by enabling Accelerate in the and configuring it with your database.
此内容已移动 - 请在更新后的 Accelerate 中的缓存 页面上了解更多信息。
¥This content has moved — learn more on the updated Caching in Accelerate page.