Skip to content

Align products and pricing plans #4081

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: latest
Choose a base branch
from
1 change: 1 addition & 0 deletions about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Changelog
excerpt: Get a weekly summary of the latest changes to Timescale products with links to detailed documentation
keywords: [changelog, upgrades, updates, releases]
products: [cloud]
---

# Changelog
Expand Down
2 changes: 1 addition & 1 deletion about/contribute-to-timescale.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Contribute to Timescale
excerpt: We welcome all contributions! Learn to contribute to the TimescaleDB code base and documentation
products: [cloud, mst, self_hosted]
products: [self_hosted]
keywords: [contribute]
tags: [github]
---
Expand Down
1 change: 1 addition & 0 deletions about/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: About Timescale products
excerpt: Learn about Timescale Cloud and TimescaleDB, including pricing, release notes, feature overview, and contribution guidelines
products: [cloud, self_hosted, mst]
---

# About Timescale
1 change: 1 addition & 0 deletions about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Timescale release notes
excerpt: Get an overview of the new features, improvements, and fixes released in every version of Timescale Cloud and TimescaleDB
products: [cloud, self_hosted]
keywords: [TimescaleDB, Timescale Cloud, TimescaleDB Toolkit, pgai, pgvectorscale, pgspot, live-migration, upgrades, updates, releases]
---

Expand Down
2 changes: 1 addition & 1 deletion about/timescaledb-editions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Compare TimescaleDB editions
excerpt: See the difference between the TimescaleDB Community and TimescaleDB Apache 2 editions
products: [cloud, mst, self_hosted]
products: [cloud, self_hosted]
keywords: [Apache, community, license]
tags: [learn, contribute]
---
Expand Down
2 changes: 1 addition & 1 deletion ai/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Power your AI apps with PostgreSQL
excerpt: Timescale pgai is a solution for building search, RAG, and AI agents with PostgreSQL. Learn more about pgai and how to use it
products: [cloud]
products: [cloud, mst, self_hosted]
keywords: [ai, vector, pgvector, pgvectorscale, pgai]
tags: [ai, vector]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Key vector database concepts for understanding pgvector
excerpt: Learn the most important vector database concepts for understanding AI in PostgreSQL - pgvector, pgvectorscale, and pgai
products: [cloud]
products: [cloud, mst, self_hosted]
keywords: [ai, vector, pgvector, pgvectorscale, pgai]
tags: [ai, vector]
---
Expand Down
2 changes: 1 addition & 1 deletion ai/sql-interface-for-pgvector-and-timescale-vector.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: SQL inteface for pgvector and pgvectorscale
excerpt: Use the SQL interface to work with pgvector and pgvectorscale, including installing the extensions, creating a table, querying the vector embeddings, and more
products: [cloud]
products: [cloud, mst, self_hosted]
keywords: [ai, vector, pgvector, timescale vector, sql, pgvectorscale]
tags: [ai, vector, sql]
---
Expand Down
1 change: 1 addition & 0 deletions api/_hyperfunctions/asap_smooth.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ api_details:
2020-01-05 05:00:00+00 | 4.417012192481623
2020-01-06 01:00:00+00 | 5.366481456572268
2020-01-06 21:00:00+00 | 5.949469264090643
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/candlestick_agg/candlestick_agg.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ api_details:
An object storing `(timestamp, value)` pairs for each of the opening,
high, low, and closing prices, in addition to information used to
calculate the total volume and Volume Weighted Average Price.
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/compact_state_agg/compact_state_agg.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ api_details:
command:
code: |
SELECT toolkit_experimental.compact_state_agg(time, status) FROM devices;
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/count_min_sketch/count_min_sketch.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ api_details:
- column: count_min_sketch
type: CountMinSketch
description: An object storing a table of counters
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/counter_agg/counter_agg.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ api_details:
FROM foo
WHERE id = 'bar'
GROUP BY time_bucket('1 day'::interval, ts)
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/freq_agg/freq_agg.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ api_details:
command:
code: |
SELECT toolkit_experimental.freq_agg(0.05, ZIP) FROM HomeSales;
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/gauge_agg/gauge_agg.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ api_details:
FROM foo
WHERE id = 'bar'
GROUP BY time_bucket('1 day'::interval, ts)
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/heartbeat_agg/heartbeat_agg.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ api_details:
'10 days',
'5 min')
FROM system_health;
products: [cloud, mst, self_hosted]
---
2 changes: 1 addition & 1 deletion api/_hyperfunctions/heartbeat_agg/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ or downtime as well as report the time ranges where the system was live or dead.

