Namespace

Overview

qianmoQqianmoQ· 更新于 2026-09-24· 阅读 2 分钟· 0 次阅读

登录后可跨设备保存划线和私人笔记登录

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.
Volume
└─── Bucket
    ├─── Key 1
    ├─── Key 2
    └─── ...

This hierarchy is managed by the Ozone Manager, which is the principal namespace service of Ozone.

评论

登录后参与评论

正在加载评论…