diff --git a/api/hypercore/add_columnstore_policy.md b/api/hypercore/add_columnstore_policy.md index ab210780ca..cef5df24e1 100644 --- a/api/hypercore/add_columnstore_policy.md +++ b/api/hypercore/add_columnstore_policy.md @@ -7,7 +7,7 @@ tags: [scheduled jobs, background jobs, automation framework] products: [cloud, self_hosted] api: license: community - type: function + type: procedure --- import Since2180 from "versionContent/_partials/_since_2_18_0.mdx"; diff --git a/api/hypercore/chunk_columnstore_stats.md b/api/hypercore/chunk_columnstore_stats.md index 50e60308eb..cda563a2b7 100644 --- a/api/hypercore/chunk_columnstore_stats.md +++ b/api/hypercore/chunk_columnstore_stats.md @@ -6,7 +6,7 @@ keywords: [columnstore, hypercore, statistics, chunks, information] tags: [disk space, schemas, size] api: license: community - type: function + type: procedure --- import Since2180 from "versionContent/_partials/_since_2_18_0.mdx"; diff --git a/api/hypercore/convert_to_columnstore.md b/api/hypercore/convert_to_columnstore.md index 2b7f6c8c2d..cece6e37f1 100644 --- a/api/hypercore/convert_to_columnstore.md +++ b/api/hypercore/convert_to_columnstore.md @@ -6,7 +6,7 @@ keywords: [columnstore, rowstore, hypercore] tags: [chunks, hypercore] api: license: community - type: function + type: procedure --- import Since2180 from "versionContent/_partials/_since_2_18_0.mdx"; diff --git a/api/hypercore/convert_to_rowstore.md b/api/hypercore/convert_to_rowstore.md index 7877922f80..41cb3586c0 100644 --- a/api/hypercore/convert_to_rowstore.md +++ b/api/hypercore/convert_to_rowstore.md @@ -5,7 +5,7 @@ topics: [columnstore, hypercore] keywords: [columnstore, hypercore, rowstore, chunks, backfilling] api: license: community - type: function + type: procedure --- import Since2180 from "versionContent/_partials/_since_2_18_0.mdx"; @@ -38,17 +38,9 @@ To modify or add a lot of data to a chunk: 1. **Convert the chunks to update back to the rowstore** - - Convert single chunk: - - ``` sql - CALL convert_to_rowstore('_timescaledb_internal._hyper_2_2_chunk'); - ``` - - - Convert all chunks in a hypertable named `metrics`: - - ``` sql - SELECT convert_to_rowstore(c, true) FROM show_chunks('metrics') c; - ``` + ``` sql + CALL convert_to_rowstore('_timescaledb_internal._hyper_2_2_chunk'); + ``` 1. **Update the data in the chunk you added to the rowstore** diff --git a/api/hypercore/hypertable_columnstore_stats.md b/api/hypercore/hypertable_columnstore_stats.md index 4d24da5349..446deb74a6 100644 --- a/api/hypercore/hypertable_columnstore_stats.md +++ b/api/hypercore/hypertable_columnstore_stats.md @@ -6,7 +6,7 @@ keywords: [columnstore, hypercore, hypertables, information] tags: [statistics, size] api: license: community - type: function + type: procedure --- import Since2180 from "versionContent/_partials/_since_2_18_0.mdx"; diff --git a/api/hypercore/remove_columnstore_policy.md b/api/hypercore/remove_columnstore_policy.md index 0b409c32aa..08bb519745 100644 --- a/api/hypercore/remove_columnstore_policy.md +++ b/api/hypercore/remove_columnstore_policy.md @@ -6,7 +6,7 @@ keywords: [hypercore, columnstore, policies, remove] tags: [delete, drop] api: license: community - type: function + type: procedure --- import Since2180 from "versionContent/_partials/_since_2_18_0.mdx";