Skip to content

Commit

Permalink
Remove alpha version warning from dedicated clusters (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasb authored Jul 30, 2024
1 parent 91770e1 commit 526ceab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 010-Getting-started/010-what-is-xata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ Nevertheless, branches on shared clusters have zero cold starts, they are never

#### Dedicated Postgres clusters

<Alert status="warning">Dedicated clusters are currently in private alpha. Please reach out to request access.</Alert>

These are single-tenant clusters that are dedicated to a single customer. You can create multiple Xata databases or branches on a dedicated cluster, and you can move them between clusters (including shared clusters) without downtime.

Unlike the shared clusters, the dedicated clusters offer the full set of PostgreSQL functionality, including custom functions, extensions, and triggers. They have no rate limits and no concurrency limits, and are limited only by the compute size.
Expand All @@ -98,6 +96,8 @@ There are two kind of instance types to be used in dedicated clusters:

The dedicated clusters, both provisioned and auto-scaling, are powered by AWS Aurora. The auto-scaling functionality is provided by AWS Aurora Serverless v2.

You can find more information about Dedicated Postgres clusters [here](/docs/dedicated-cluster).

### Integrated secondary data stores

While PostgreSQL is an incredibly versatile database good for almost any starting application, we are of the opinion that it is not the best tool for every job.
Expand Down

0 comments on commit 526ceab

Please sign in to comment.