Skip to content

Commit

Permalink
chore: updates on review.
Browse files Browse the repository at this point in the history
  • Loading branch information
billy-the-fish committed Jan 17, 2025
1 parent 289952e commit 492b206
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _partials/_prereqs-cloud-only.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
To follow the procedure on this page you need to:

[create-service]: /getting-started/:currentVersion:/services/
* Create a [target $SERVICE_LONG][create-service]

[create-service]: /getting-started/:currentVersion:/services/
4 changes: 2 additions & 2 deletions _partials/_usage-based-storage-intro.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Timescale charges are based on how much storage you use. You don't pay for a
fixed storage size, and you don't need to worry about scaling disk size as your
data grows; We handle it all for you. To reduce your data costs further,
use [compression][compression], a [data retention policy][data-retention], and
use [hypercore][hypercore], a [data retention policy][data-retention], and
[tiered storage][data-tiering].

[compression]: /use-timescale/:currentVersion:/compression/about-compression
[hypercore]: /api/:currentVersion:/hypercore/
[data-retention]: /use-timescale/:currentVersion:/data-retention/
[data-tiering]: /use-timescale/:currentVersion:/data-tiering/
3 changes: 3 additions & 0 deletions use-timescale/hypercore/automate-hypercore-with-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ keywords: [hyperscore, hypertable, compression, row-columnar storage, hypercore,
import PrereqCloud from "versionContent/_partials/_prereqs-cloud-only.mdx";
import HCConversionOverview from "versionContent/_partials/_hypercore-conversion-overview.mdx";
import HCPolicyWorkflow from "versionContent/_partials/_hypercore_policy_workflow.mdx";
import UsageBasedStorage from "versionContent/_partials/_usage-based-storage-intro.mdx";


# Manage data with Hypercore

Expand Down Expand Up @@ -52,6 +54,7 @@ To setup your Hypercore automation:

<HCPolicyWorkflow />

<UsageBasedStorage />

## Manually convert data between the rowstore and columnstore

Expand Down
12 changes: 3 additions & 9 deletions use-timescale/hypercore/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ products: [cloud,]
keywords: [hyperscore, hypertable, compression, row-columnar storage, hypercore, hyperstore]
---

import UsageBasedStorage from "versionContent/_partials/_usage-based-storage-intro.mdx";

# Hypercore

Hypercore is the Timescale hybrid row-columnar storage engine, designed specifically for
Expand Down Expand Up @@ -38,14 +40,6 @@ in each Timescale Cloud service:

![Hypercore workflow](https://assets.timescale.com/docs/images/hypercore-overview.png)

## Prerequisites


## The hypercore workflow

IAIN: add a section showing the things to do.

Remember to link to the API ref.
<UsageBasedStorage />


[compression]: /use-timescale/:currentVersion:/compression/

0 comments on commit 492b206

Please sign in to comment.