> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-poc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported platforms

> The platforms and systems supported by Tiger Cloud.

export const CLOUD_LONG = 'Tiger Cloud';

export const PG = 'Postgres';

export const COMPANY = 'Tiger Data ';

export const SERVICE_SHORT = 'service';

export const SERVICE_LONG = 'Tiger Cloud service';

{CLOUD_LONG} is all the latest features that just work. A reliable and worry-free {PG} cloud for all your workloads.

{CLOUD_LONG} always runs the latest version of all {COMPANY} products. With {CLOUD_LONG} you:

* Build everything on one service, and each service hosts one database
* Get faster queries using less compute
* Compress data without sacrificing performance
* View insights on performance, queries, and more
* Reduce storage with automated retention policies

See the available [service capabilities][service-types] and [regions][regions].

## Available service capabilities

{SERVICE_LONG}s run optimized {COMPANY} extensions on latest {PG}, in a highly secure cloud environment. Each {SERVICE_SHORT} is a specialized database instance tuned for your workload. Available capabilities are:

<table>
  <thead>
    <tr>
      <th>Capability</th>
      <th>Extensions</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><strong>Real-time analytics</strong> <p>Lightning-fast ingest and querying of time-based and event data.</p></td>
      <td><ul><li>TimescaleDB</li><li>TimescaleDB Toolkit</li></ul>   </td>
    </tr>

    <tr>
      <td><strong>AI and vector </strong><p>Seamlessly build RAG, search, and AI agents.</p></td>
      <td><ul><li>TimescaleDB</li><li>pgvector</li><li>pgvectorscale</li><li>pgai</li></ul></td>
    </tr>

    <tr>
      <td><strong>Hybrid</strong><p>Everything for real-time analytics and AI workloads, combined.</p></td>
      <td><ul><li>TimescaleDB</li><li>TimescaleDB Toolkit</li><li>pgvector</li><li>pgvectorscale</li><li>pgai</li></ul></td>
    </tr>

    <tr>
      <td><strong>Support</strong></td>
      <td><ul><li>24/7 support no matter where you are.</li><li>Continuous incremental backup/recovery.</li><li>Point-in-time forking/branching.</li><li>Zero-downtime upgrades.</li><li>Multi-AZ high availability.</li><li>An experienced global ops and support team that can build and manage Postgres at scale.</li></ul></td>
    </tr>
  </tbody>
</table>

## Available regions

<Tabs>
  <Tab title="Tiger Cloud on AWS">
    {SERVICE_LONG}s run in the following Amazon Web Services (AWS) regions:

    | Region           | Zone          | Location       |
    | ---------------- | ------------- | -------------- |
    | `ap-south-1`     | Asia Pacific  | Mumbai         |
    | `ap-southeast-1` | Asia Pacific  | Singapore      |
    | `ap-southeast-2` | Asia Pacific  | Sydney         |
    | `ap-northeast-1` | Asia Pacific  | Tokyo          |
    | `ca-central-1`   | Canada        | Central        |
    | `eu-central-1`   | Europe        | Frankfurt      |
    | `eu-west-1`      | Europe        | Ireland        |
    | `eu-west-2`      | Europe        | London         |
    | `sa-east-1`      | South America | São Paulo      |
    | `us-east-1`      | United States | North Virginia |
    | `us-east-2`      | United States | Ohio           |
    | `us-west-2`      | United States | Oregon         |
  </Tab>

  <Tab title="Tiger Cloud on Azure">
    {SERVICE_LONG}s run in the following Microsoft Azure regions:

    | Region       | Location  |
    | ------------ | --------- |
    | `eastus2`    | Virginia  |
    | `westeurope` | Amsterdam |
  </Tab>
</Tabs>

[regions]: #available-regions

[service-types]: #available-service-capabilities
