Skip to content

Commit f2594ff

Browse files
committed
adust links
1 parent 58a5ba7 commit f2594ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/use-cases/time-series/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ ClickHouse excels at handling time-series data, offering powerful features for b
1515

1616
This guide walks you through everything you need to know about working with time-series data in ClickHouse, from basic concepts to advanced optimization techniques. You'll learn how to:
1717

18-
* [Choose the right date and time data types for your use case](./date-time-data-types.md)
19-
* [Perform common time-series operations and aggregations](./basic-operations.md)
20-
* [Apply specialized analysis functions for time-based data](./analysis-functions.md)
21-
* [Optimize storage efficiency for temporal data](./storage-efficiency.md)
22-
* [Tune query performance for time-series workloads](./query-performance.md)
18+
* [Choose the right date and time data types for your use case](/use-cases/time-series/date-time-data-types)
19+
* [Perform common time-series operations and aggregations](/use-cases/time-series/basic-operations)
20+
* [Apply specialized analysis functions for time-based data](/use-cases/time-series/analysis-functions)
21+
* [Optimize storage efficiency for temporal data](/use-cases/time-series/storage-efficiency)
22+
* [Tune query performance for time-series workloads](/use-cases/time-series/query-performance)
2323

2424
Whether you're new to time-series analysis or looking to optimize an existing implementation, this guide will help you make the most of ClickHouse's time-series capabilities.

0 commit comments

Comments
 (0)