Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/styles/templates/integration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Integrate <third-party tool name> with Tiger Cloud
title: Integrate <third-party tool name> with Tiger
excerpt: SEO friendly explanation of why the user will do it
keywords: [<third-party tool name>]
---
Expand Down Expand Up @@ -46,7 +46,7 @@ To connect to $CLOUD_LONG:

// Add only if there is a simple way to illustrate how the two solutions work together.

Take the following steps to <whatever the tool must do in conjunction with Tiger Cloud>:
Take the following steps to <whatever the tool must do in conjunction with Tiger>:

<Procedure>

Expand Down
6 changes: 3 additions & 3 deletions .github/styles/templates/procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ This section shows you how to:

In order to \<a couple of words that sound like the title> you need the following:

* A [Tiger Cloud service][create-a-service]
* A [Tiger service][create-a-service]
* If you are using this template to write a new document, see some good doc examples:
* [Create your first Tiger Cloud service][create-a-service]
* [Secure your Tiger Cloud service with VPC Peering and AWS PrivateLink][secure-vpc-aws]
* [Create your first Tiger service][create-a-service]
* [Secure your Tiger service with VPC Peering and AWS PrivateLink][secure-vpc-aws]
* [Install TimescaleDB on Linux][install-linux]
* Read the [Google Developer Style Guide][gdsg]
* ...
Expand Down
2 changes: 1 addition & 1 deletion .helper-scripts/llms/generate_llms_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _load_comprehensive_variables(self) -> Dict[str, str]:
'$READ_REPLICA': 'read replica',

# Legacy/Backwards compatibility
'$TIGER_POSTGRES': 'Tiger Postgres',
'$TIGER_POSTGRES': 'TimescaleDB',
'$POSTGRESQL': 'PostgreSQL',

# Additional Variables
Expand Down
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Each major doc section has a dedicated directory with `.md` files inside, repres
- A short intro describing the main subject of the page.
- A visual illustrating the main concept, if relevant.
- Paragraphs with descriptive headers, organizing the content into logical sections.
- Procedures to describe the sequence of steps to reach a certain goal. For example, create a Tiger Cloud service.
- Procedures to describe the sequence of steps to reach a certain goal. For example, create a Tiger service.
- Other visual aids, if necessary.
- Links to other relevant resources.

