errose28 commented on code in PR #136: URL: https://github.com/apache/ozone-site/pull/136#discussion_r2008373133
########## docs/01-overview.md: ########## @@ -5,8 +5,73 @@ slug: / # Overview -**TODO:** [HDDS-9864](https://issues.apache.org/jira/browse/HDDS-9864) complete this page - ## What is Ozone? -## Features +Apache Ozone is a scalable, redundant, and distributed object storage system optimized for big data workloads. Designed to address the limitations of traditional storage systems, Ozone efficiently manages both small and large files alike, scaling to billions of objects of varying sizes. + +As a modern storage solution for data lakes and AI/ML workloads, Ozone provides a high-performance foundation that seamlessly integrates with existing big data frameworks. Applications built on Apache Spark, Hive, Hadoop, and other data processing engines work natively with Ozone without modifications. + +Ozone combines the best aspects of traditional distributed file systems with cloud-native object storage capabilities, delivering durability, consistency, and performance at scale. + +## Key Features + +### Scalable Architecture + +- **Billions of Objects**: Designed from the ground up to store and manage billions of objects efficiently +- **Separation of Namespaces**: Decouples namespace management from block space management, allowing independent scaling on both axes +- **Dense Storage Support**: Optimized for high-density storage nodes with support for up to 400TB per node (compared to 100TB in traditional HDFS) + +### Multi-Protocol Support Review Comment: For each protocol listed here, we should link to its section in the docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
