Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Updated note
Browse files Browse the repository at this point in the history
  • Loading branch information
harshini-rangaswamy committed Nov 2, 2023
1 parent 9933f24 commit 9186189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/products/kafka/concepts/kafka-tiered-storage.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Tiered storage in Aiven for Apache Kafka® overview
=====================================================

Tiered storage in Aiven for Apache Kafka® allows you to manage your data more efficiently by leveraging two distinct storage types—local disk and remote cloud storage options like AWS S3 and Google Cloud Storage. This feature offers a tailored approach to data storage, allowing you to allocate frequently accessed data to high-speed local disks while offloading less critical or infrequently accessed data to more cost-effective remote storage solutions. Tiered storage enables you to indefinitely store data on specific topics without running out of space. Once enabled, it is configured per topic, giving you granular control over data storage needs.
Tiered storage in Aiven for Apache Kafka® enables more effective data management by utilizing two different storage types—local disk and remote cloud storage solutions such as AWS S3, Google Cloud Storage, and Azure Blob Storage. This feature offers a tailored approach to data storage, allowing you to allocate frequently accessed data to high-speed local disks while offloading less critical or infrequently accessed data to more cost-effective remote storage solutions. Tiered storage enables you to indefinitely store data on specific topics without running out of space. Once enabled, it is configured per topic, giving you granular control over data storage needs.

.. important::

Expand All @@ -11,7 +11,6 @@ Tiered storage in Aiven for Apache Kafka® allows you to manage your data more e
.. note::
- Tiered storage for Aiven for Apache Kafka® is supported starting from Apache Kafka® version 3.6.
- Tiered storage for Aiven for Apache Kafka® is not available for startup-2 plans.
- Azure blob storage is not yet supported for tiered storage in Aiven for Apache Kafka.


Benefits of tiered storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In Aiven for Apache Kafka's tiered storage architecture, **remote storage** refe

Tiered storage operates in a way that is seamless for both Apache Kafka producers and consumers. This means that producers and consumers interact with Apache Kafka in the same way, regardless of whether tiered storage is enabled or not.

Administrators can configure Tiered storage per topic by defining the retention period and retention bytes to specify how much data should be retained on the local disk instead of remote storage.
Administrators can configure tiered storage per topic by defining the retention period and retention bytes to specify how much data should be retained on the local disk instead of remote storage.


Local vs. remote data retention
Expand Down

0 comments on commit 9186189

Please sign in to comment.