From 973e6d36514fb9bd35a37f8dfda2fa5b9f2d81ba Mon Sep 17 00:00:00 2001 From: billy-the-fish Date: Thu, 19 Jun 2025 11:13:45 +0200 Subject: [PATCH] chore: add links for the more detailed explanation to the hypercore docs. --- _partials/_hypercore-intro.md | 4 ++++ use-timescale/hypercore/real-time-analytics-in-hypercore.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/_partials/_hypercore-intro.md b/_partials/_hypercore-intro.md index da2a3110b5..441202d3f3 100644 --- a/_partials/_hypercore-intro.md +++ b/_partials/_hypercore-intro.md @@ -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 \ No newline at end of file diff --git a/use-timescale/hypercore/real-time-analytics-in-hypercore.md b/use-timescale/hypercore/real-time-analytics-in-hypercore.md index 06806118ba..ea22a0da2d 100644 --- a/use-timescale/hypercore/real-time-analytics-in-hypercore.md +++ b/use-timescale/hypercore/real-time-analytics-in-hypercore.md @@ -17,6 +17,8 @@ import HypercoreIntroShort from "versionContent/_partials/_hypercore-intro-short +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. @@ -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 \ No newline at end of file