Skip to content

chore: add links for the more detailed explanation to the hypercore docs #4217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _partials/_hypercore-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ $HYPERCORE_CAP’s hybrid approach combines the benefits of row-oriented and col

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

For an in-depth explanation of how $HYPERTABLEs and $HYPERCORE work, see the [Data model][data-model].


[chunk-skipping]: /use-timescale/:currentVersion:/hypertables/improve-query-performance/
[data-model]: /about/:currentVersion:/whitepaper/#data-model
3 changes: 3 additions & 0 deletions use-timescale/hypercore/real-time-analytics-in-hypercore.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import HypercoreIntroShort from "versionContent/_partials/_hypercore-intro-short

<HCConversionOverview />

For an in-depth explanation of how $HYPERTABLEs and $HYPERCORE work, see the [Data model][data-model].

This page shows you how to get the best results when you set a policy to automatically convert $CHUNKs in a $HYPERTABLE
from the $ROWSTORE to the $COLUMNSTORE.

Expand Down Expand Up @@ -78,3 +80,4 @@ repeated values, [XOR-based][xor] and [dictionary compression][dictionary] is us
[insert]: /use-timescale/:currentVersion:/write-data/insert/
[modify-data-in-hypercore]: /use-timescale/:currentVersion:/hypercore/modify-data-in-hypercore/
[cardinality-blog]: https://www.timescale.com/blog/what-is-high-cardinality
[data-model]: /about/:currentVersion:/whitepaper/#data-model