diff --git a/content/800-data-platform/100-accelerate/100-what-is-accelerate.mdx b/content/800-data-platform/100-accelerate/100-what-is-accelerate.mdx index 673a1b77d4..164766b8e2 100644 --- a/content/800-data-platform/100-accelerate/100-what-is-accelerate.mdx +++ b/content/800-data-platform/100-accelerate/100-what-is-accelerate.mdx @@ -20,16 +20,10 @@ The goal of Accelerate is to improve response times and reduce database load. It While Accelerate is beneficial for all types of applications, being at the edge provides additional benefits to edge function environments like [Vercel Edge Functions](https://vercel.com/docs/concepts/functions/edge-functions), [Cloudflare Workers](https://workers.cloudflare.com/), and [Deno Deploy](https://deno.com/deploy). Cache hits can be served from data centers near the user regardless of the region of the database. - - -Accelerate is in Preview. While we have high confidence in our product, the nature of an Preview product is that significant iterations might happen at any time, so we would advise against placing it in a system that requires stability. - - - ## See Accelerate in action We built a small sample application, [Accelerate Speed Test](https://accelerate-speed-test.prisma.io/). The app compares the performance of cached and uncached queries side by side. The app is [open source](https://github.com/prisma/accelerate-speed-test) and you can clone it to try it yourself. -![Screenshot of the Accelerate Speed Test app showing cached query performance](./images/speed-test.png) +![Screenshot of the Accelerate Speed Test app showing cached query performance](./images/accelerate.png) diff --git a/content/800-data-platform/100-accelerate/600-faq.mdx b/content/800-data-platform/100-accelerate/600-faq.mdx index 407038c8d1..ca07f9bc66 100644 --- a/content/800-data-platform/100-accelerate/600-faq.mdx +++ b/content/800-data-platform/100-accelerate/600-faq.mdx @@ -14,13 +14,9 @@ Accelerate's cache performs best when it observes a higher load from a project. Prisma operations are sent to Accelerate over HTTP. As a result, the first request to Accelerate must establish an HTTP handshake and may have additional latency as a result. We're exploring ways to reduce this initial request latency in the future. -## What happens to my Scale plan subscription if I switch to Accelerate? - -While Accelerate is in Preview, you do not need a subscription or a monthly plan. With Accelerate, you can use the same Data Proxy [connection pooling features](/data-platform/accelerate/getting-started#no-cache-strategy-to-only-use-connection-pool) on top of the Accelerate global cache. - ## What is the pricing of Accelerate? -When we officially launch Accelerate and make it generally available, we will provide pricing details. +You can find more details on our [Accelerate pricing page](https://www.prisma.io/pricing) ## VS Code does not recognize the `$extends` method diff --git a/content/800-data-platform/100-accelerate/images/accelerate.png b/content/800-data-platform/100-accelerate/images/accelerate.png new file mode 100644 index 0000000000..408d30212e Binary files /dev/null and b/content/800-data-platform/100-accelerate/images/accelerate.png differ