diff --git a/api/add_compression_policy.md b/api/compression/add_compression_policy.md
similarity index 97%
rename from api/add_compression_policy.md
rename to api/compression/add_compression_policy.md
index 8a50702643..f0b7e7e52a 100644
--- a/api/add_compression_policy.md
+++ b/api/compression/add_compression_policy.md
@@ -24,7 +24,7 @@ command. To enable compression on continuous aggregates, use the
command. To view the policies that you set or the policies that already exist,
see [informational views][informational-views].
-
+ Replaced by add_columnstore_policy().
## Required arguments
diff --git a/api/alter_table_compression.md b/api/compression/alter_table_compression.md
similarity index 96%
rename from api/alter_table_compression.md
rename to api/compression/alter_table_compression.md
index f207b5c462..500ee3c587 100644
--- a/api/alter_table_compression.md
+++ b/api/compression/alter_table_compression.md
@@ -29,7 +29,7 @@ ALTER TABLE SET (timescaledb.compress,
);
```
-
+ Replaced by ALTER TABLE (Hypercore).
## Required arguments
diff --git a/api/chunk_compression_stats.md b/api/compression/chunk_compression_stats.md
similarity index 96%
rename from api/chunk_compression_stats.md
rename to api/compression/chunk_compression_stats.md
index 374aecbc11..6abb8ddf03 100644
--- a/api/chunk_compression_stats.md
+++ b/api/compression/chunk_compression_stats.md
@@ -21,7 +21,7 @@ the chunk. An insert into a compressed chunk does not update the compressed
sizes. For more information about how to compute chunk sizes, see the
`chunks_detailed_size` section.
-
+ Replaced by chunk_columnstore_stats().
### Required arguments
diff --git a/api/compress_chunk.md b/api/compression/compress_chunk.md
similarity index 92%
rename from api/compress_chunk.md
rename to api/compression/compress_chunk.md
index fbe23a3e49..4e858e2a44 100644
--- a/api/compress_chunk.md
+++ b/api/compression/compress_chunk.md
@@ -29,7 +29,7 @@ You can get a list of chunks belonging to a hypertable using the
[`show_chunks` function](/api/latest/hypertable/show_chunks/).
-
+ Replaced by convert_to_columnstore().
### Required arguments
diff --git a/api/decompress_chunk.md b/api/compression/decompress_chunk.md
similarity index 90%
rename from api/decompress_chunk.md
rename to api/compression/decompress_chunk.md
index c9a06804a2..ffab2a595f 100644
--- a/api/decompress_chunk.md
+++ b/api/compression/decompress_chunk.md
@@ -23,7 +23,7 @@ turn the policy back on. The database automatically recompresses your chunks in
the next scheduled job.
-
+ Replaced by convert_to_rowstore().
### Required arguments
diff --git a/api/hypertable_compression_stats.md b/api/compression/hypertable_compression_stats.md
similarity index 94%
rename from api/hypertable_compression_stats.md
rename to api/compression/hypertable_compression_stats.md
index bce06b8d48..99babe8ac2 100644
--- a/api/hypertable_compression_stats.md
+++ b/api/compression/hypertable_compression_stats.md
@@ -20,7 +20,7 @@ see the [hypertable section][hypertable-docs].
For more information about compression, see the
[compression sction][compression-docs].
-
+ Replaced by hypertable_columnstore_stats().
### Required arguments
diff --git a/api/compression.md b/api/compression/index.md
similarity index 96%
rename from api/compression.md
rename to api/compression/index.md
index 5f7d922437..a665241aff 100644
--- a/api/compression.md
+++ b/api/compression/index.md
@@ -31,7 +31,7 @@ Compressed chunks have the following limitations:
after constraint creation.
* [Timescale SkipScan][skipscan] does not currently work on compressed chunks.
-
+ Replaced by Hypercore.
## Restrictions
diff --git a/api/recompress_chunk.md b/api/compression/recompress_chunk.md
similarity index 95%
rename from api/recompress_chunk.md
rename to api/compression/recompress_chunk.md
index d1b577524f..9b9c996b65 100644
--- a/api/recompress_chunk.md
+++ b/api/compression/recompress_chunk.md
@@ -43,7 +43,7 @@ the procedure with `CALL`. Don't use a `SELECT` statement.
chunk for the first time, use [`compress_chunk`](/api/latest/compression/compress_chunk/).
-
+ Replaced by convert_to_columnstore().
## Required arguments
diff --git a/api/remove_compression_policy.md b/api/compression/remove_compression_policy.md
similarity index 89%
rename from api/remove_compression_policy.md
rename to api/compression/remove_compression_policy.md
index 36ec1a4d65..48e48e0de1 100644
--- a/api/remove_compression_policy.md
+++ b/api/compression/remove_compression_policy.md
@@ -16,7 +16,7 @@ If you need to remove the compression policy. To restart policy-based
compression you need to add the policy again. To view the policies that
already exist, see [informational views][informational-views].
-
+ Replaced by remove_columnstore_policy().
### Required arguments
diff --git a/api/page-index/page-index.js b/api/page-index/page-index.js
index a05e75ba09..c1f2fa0a3d 100644
--- a/api/page-index/page-index.js
+++ b/api/page-index/page-index.js
@@ -168,106 +168,6 @@ module.exports = [
},
],
},
- {
- title: "Distributed hypertables",
- type: "directory",
- href: "distributed-hypertables",
- children: [
- {
- title: "create_distributed_hypertable",
- href: "create_distributed_hypertable",
- },
- {
- title: "add_data_node",
- href: "add_data_node",
- },
- {
- title: "attach_data_node",
- href: "attach_data_node",
- },
- {
- title: "alter_data_node",
- href: "alter_data_node",
- },
- {
- title: "detach_data_node",
- href: "detach_data_node",
- },
- {
- title: "delete_data_node",
- href: "delete_data_node",
- },
- {
- title: "distributed_exec",
- href: "distributed_exec",
- },
- {
- title: "set_number_partitions",
- href: "set_number_partitions",
- },
- {
- title: "set_replication_factor",
- href: "set_replication_factor",
- },
- {
- title: "copy_chunk",
- href: "copy_chunk_experimental",
- },
- {
- title: "move_chunk",
- href: "move_chunk_experimental",
- },
- {
- title: "cleanup_copy_chunk_operation",
- href: "cleanup_copy_chunk_operation_experimental",
- },
- {
- title: "create_distributed_restore_point",
- href: "create_distributed_restore_point",
- },
- ],
- },
- {
- title: "Compression",
- type: "directory",
- href: "compression",
- description:
- "We highly recommend reading the blog post and tutorial about compression before trying to set it up for the first time.",
- children: [
- {
- title: "ALTER TABLE (Compression)",
- href: "alter_table_compression",
- },
- {
- title: "add_compression_policy",
- href: "add_compression_policy",
- },
- {
- title: "remove_compression_policy",
- href: "remove_compression_policy",
- },
- {
- title: "compress_chunk",
- href: "compress_chunk",
- },
- {
- title: "decompress_chunk",
- href: "decompress_chunk",
- },
- {
- title: "recompress_chunk",
- href: "recompress_chunk",
- },
- {
- title: "hypertable_compression_stats",
- href: "hypertable_compression_stats",
- },
- {
- title: "chunk_compression_stats",
- href: "chunk_compression_stats",
- },
- ],
- },
{
title: "Continuous aggregates",
type: "redirect-to-child-page",
@@ -659,6 +559,105 @@ module.exports = [
description:
"An overview of what different tags represent in the API section of Timescale Documentation.",
},
+ {
+ title: "Compression (deprecated)",
+ href: "compression",
+ description:
+ "We highly recommend reading the blog post and tutorial about compression before trying to set it up for the first time.",
+ children: [
+ {
+ title: "ALTER TABLE (Compression)",
+ href: "alter_table_compression",
+ },
+ {
+ title: "add_compression_policy",
+ href: "add_compression_policy",
+ },
+ {
+ title: "remove_compression_policy",
+ href: "remove_compression_policy",
+ },
+ {
+ title: "compress_chunk",
+ href: "compress_chunk",
+ },
+ {
+ title: "decompress_chunk",
+ href: "decompress_chunk",
+ },
+ {
+ title: "recompress_chunk",
+ href: "recompress_chunk",
+ },
+ {
+ title: "hypertable_compression_stats",
+ href: "hypertable_compression_stats",
+ },
+ {
+ title: "chunk_compression_stats",
+ href: "chunk_compression_stats",
+ },
+ ],
+ },
+ {
+ title: "Distributed hypertables (deprecated)",
+ type: "directory",
+ href: "distributed-hypertables",
+ children: [
+ {
+ title: "create_distributed_hypertable",
+ href: "create_distributed_hypertable",
+ },
+ {
+ title: "add_data_node",
+ href: "add_data_node",
+ },
+ {
+ title: "attach_data_node",
+ href: "attach_data_node",
+ },
+ {
+ title: "alter_data_node",
+ href: "alter_data_node",
+ },
+ {
+ title: "detach_data_node",
+ href: "detach_data_node",
+ },
+ {
+ title: "delete_data_node",
+ href: "delete_data_node",
+ },
+ {
+ title: "distributed_exec",
+ href: "distributed_exec",
+ },
+ {
+ title: "set_number_partitions",
+ href: "set_number_partitions",
+ },
+ {
+ title: "set_replication_factor",
+ href: "set_replication_factor",
+ },
+ {
+ title: "copy_chunk",
+ href: "copy_chunk_experimental",
+ },
+ {
+ title: "move_chunk",
+ href: "move_chunk_experimental",
+ },
+ {
+ title: "cleanup_copy_chunk_operation",
+ href: "cleanup_copy_chunk_operation_experimental",
+ },
+ {
+ title: "create_distributed_restore_point",
+ href: "create_distributed_restore_point",
+ },
+ ],
+ },
],
},
];