It's also possible to combine multiple heartbeat aggregates to determine the
overall health of a service. For example, the heartbeat aggregates from a
primary and standby server could be combine to see if there was ever a window
primary and standby server could be combined to see if there was ever a window
where both machines were down at the same time.
1 change: 1 addition & 0 deletions api/_hyperfunctions/hyperloglog/hyperloglog.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ api_details:
to other `hyperloglog` functions.
command:
code: CREATE VIEW hll AS SELECT hyperloglog(32768, data) FROM samples;
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/max_n/max_n.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ api_details:
type: MaxN
description: >
The compiled aggregate. Note that the exact type will be `MaxInts`, `MaxFloats`, or `MaxTimes` depending on the input type
products: [cloud, mst, self_hosted]
---
1 change: 1 addition & 0 deletions api/_hyperfunctions/max_n_by/max_n_by.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ api_details:
type: MaxNBy
description: >
The compiled aggregate. Note that the exact type will be MaxByInts, MaxByFloats, or MaxByTimes depending on the input type
products: [cloud, mst, self_hosted]
---
1 change: 1 addition & 0 deletions api/_hyperfunctions/min_n/min_n.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ api_details:
type: MinN
description: >
The compiled aggregate. Note that the exact type is `MinInts`, `MinFloats`, or `MinTimes` depending on the input type
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/min_n_by/min_n_by.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ api_details:
type: MinNBy
description: >
The compiled aggregate. Note that the exact type is `MinByInts`, `MinByFloats`, or `MinByTimes` depending on the input type
products: [cloud, mst, self_hosted]
---
1 change: 1 addition & 0 deletions api/_hyperfunctions/saturating-math-intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
section: hyperfunction
subsection: saturating math
products: [cloud, mst, self_hosted]
---

The saturating math hyperfunctions help you perform saturating math on integers.
Expand Down
1 change: 1 addition & 0 deletions api/_hyperfunctions/saturating_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ api_details:
- column: saturating_add
type: INT
description: The result of `x + y`, saturating at the numeric bounds instead of overflowing. The numeric bounds are the upper and lower bounds of the 32-bit signed integers.
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/state_agg/timeline_agg.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ api_details:
command:
code: |
SELECT state_agg(time, status) FROM devices;
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/stats_agg-one-variable/stats_agg.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ api_details:
statistical aggregates API to perform final calculations. Or, pass the
aggregate to rollup functions to combine multiple statistical aggregates
into larger aggregates.
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/stats_agg-two-variables/stats_agg.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ api_details:
statistical aggregates API to perform final calculations. Or, pass the
aggregate to rollup functions to combine multiple statistical aggregates
into larger aggregates.
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/tdigest/tdigest.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ api_details:
`tdigest` using the `data` column. Use 100 buckets for the approximation.
command:
code: SELECT tdigest(100, data) FROM samples;
products: [cloud, mst, self_hosted]
---

Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ api_details:
type: TIMESTAMPTZ
description: >
The start time of the time bucket.
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/time_weight/time_weight.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ api_details:
time_weight('Linear', ts, val) AS tw
FROM foo
GROUP BY time_bucket('1 day'::interval, ts)
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/_hyperfunctions/uddsketch/uddsketch.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ api_details:
relative error of 0.01.
command:
code: SELECT uddsketch(100, 0.01, data) FROM samples;
products: [cloud, mst, self_hosted]
---

1 change: 1 addition & 0 deletions api/administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Administrative functions
excerpt: The full list of administration functions available in Timescale Cloud. Administration functions help you manage your service before and after recovery, as well as keeping track of your data
keywords: [administration]
tags: [backup, restore, set up]
products: [cloud, mst, self_hosted]
---

# Administrative Functions
Expand Down
1 change: 1 addition & 0 deletions api/api-tag-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: API reference tag overview
excerpt: The Timescale Cloud API reference includes tags to categorize the available SQL functions and views. See what tags are used and what they mean
tags: [licenses, toolkit, experimental]
products: [cloud, mst, self_hosted]
---

import ExperimentalUpgrade from "versionContent/_partials/_experimental-schema-upgrade.mdx";
Expand Down
1 change: 1 addition & 0 deletions api/approximate_row_count.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ api:
stable: 0.10.0
hyperfunction:
type: one-step aggregate
products: [cloud, mst, self_hosted]
---

