Skip to content

Commit b047fe7

Browse files
authored
Add deprecation warnings for multi-node (timescale#2855)
1 parent 8f42273 commit b047fe7

18 files changed

+76
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Highlight type="warning">
2+
Multi-node support has been deprecated with TimescaleDB 2.13. This is the last version that includes multi-node support and it supports multi-node installations with PostgreSQL versions 13, 14, and 15.
3+
4+
Learn more about it [here][multi-node-deprecation].
5+
</Highlight>
6+
7+
[multi-node-deprecation]: https://github.com/timescale/timescaledb/blob/main/docs/MultiNodeDeprecation.md

self-hosted/distributed-hypertables/about-distributed-hypertables.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ products: [self_hosted]
55
keywords: [distributed hypertables, multi-node]
66
---
77

8+
import MultiNodeDeprecation from "versionContent/_partials/_multi-node-deprecation.mdx";
9+
10+
<MultiNodeDeprecation />
11+
812
# About distributed hypertables
913

1014
Distributed hypertables are hypertables that span multiple nodes. With

self-hosted/distributed-hypertables/alter-drop-distributed-hypertables.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ keywords: [distributed hypertables, alter, delete]
66
tags: [change, delete]
77
---
88

9+
import MultiNodeDeprecation from "versionContent/_partials/_multi-node-deprecation.mdx";
10+
11+
<MultiNodeDeprecation />
12+
913
# Alter and drop distributed hypertables
1014

1115
You can alter and drop distributed hypertables in the same way as standard

self-hosted/distributed-hypertables/create-distributed-hypertables.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ products: [self_hosted]
55
keywords: [distributed hypertables, multi-node, create]
66
---
77

8+
import MultiNodeDeprecation from "versionContent/_partials/_multi-node-deprecation.mdx";
9+
10+
<MultiNodeDeprecation />
11+
812
# Create distributed hypertables
913

1014
If you have a [multi-node environment][multi-node], you can create a distributed

self-hosted/distributed-hypertables/foreign-keys.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ keywords: [distributed hypertable, foreign keys]
66
tags: [constraints]
77
---
88

9+
import MultiNodeDeprecation from "versionContent/_partials/_multi-node-deprecation.mdx";
10+
11+
<MultiNodeDeprecation />
12+
913
# Create foreign keys in a distributed hypertable
1014

1115
Tables and values referenced by a distributed hypertable must be present on the

self-hosted/distributed-hypertables/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ products: [self_hosted]
55
keywords: [distributed hypertables, multi-node]
66
---
77

8+
import MultiNodeDeprecation from "versionContent/_partials/_multi-node-deprecation.mdx";
9+
10+
<MultiNodeDeprecation />
11+
812
# Distributed hypertables
913

1014
Distributed hypertables are hypertables that span multiple nodes. With

self-hosted/distributed-hypertables/insert.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ keywords: [write, distributed hypertables]
66
tags: [ingest, insert]
77
---
88

9+
import MultiNodeDeprecation from "versionContent/_partials/_multi-node-deprecation.mdx";
10+
11+
<MultiNodeDeprecation />
12+
913
# Insert data
1014

1115
You can insert data into a distributed hypertable with an `INSERT` statement.

self-hosted/distributed-hypertables/query.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ products: [self_hosted]
55
keywords: [distributed hypertables, multi-node, queries]
66
---
77

8+
import MultiNodeDeprecation from "versionContent/_partials/_multi-node-deprecation.mdx";
9+
10+
<MultiNodeDeprecation />
11+
812
# Query data in distributed hypertables
913

1014
You can query a distributed hypertable just as you would query a standard

self-hosted/distributed-hypertables/triggers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ products: [self_hosted]
55
keywords: [distributed hypertables, triggers, multi-node]
66
---
77

8+
import MultiNodeDeprecation from "versionContent/_partials/_multi-node-deprecation.mdx";
9+
10+
<MultiNodeDeprecation />
11+
812
# Use triggers on distributed hypertables
913

1014
Triggers on distributed hypertables work in much the same way as triggers on

self-hosted/multinode-timescaledb/about-multinode.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ products: [self_hosted]
55
keywords: [multi-node]
66
---
77

8+
import MultiNodeDeprecation from "versionContent/_partials/_multi-node-deprecation.mdx";
9+
10+
<MultiNodeDeprecation />
11+
812
# About multi-node
913

1014
If you have a larger petabyte-scale workload, you might need more than

0 commit comments

Comments
 (0)