Skip to content

Commit

Permalink
update: image
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Dec 2, 2024
1 parent c9c7e88 commit 63f46ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/products/kafka/concepts/tiered-storage-how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: How tiered storage works in Aiven for Apache Kafka®
sidebar_label: How it works
---

import DataRetention from "@site/static/images/content/figma/data-retention.png";

Aiven for Apache Kafka® tiered storage optimizes data management across two distinct storage tiers:

- **Local tier**: Uses faster, typically more expensive storage solutions
Expand Down Expand Up @@ -37,7 +39,7 @@ retention threshold. This continues until the remote tier is back online, at whi
point the excess local data is transferred to remote storage, and local segments
exceeding the retention threshold are removed.

![Diagram depicting the concept of local vs. remote data retention in a tiered storage system.](/images/content/products/kafka/tiered-storage/data-retention.png)
<img src={DataRetention} className="centered" alt="Diagram depicting the concept of local vs. remote data retention in a tiered storage system" width="60%" />

## Segment management

Expand Down
Binary file added static/images/content/figma/data-retention.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 63f46ed

Please sign in to comment.