---
title: About Tiger Cloud services | Tiger Data Docs
description: Create, manage, and scale Tiger Cloud PostgreSQL services
---

Tiger Cloud is the modern PostgreSQL data platform for all your applications. It enhances PostgreSQL to handle time series, events, real-time analytics, and vector search, all in a single database alongside transactional workloads.

You get one system that handles live data ingestion, late and out-of-order updates, and low latency queries, with the performance, reliability, and scalability your app needs. Ideal for IoT, crypto, finance, SaaS, and a myriad other domains, Tiger Cloud allows you to build data-heavy, mission-critical apps while retaining the familiarity and reliability of PostgreSQL.

A Tiger Cloud service is a single optimized PostgreSQL instance extended with innovations in the database engine and cloud infrastructure to deliver speed without sacrifice. A Tiger Cloud service is 10-1000x faster at scale! It is ideal for applications requiring strong data consistency, complex relationships, and advanced querying capabilities. Get ACID compliance, extensive SQL support, JSON handling, and extensibility through custom functions, data types, and extensions.

Each service is associated with a project in Tiger Cloud. Each project can have multiple services. Each user is a [member of one or more projects](/docs/deploy/tiger-cloud/tiger-cloud-aws/security/members/index.md).

You create free and standard services in Tiger Console. A standard service comes with the full range of features according to your pricing plan. A free service comes at zero cost and gives you limited features and resources.

![Tiger Cloud pricing plans: Performance, Scale, and Enterprise](/docs/_astro/tiger-pricing.FMxKjx4i.svg)

To the PostgreSQL you know and love, Tiger Cloud adds the following capabilities:

- **Standard services**:

  - *Real-time analytics*: store and query [time-series data](https://www.tigerdata.com/blog/time-series-database-an-explainer#what-is-a-time-series-database) at scale for real-time analytics and other use cases. Get faster time-based queries with hypertables, continuous aggregates, and columnar storage. Save money by compressing data into the columnstore, moving cold data to low-cost bottomless storage in Amazon S3 or Azure Blob storage, and deleting old data with automated policies.
  - *AI-focused*: build AI applications from start to scale. Get fast and accurate similarity search with the pgvector and pgvectorscale extensions.
  - *Hybrid applications*: get a full set of tools to develop applications that combine time-based data and AI.

  All standard Tiger Cloud services include the tooling you expect for production and developer environments: [live migration](/docs/migrate/live-migration/index.md), [automatic backups and PITR](/docs/deploy/tiger-cloud/tiger-cloud-aws/high-availability/backup-restore/index.md), [high availability](/docs/deploy/tiger-cloud/tiger-cloud-aws/high-availability/high-availability/index.md), [read replicas](/docs/deploy/tiger-cloud/tiger-cloud-aws/high-availability/read-scaling/index.md), [data forking](/docs/deploy/tiger-cloud/tiger-cloud-aws/service-management/service-management#fork-a-service/index.md), [connection pooling](/docs/deploy/tiger-cloud/tiger-cloud-aws/service-management/connection-pooling/index.md), [tiered storage](/docs/build/data-management/storage/manage-storage/index.md), [usage-based storage](/docs/deploy/tiger-cloud/tiger-cloud-aws/pricing-and-account-management#how-your-bill-is-calculated/index.md), secure in-Tiger Console [SQL editing](/docs/build/data-management/run-queries-from-tiger-console/index.md), service [metrics](/docs/deploy/tiger-cloud/tiger-cloud-aws/monitoring#metrics/index.md) and [insights](/docs/deploy/tiger-cloud/tiger-cloud-aws/monitoring#insights/index.md), streamlined maintenance, and much more. Tiger Cloud continuously monitors your services and prevents common PostgreSQL out-of-memory crashes.

- **Free services**:

  *PostgreSQL with TimescaleDB and vector extensions*

  Free services come with pre-configured CPU and memory, are hosted in `us-east-1` region, and offer limited resources with a basic feature scope. This excludes connection pooling, replication, data tiering, exporters, metrics, VPC, and other features. Free services are perfect for schema explorations, syntax validations, and other small-scale testing. Once you reach the storage limit, a free service enters a read-only state. You can [convert your free service](/docs/deploy/tiger-cloud/tiger-cloud-aws/service-management/service-management#convert-a-free-service-to-a-standard-one/index.md) to a standard one at any time.

  Note

  Free services are currently in beta.

You can [manage, pause, or delete](/docs/deploy/tiger-cloud/tiger-cloud-aws/service-management/service-management/index.md) your service at any time from Tiger Console.

## Learn more about Tiger Cloud

Read about Tiger Cloud features in the documentation:

- Create your first [hypertable](/docs/learn/hypertables/understand-hypertables/index.md).
- Run your first query using [time\_bucket()](/docs/build/data-management/query-data/advanced-analytic-queries#group-data-into-time-buckets/index.md).
- Trying more advanced time-series functions, starting with [gap filling](/docs/build/data-management/query-data/advanced-analytic-queries#fill-gaps-in-time-series-data/index.md) or [real-time aggregates](/docs/build/continuous-aggregates/create-a-continuous-aggregate/index.md).

## Keep testing during your free trial

You’re now on your way to a great start with Tiger Cloud.

You have a $1000-credit, 30-day free trial with Tiger Cloud to continue to test your use case. Before the end of your trial, make sure you add your credit card information. This ensures a smooth transition after your trial period concludes.

If you have any questions, you can [join our community Slack group](https://slack-login.timescale.com) or [contact us](https://www.tigerdata.com/contact) directly.

## Advanced configuration

Tiger Cloud is a versatile hosting service that provides a growing list of advanced features for your PostgreSQL and time-series data workloads.

For more information about customizing your database configuration, see the [Configuration section](/docs/deploy/tiger-cloud/tiger-cloud-aws/configuration/about-configuration/index.md).

Note

The [TimescaleDB Terraform provider](https://registry.terraform.io/providers/timescale/timescale/latest/) provides configuration management resources for Tiger Cloud. You can use it to create, rename, resize, delete, and import services. For more information about the supported service configurations and operations, see the [Terraform provider documentation](https://registry.terraform.io/providers/timescale/timescale/latest/docs).
