Skip to content

Commit

Permalink
Hypercore API ref (#3699)
Browse files Browse the repository at this point in the history
* chore: add api ref files and alter_table to the build.

Signed-off-by: Iain Cox <[email protected]>
Co-authored-by: Erik Nordström <[email protected]>
  • Loading branch information
billy-the-fish and erimatnor committed Feb 25, 2025
1 parent 2ffe948 commit f7e34bd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions api/compression/add_compression_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ api:
license: community
type: function
---
import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";

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 @@ -8,6 +8,7 @@ api:
license: community
type: function
---
import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";

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 @@ -31,6 +31,7 @@ You can get a list of chunks belonging to a hypertable using the
[`show_chunks` function](/api/latest/hypertable/show_chunks/).
</Highlight>


### Required arguments

|Name|Type|Description|
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 @@ -7,6 +7,7 @@ api:
license: community
type: function
---
import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";

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 @@ -8,6 +8,7 @@ api:
license: community
type: function
---
import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";

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 @@ -45,6 +45,7 @@ the procedure with `CALL`. Don't use a `SELECT` statement.
chunk for the first time, use [`compress_chunk`](/api/latest/compression/compress_chunk/).
</Highlight>


## Required arguments

|Name|Type|Description|
Expand Down
4 changes: 0 additions & 4 deletions api/compression/remove_compression_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ api:
license: community
type: function
---

import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";

import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";

# remove_compression_policy() <Tag type="community" content="community" />


<Deprecated2180 /> Replaced by <a href="https://docs.timescale.com/api/latest/hypercore/remove_columnstore_policy/">remove_columnstore_policy()</a>.

If you need to remove the compression policy. To restart policy-based
Expand Down
3 changes: 3 additions & 0 deletions api/hypercore/convert_to_columnstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ To convert a single chunk to columnstore:
CALL convert_to_columnstore('_timescaledb_internal._hyper_1_2_chunk');
```

To retrieve the chunks belonging to a hypertable, call [`show_chunks`](/api/latest/hypertable/show_chunks/).


## Arguments

| Name | Type | Default | Required | Description |
Expand Down

0 comments on commit f7e34bd

Please sign in to comment.