Skip to content

Commit

Permalink
chore: update on review.
Browse files Browse the repository at this point in the history
  • Loading branch information
billy-the-fish committed Jan 15, 2025
1 parent fe6d956 commit 8c87b3c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion api/hypercore/add_columnstore_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion api/hypercore/chunk_columnstore_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion api/hypercore/convert_to_columnstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
16 changes: 4 additions & 12 deletions api/hypercore/convert_to_rowstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion api/hypercore/hypertable_columnstore_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion api/hypercore/remove_columnstore_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 8c87b3c

Please sign in to comment.