Expand Down Expand Up @@ -54,22 +54,22 @@ The navigation hierarchy of a doc section is governed by `page-index/page-index.

```js
{
title: "Tiger Cloud services",
title: "Tiger services",
href: "services",
excerpt: "About Tiger Cloud services",
excerpt: "About Tiger services",
children: [
{
title: "Services overview",
href: "service-overview",
excerpt: "Tiger Cloud services overview",
excerpt: "Tiger services overview",
},
{
title: "Service explorer",
href: "service-explorer",
excerpt: "Tiger Cloud services explorer",
excerpt: "Tiger services explorer",
},
{
title: "Troubleshooting Tiger Cloud services",
title: "Troubleshooting Tiger services",
href: "troubleshooting",
type: "placeholder",
},
Expand Down Expand Up @@ -113,7 +113,7 @@ See [Formatting examples][formatting] for how to use them.

## Variables

TigerData documentation uses variables for its product names, features, and UI elements in Tiger Cloud Console with the following syntax: `$VARIABLE_NAME`. Variables do not work inside the following:
TigerData documentation uses variables for its product names, features, and UI elements in Tiger Console with the following syntax: `$VARIABLE_NAME`. Variables do not work inside the following:

- Front matter on each page
- HTML tables and tabs
Expand Down Expand Up @@ -145,8 +145,8 @@ To make a documentation page more visible and clear for Google:
- Summarize the contents of each paragraph in the first sentence of that paragraph.
- Include main page keywords into the meta tags, page title, first header, and intro. These are usually the names of features described in the page. For example, for a page dedicated to creating hypertables, you can use the keyword **hypertable** in the following way:

- Title: Create a hypertable in Tiger Cloud
- Description: Turn a regular $PG table into a hypertable in a few steps, using Tiger Cloud Console.
- Title: Create a hypertable in Tiger
- Description: Turn a regular $PG table into a hypertable in a few steps, using Tiger Console.
- First header: Create a hypertable

## Docs for deprecated products
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

<div align=center>

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

[![Docs](https://img.shields.io/badge/Read_the_TigerData_docs-black?style=for-the-badge&logo=readthedocs&logoColor=white)](https://docs.tigerdata.com/)
[![SLACK](https://img.shields.io/badge/Ask_the_TigerData_community-black?style=for-the-badge&logo=slack&logoColor=white)](https://timescaledb.slack.com/archives/C4GT3N90X)
[![Try Tiger Cloud for free](https://img.shields.io/badge/Try_Tiger_Cloud_for_free-black?style=for-the-badge&logo=timescale&logoColor=white)](https://console.cloud.timescale.com/signup)
[![Try Tiger for free](https://img.shields.io/badge/Try_Tiger_Cloud_for_free-black?style=for-the-badge&logo=timescale&logoColor=white)](https://console.cloud.timescale.com/signup)

</div>

Expand Down
2 changes: 1 addition & 1 deletion _partials/_cloud-connect-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Connect using data mode or SQL editor in $CONSOLE, or psql in the command line:

<Tabs label="Connect to your Tiger Cloud service" persistKey="sql-editor">
<Tabs label="Connect to your Tiger service" persistKey="sql-editor">

<Tab title="Data mode in Console" label="data-mode">

Expand Down
4 changes: 2 additions & 2 deletions _partials/_cloud-create-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<li>
<p>
Sign in to the{" "}
<a href="https://console.cloud.timescale.com/">Tiger Cloud Console</a> and click <code>Create service</code>.
<a href="https://console.cloud.timescale.com/">Tiger Console</a> and click <code>Create service</code>.
</p>
</li>
<li>
Expand All @@ -26,7 +26,7 @@
class="main-content__illustration"
width={1375} height={944}
src="https://assets.timescale.com/docs/images/tsc-create-service-demo.png"
alt="Create a new service in the Tiger Cloud Console"
alt="Create a new service in the Tiger Console"
/>
</li>
)}
Expand Down
6 changes: 3 additions & 3 deletions _partials/_cloud-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

You create a $ACCOUNT_LONG to manage your $SERVICE_SHORTs and data in a centralized and efficient manner in $CONSOLE. From there, you can create and delete $SERVICE_SHORTs, run queries, manage access and billing, integrate other services, contact support, and more.

<Tabs label="Create a Tiger Cloud account" persistKey="source-cloud">
<Tabs label="Create a Tiger account" persistKey="source-cloud">

<Tab title="Tiger Cloud" label="tiger-cloud">
<Tab title="Tiger" label="tiger-cloud">

You create a standalone account to manage $CLOUD_LONG as a separate unit in your infrastructure, which includes separate billing and invoicing.

Expand Down Expand Up @@ -35,7 +35,7 @@ case, $CLOUD_LONG is a line item in your AWS invoice.

To set up $CLOUD_LONG via AWS:

1. **Open [AWS Marketplace][aws-marketplace] and search for `Tiger Cloud`**
1. **Open [AWS Marketplace][aws-marketplace] and search for `Tiger`**

You see two pricing options, [pay-as-you-go][aws-paygo] and [annual commit][aws-annual-commit].

Expand Down
11 changes: 7 additions & 4 deletions _partials/_cloud-intro-short.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
$TIGER_POSTGRES is a radically faster $PG for transactional, analytical and agentic
A $SERVICE_LONG is a single optimised $PG instance extended with innovations in the database engine such as
$TIMESCALE_DB, in a cloud infrastructure that delivers speed without compromise.

A $SERVICE_LONG is a radically faster $PG for transactional, analytical and agentic
workloads at scale.

It’s not a fork. It’s not a wrapper. It is $PG—extended with innovations in the database
engine and cloud infrastructure to deliver speed (10-1000x faster at scale) without compromise.
$TIGER_POSTGRES brings together the familiarity and reliability of $PG with the performance of
A $SERVICE_LONG brings together the familiarity and reliability of $PG with the performance of
purpose-built engines.

$CLOUD_LONG is the fastest $PG cloud, powered by $TIGER_POSTGRES. It includes everything you need
to run $TIGER_POSTGRES in production—reliable, scalable, observable.
$CLOUD_LONG is the fastest $PG cloud. It includes everything you need
to run $PG in a production—reliable, scalable, observable environment.
8 changes: 5 additions & 3 deletions _partials/_cloud-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ real-time analytics, and vector search—all in a single database alongside tran

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, $CLOUD_LONG allows you to build data-heavy, mission-critical apps while retaining the familiarity and reliability of $PG.

A $SERVICE_LONG is a single optimised instance of $TIGER_POSTGRES. $TIGER_POSTGRES is $PG extended with innovations in the database engine and cloud infrastructure to deliver speed without compromise. A $SERVICE_LONG instance is 10-1000x faster at scale! A $SERVICE_SHORT 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. To the $PG you know and love, $TIGER_POSTGRES adds the following capabilities:
A $SERVICE_LONG is a single optimised $PG instance extended with innovations in the database engine and cloud
infrastructure to deliver speed without compromise. A $SERVICE_LONG instance is 10-1000x faster at scale! A $SERVICE_SHORT
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. To the $PG you know and love, $CLOUD_LONG adds the following capabilities:

- **Real-time analytics**: store and query [time-series data][what-is-time-series] at scale for
real-time analytics and other use cases. Get faster time-based queries with $HYPERTABLEs, $CAGGs, and columnar storage. Save money by compressing data into the $COLUMNSTORE, moving cold data to low-cost bottomless storage in Amazon S3, and deleting old data with automated policies.
Expand Down
2 changes: 1 addition & 1 deletion _partials/_cloud-mst-comparison.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Highlight
type="cloud"
header="Tiger Cloud or MST?"
header="Tiger or MST?"
>

$CLOUD_LONG is a high-performance developer focused cloud that provides $PG services enhanced
Expand Down
2 changes: 1 addition & 1 deletion _partials/_cloudtrial.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Highlight type="cloud" header="Try for free on Tiger Cloud" button="Try for free">
<Highlight type="cloud" header="Try for free on Tiger" button="Try for free">

Your $CLOUD_LONG trial is completely free for you to use for the first
thirty days. This gives you enough time to complete all the tutorials and run a
Expand Down
2 changes: 1 addition & 1 deletion _partials/_cloudtrial_unused.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Highlight type="cloud" header="Try for free on Tiger Cloud" button="Try for free">
<Highlight type="cloud" header="Try for free on Tiger" button="Try for free">

<ul>
<li> Get started at the click of a button </li>
Expand Down
2 changes: 1 addition & 1 deletion _partials/_consider-cloud.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Highlight type="cloud" header="Try for free on Tiger Cloud" button="Try for free">
<Highlight type="cloud" header="Try for free on Tiger" button="Try for free">

$CLOUD_LONG is a fully managed service with automatic backup and restore, high
availability with replication, seamless scaling and resizing, and much more. You
Expand Down
2 changes: 1 addition & 1 deletion _partials/_foreign-data-wrappers.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To query another data source:

<Tabs label="Query another data source" persistKey="source-database">

<Tab title="Tiger Cloud" label="tiger-cloud">
<Tab title="Tiger" label="tiger-cloud">

You create $PG FDWs with the `postgres_fdw` extension, which is enabled by default in $CLOUD_LONG.

Expand Down
2 changes: 1 addition & 1 deletion _partials/_formatting_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Use sparingly and only if it's essential to attract the reader's attention.

<Highlight type="cloud">

A note dealing specifically with Tiger Cloud.
A note dealing specifically with Tiger.

</Highlight>

Expand Down
2 changes: 1 addition & 1 deletion _partials/_grafana-connect.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Connect Grafana to Tiger Cloud
## Connect Grafana to Tiger

To visualize the results of your queries, enable Grafana to read the data in your $SERVICE_SHORT:

Expand Down
4 changes: 2 additions & 2 deletions _partials/_integration-apache-kafka-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
```
1. Send some events. For example, type the following:
```bash
>Tiger Cloud
>Tiger
>How Cool
```
1. In another Terminal window, navigate to <KAFKA_HOME>, then run `kafka-console-consumer` to consume the events you just sent:
Expand All @@ -51,7 +51,7 @@
```
You see
```bash
Tiger Cloud
Tiger
How Cool
```

Expand Down
2 changes: 1 addition & 1 deletion _partials/_livesync-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ To sync data from your $PG database to your $SERVICE_LONG using $CONSOLE:

1. **Monitor synchronization**

![Tiger Cloud connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png)
![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-connector-overview.png)

1. To view the amount of data replicated, click `Connectors`. The diagram in `Connector data flow` gives you an overview of the connectors you have created, their status, and how much data has been replicated.

Expand Down
2 changes: 1 addition & 1 deletion _partials/_prometheus-integrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To export your data, do the following:

<Tabs label="Export metrics to Prometheus" persistKey="source-database">

<Tab title="Tiger Cloud" label="tiger-cloud">
<Tab title="Tiger" label="tiger-cloud">

<Procedure>

Expand Down
2 changes: 1 addition & 1 deletion _partials/_start-coding-ruby.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Quick Start: Ruby and TimescaleDB"
excerpt: Get started with Tiger Cloud or TimescaleDB using Ruby
excerpt: Get started with Tiger or TimescaleDB using Ruby
keywords: [Ruby]
---

Expand Down
2 changes: 1 addition & 1 deletion _troubleshooting/cloud-singledb.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tags: [services]
* Copy this comment at the top of every troubleshooting page
-->

Each $SERVICE_LONG hosts a single $TIGER_POSTGRES instance called `tsdb`. You see this error when you try
Each $SERVICE_LONG hosts a single $PG instance called `tsdb`. You see this error when you try
to create an additional database in a service. If you need another database,
[create a new service][create-service].

Expand Down
2 changes: 1 addition & 1 deletion about/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About TigerData products
excerpt: Learn about Tiger Cloud and TimescaleDB, including pricing, release notes, feature overview, and contribution guidelines
excerpt: Learn about Tiger and TimescaleDB, including pricing, release notes, feature overview, and contribution guidelines
products: [cloud, self_hosted, mst]
---

Expand Down
2 changes: 1 addition & 1 deletion about/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = [
{
title: "Pricing plans and account management",
href: "pricing-and-account-management",
excerpt: "Pricing plans for Tiger Cloud services",
excerpt: "Pricing plans for Tiger services",
},
{
title: "Changelog",
Expand Down
4 changes: 2 additions & 2 deletions about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Release notes
excerpt: Get an overview of the new features, improvements, and fixes released in every version of Tiger Cloud and TimescaleDB
excerpt: Get an overview of the new features, improvements, and fixes released in every version of Tiger and TimescaleDB
products: [cloud, self_hosted]
keywords: [TimescaleDB, Tiger Cloud, TimescaleDB Toolkit, pgai, pgvectorscale, pgspot, live-migration, upgrades, updates, releases]
keywords: [TimescaleDB, Tiger, TimescaleDB Toolkit, pgai, pgvectorscale, pgspot, live-migration, upgrades, updates, releases]
---

# Release notes
Expand Down
4 changes: 2 additions & 2 deletions about/whitepaper.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: TigerData architecture for real-time analytics
excerpt: A whitepaper detailing the architectural choices and optimizations for real-time analytics that power TimescaleDB and Tiger Cloud
excerpt: A whitepaper detailing the architectural choices and optimizations for real-time analytics that power TimescaleDB and Tiger
products: [cloud, mst, self_hosted]
keywords: [real-time analytics, tiger cloud, timescaledb, time-series, whitepaper]
keywords: [real-time analytics, Tiger, timescaledb, time-series, whitepaper]
---
# $COMPANY architecture for real-time analytics

Expand Down
2 changes: 1 addition & 1 deletion ai/page-index/page-index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = [
{
title: "AI and Vector: pgai on Tiger Cloud",
title: "AI and Vector: pgai on Tiger",
href: "ai",
filePath: "index.md",
pageComponents: ["featured-cards"],
Expand Down
4 changes: 2 additions & 2 deletions ai/python-interface-for-pgvector-and-timescale-vector.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You use pgai to power production grade AI applications. `timescale_vector` is th

Before you get started with `timescale_vector`:

- [Sign up for pgai on Tiger Cloud](https://console.cloud.timescale.com/signup?utm_campaign=vectorlaunch&utm_source=docs&utm_medium=direct): Get 90 days free to try pgai on $CLOUD_LONG.
- [Sign up for pgai on Tiger](https://console.cloud.timescale.com/signup?utm_campaign=vectorlaunch&utm_source=docs&utm_medium=direct): Get 90 days free to try pgai on $CLOUD_LONG.
- [Follow the Get Started Tutorial](https://timescale.github.io/python-vector/tsv_python_getting_started_tutorial.html):
Learn how to use pgai on $CLOUD_LONG for semantic search on a real-world dataset.

Expand Down Expand Up @@ -73,7 +73,7 @@ The client constructor takes three required arguments:

| name | description |
|----------------|-------------------------------------------------------------------------------------------|
| `service_url` | Tiger Cloud service URL / connection string |
| `service_url` | Tiger service URL / connection string |
| `table_name` | Name of the table to use for storing the embeddings. Think of this as the collection name |
| `num_dimensions` | Number of dimensions in the vector |

Expand Down
4 changes: 2 additions & 2 deletions api/configuration/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Service configuration
excerpt: Use the default PostgreSQL server configuration settings for your Tiger Cloud service, or customize them as needed
excerpt: Use the default PostgreSQL server configuration settings for your Tiger service, or customize them as needed
keywords: [configure]
products: [self_hosted, cloud]
---
Expand All @@ -10,7 +10,7 @@ products: [self_hosted, cloud]
$SERVICE_LONG use the default $PG server configuration settings. You can optimize your $SERVICE_SHORT configuration
using the following $TIMESCALE_DB and Grand Unified Configuration (GUC) parameters.

* [$TIGER_POSTGRES configuration and tuning][tigerpostgres-config]
* [$TIMESCALE_DB configuration and tuning][tigerpostgres-config]
* [Grand Unified Configuration (GUC) parameters][gucs]

[tigerpostgres-config]: /api/:currentVersion:/configuration/tiger-postgres/
Expand Down
8 changes: 3 additions & 5 deletions api/configuration/tiger-postgres.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
---
title: Tiger Postgres configuration and tuning
excerpt: Configure the Tiger Postgres settings related to policies, query planning and execution, distributed
hypertables, and
administration
title: TimescaleDB configuration and tuning
excerpt: Configure the TimescaleDB settings related to policies, query planning and execution, distributed hypertables, and administration
products: [cloud]
keywords: [configuration, settings]
tags: [tune]
---

import TimescaleDBConfig from "versionContent/_partials/_timescaledb-config.mdx";

# $TIGER_POSTGRES configuration and tuning
# $TIMESCALE_DB configuration and tuning

<TimescaleDBConfig />

Loading