Buckets

Snapshots

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

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

A Snapshot is a point-in-time, read-only image of a Bucket. It captures the exact state of the bucket at the moment of creation, allowing users to access historical data or perform backups without interrupting ongoing write operations.

Snapshot Key characteristics

  • Instantaneous: Snapshot creation is an O(1) operation. It utilizes metadata within the Ozone Manager, making it extremely fast regardless of the bucket's size.
  • Efficient: Snapshots do not duplicate data blocks physically. Storage space is claimed only when the live data is modified or deleted, ensuring storage efficiency.
  • Accessible: Users can access snapshot data through the virtual .snapshot directory.

评论

登录后参与评论

正在加载评论…