# approximate_row_count()
Expand Down
1 change: 1 addition & 0 deletions api/compression/add_compression_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [scheduled jobs, background jobs, automation framework]
api:
license: community
type: function
products: [cloud, mst, self_hosted]
---

import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";
Expand Down
1 change: 1 addition & 0 deletions api/compression/alter_table_compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [settings, hypertables, alter, change]
api:
license: community
type: command
products: [cloud, mst, self_hosted]
---

import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";
Expand Down
1 change: 1 addition & 0 deletions api/compression/chunk_compression_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [disk space, schemas, size]
api:
license: community
type: function
products: [cloud, mst, self_hosted]
---

import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";
Expand Down
1 change: 1 addition & 0 deletions api/compression/compress_chunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [chunks]
api:
license: community
type: function
products: [cloud, mst, self_hosted]
---

import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";
Expand Down
1 change: 1 addition & 0 deletions api/compression/decompress_chunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ keywords: [compression, decompression, chunks, backfilling]
api:
license: community
type: function
products: [cloud, mst, self_hosted]
---

import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";
Expand Down
1 change: 1 addition & 0 deletions api/compression/hypertable_compression_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [statistics, size]
api:
license: community
type: function
products: [cloud, mst, self_hosted]
---

import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";
Expand Down
1 change: 1 addition & 0 deletions api/compression/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Compression
excerpt: Timescale Cloud API reference for compressing your data. Includes SQL functions for compressing and decompressing chunks, managing compression policies, and getting compression stats
keywords: [compression]
tags: [hypertables]
products: [cloud, mst, self_hosted]
---

import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";
Expand Down
1 change: 1 addition & 0 deletions api/compression/recompress_chunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [hypertables]
api:
license: community
type: function
products: [cloud, mst, self_hosted]
---

import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";
Expand Down
1 change: 1 addition & 0 deletions api/compression/remove_compression_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [delete, drop]
api:
license: community
type: function
products: [cloud, mst, self_hosted]
---

import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";
Expand Down
1 change: 1 addition & 0 deletions api/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Configuration
excerpt: Use the default PostgreSQL server configuration settings for your Timescale Cloud service, or customize them as needed
keywords: [configure]
products: [self_hosted]
---

# Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [scheduled jobs, refresh]
api:
license: community
type: function
products: [cloud, self_hosted, mst]
---

# add_continuous_aggregate_policy() <Tag type="community">Community</Tag>
Expand Down
1 change: 1 addition & 0 deletions api/continuous-aggregates/add_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ api:
license: community
type: function
experimental: true
products: [cloud, self_hosted, mst]
---

import Experimental from "versionContent/_partials/_experimental.mdx";
Expand Down
1 change: 1 addition & 0 deletions api/continuous-aggregates/alter_materialized_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [materialized views, hypertables, alter, change]
api:
license: community
type: command
products: [cloud, self_hosted, mst]
---

# ALTER MATERIALIZED VIEW (Continuous Aggregate) <Tag type="community">Community</Tag>
Expand Down
1 change: 1 addition & 0 deletions api/continuous-aggregates/alter_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ api:
license: community
type: function
experimental: true
products: [cloud, self_hosted, mst]
---

import Experimental from "versionContent/_partials/_experimental.mdx";
Expand Down
1 change: 1 addition & 0 deletions api/continuous-aggregates/cagg_migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [migrate]
api:
license: community
type: procedure
products: [cloud, self_hosted, mst]
---

# cagg_migrate() <Tag type="community" content="Community" />
Expand Down
1 change: 1 addition & 0 deletions api/continuous-aggregates/create_materialized_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [materialized view, hypertables]
api:
license: community
type: command
products: [cloud, self_hosted, mst]
---

# CREATE MATERIALIZED VIEW (Continuous Aggregate) <Tag type="community">Community</Tag>
Expand Down
1 change: 1 addition & 0 deletions api/continuous-aggregates/drop_materialized_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [materialized views, drop]
api:
license: community
type: command
products: [cloud, self_hosted, mst]
---

# DROP MATERIALIZED VIEW (Continuous Aggregate) <Tag type="community">Community</Tag>
Expand Down
1 change: 1 addition & 0 deletions api/continuous-aggregates/hypertable_detailed_size.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [statistics, size, disk space]
api:
license: apache
type: function
products: [cloud, self_hosted, mst]
---

import HypertableDetailedSize from "versionContent/_partials/_hypertable-detailed-size-api.mdx";
Expand Down
Loading