Skip to content

Commit 2b60bbc

Browse files
Merge pull request #1830 from redis/DOC-5424-time-series-examples
DOC-5424 time series updates
2 parents 48ec0d8 + bdefaae commit 2b60bbc

18 files changed

+687
-485
lines changed

content/develop/data-types/timeseries/_index.md

Lines changed: 675 additions & 24 deletions
Large diffs are not rendered by default.

content/develop/data-types/timeseries/clients.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

content/develop/data-types/timeseries/development.md

Lines changed: 0 additions & 109 deletions
This file was deleted.
Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ categories:
1212
description: 'Out-of-order / backfilled ingestion performance considerations
1313
1414
'
15-
linkTitle: Out-of-order / backfilled ingestion performance considerations
15+
linkTitle: Out-of-order/backfill performance
16+
aliases:
17+
- /develop/data-types/timeseries/reference/out-of-order_performance_considerations
18+
- /develop/data-types/timeseries/reference/out-of-order_performance_considerations/
19+
- /develop/data-types/timeseries/reference/
20+
- /develop/data-types/timeseries/reference
1621
title: Out-of-order / backfilled ingestion performance considerations
1722
weight: 5
1823
---
@@ -46,11 +51,11 @@ The graphs and tables below make these key points:
4651

4752
- We've observed a maximum 95% drop in the achievable ops/sec even at 99% out-of-order ingestion. (Again, reducing the chunk size can cut the impact in half.)
4853

49-
<img src="images/compressed-overall-ops-sec-vs-out-of-order-percentage.png" alt="compressed-overall-ops-sec-vs-out-of-order-percentage"/>
54+
{{< image filename="/images/timeseries/compressed-overall-ops-sec-vs-out-of-order-percentage.webp" alt="compressed-overall-ops-sec-vs-out-of-order-percentage" >}}
5055

51-
<img src="images/compressed-overall-p50-lat-vs-out-of-order-percentage.png" alt="compressed-overall-p50-lat-vs-out-of-order-percentage"/>
56+
{{< image filename="/images/timeseries/compressed-overall-p50-lat-vs-out-of-order-percentage.webp" alt="compressed-overall-p50-lat-vs-out-of-order-percentage" >}}
5257

53-
<img src="images/compressed-out-of-order-overhead-table.png" alt="compressed-out-of-order-overhead-table"/>
58+
{{< image filename="/images/timeseries/compressed-out-of-order-overhead-table.webp" alt="compressed-out-of-order-overhead-table" >}}
5459

5560
## Uncompressed chunks out-of-order/backfilled impact analysis
5661

@@ -63,8 +68,8 @@ Apart from that, we can observe the following key take-aways:
6368

6469
- We've observed a maximum 45% drop in the achievable ops/sec, even at 99% out-of-order ingestion.
6570

66-
<img src="images/uncompressed-overall-ops-sec-vs-out-of-order-percentage.png" alt="uncompressed-overall-ops-sec-vs-out-of-order-percentage"/>
71+
{{< image filename="/images/timeseries/uncompressed-overall-ops-sec-vs-out-of-order-percentage.webp" alt="uncompressed-overall-ops-sec-vs-out-of-order-percentage" >}}
6772

68-
<img src="images/uncompressed-overall-p50-lat-vs-out-of-order-percentage.png" alt="uncompressed-overall-p50-lat-vs-out-of-order-percentage"/>
73+
{{< image filename="/images/timeseries/uncompressed-overall-p50-lat-vs-out-of-order-percentage.webp" alt="uncompressed-overall-p50-lat-vs-out-of-order-percentage" >}}
6974

70-
<img src="images/uncompressed-out-of-order-overhead-table.png" alt="uncompressed-out-of-order-overhead-table"/>
75+
{{< image filename="/images/timeseries/uncompressed-out-of-order-overhead-table.webp" alt="uncompressed-out-of-order-overhead-table" >}}

0 commit comments

Comments
 (0)