Experimental feature subject to potentially major changes, this is not recommended for use in production and access must be requested. Request access.
Dedicated cluster
Xata provides you multiple deployment options, the most powerful is the dedicated cluster. Your own Postgres instance, that only belongs to you, so you get all the power of Postgres pair Xata's features out of box.
Dedicated cluster is available in the Pro plan.
At the moment Xata supports the following Postgres versions:
- 15.4
- 15.5
- 14.10
- 14.9
As we working to promoted dedicated clusters to generaly available (GA), we will add more versions. Another functionality we are working on is to provide you control over the maintenance windows and the ability upgrade a version yourself.
Serveless option
- db.t4g.medium
- db.t4g.large
- db.t3.medium
- db.t3.large
- r6gd.xlarge
- r6gd.2xlarge
- db.r6g.large
- db.r6g.xlarge
- db.r6g.2xlarge
- db.r6i.large
- db.r6i.xlarge
- db.r6i.2xlarge
Similar to the supported Postgres version, we will launch this feature in a selected set of regions. If you the region you are looking for is not available please reach out to our support team.
You can install extensions yourself, please consult the Postgres documentation for a how to.
To inspect which extensions are available out-of-the-box, please connect to your database and run the following command:
SELECT * FROM pg_available_extensions;
Certain SQL statements and functions are forbidden, refer to limtations for the complete list. There are no limits imposed on amount of open Postgres connections or HTTP API requests in a dedicated cluster.