jojochuang commented on code in PR #209: URL: https://github.com/apache/ozone-site/pull/209#discussion_r2659970202
########## docs/03-core-concepts/03-namespace/01-overview.md: ########## @@ -4,4 +4,20 @@ sidebar_label: Overview # Overview of Ozone's Namespace -**TODO:** File a subtask under [HDDS-9857](https://issues.apache.org/jira/browse/HDDS-9857) and complete this page or section. +Apache Ozone organizes data in a three-level hierarchy: Volumes, Buckets, and Keys. This structure provides a flexible and scalable way to manage large datasets, similar to how traditional file systems use directories and files, but optimized for object storage. + +## Overview of the Hierarchy + +- **Volumes:** The top-level organizational unit, akin to user accounts or home directories. Review Comment: please link to the Volume page. ########## docs/03-core-concepts/03-namespace/01-overview.md: ########## @@ -4,4 +4,20 @@ sidebar_label: Overview # Overview of Ozone's Namespace -**TODO:** File a subtask under [HDDS-9857](https://issues.apache.org/jira/browse/HDDS-9857) and complete this page or section. +Apache Ozone organizes data in a three-level hierarchy: Volumes, Buckets, and Keys. This structure provides a flexible and scalable way to manage large datasets, similar to how traditional file systems use directories and files, but optimized for object storage. + +## Overview of the Hierarchy + +- **Volumes:** The top-level organizational unit, akin to user accounts or home directories. +- **Buckets:** Reside within volumes, similar to directories or folders, and contain the actual data objects. Review Comment: link to the Bucket page. ########## docs/03-core-concepts/03-namespace/01-overview.md: ########## @@ -4,4 +4,20 @@ sidebar_label: Overview # Overview of Ozone's Namespace -**TODO:** File a subtask under [HDDS-9857](https://issues.apache.org/jira/browse/HDDS-9857) and complete this page or section. +Apache Ozone organizes data in a three-level hierarchy: Volumes, Buckets, and Keys. This structure provides a flexible and scalable way to manage large datasets, similar to how traditional file systems use directories and files, but optimized for object storage. + +## Overview of the Hierarchy + +- **Volumes:** The top-level organizational unit, akin to user accounts or home directories. +- **Buckets:** Reside within volumes, similar to directories or folders, and contain the actual data objects. +- **Keys:** The fundamental data objects, analogous to files, stored inside buckets. Review Comment: and we need to create a page for Keys section from https://ozone.apache.org/docs/edge/concept/volumesbucketskeys.html opened a new jira to track this one https://issues.apache.org/jira/browse/HDDS-14344 -- 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]
