Skip to the main content.
Panzura-Icon-FullColor-RGB@0.75x

Panzura

Our enterprise data success framework allows enterprises to build extraordinary hybrid cloud file and data systems.

architecture-icon

Platforms

Complementary file and data platforms that deliver complete visibility, control, resilience, and immediacy to organizations worldwide.

Layer_1-1

Resources

Find insights, news, whitepapers, webinars, and solutions in our resource center.

Layer_1-2

Company

We bring command and control, resiliency, and immediacy to the world’s unstructured data. We make it visible, safeguard it against damage, and deliver it instantly to people, workloads, and processes, no matter where they are.

Object storage is a type of data storage architecture that stores and retrieves data as objects. Unlike traditional file systems which store data in a hierarchical structure of directories and files, object storage uses a flat structure where data is addressed by a unique identifier.

Object storage in the context of Panzura CloudFS takes on a specific role in the overall architecture. While data is ultimately stored as objects in the underlying cloud object storage, Panzura introduces an abstraction layer that transforms object-based storage into a familiar file system interface.

  • Data Decomposition: Files are broken down into data blocks. These blocks are then stored as objects in the underlying object storage and metadata pointers are created that record the data blocks that comprise files.
  • Metadata Management: Panzura maintains a global metadata store, which includes the metadata pointers. In conjunction with immutable snapshots, this metadata store is crucial for reconstructing files on demand — including restoring previous versions — and ensuring data consistency.
  • Global File System: By managing metadata and data block locations, Panzura creates a virtualized, global file system that appears as a single, unified namespace accessible from any location.

Key differences from traditional object storage:

  • Metadata-centric: Panzura's approach uses lightweight metadata for file management and reconstruction.
  • Data deduplication: Panzura often employs deduplication techniques to optimize storage usage by storing identical data blocks only once.
  • Global consistency: Panzura ensures immediate global data consistency by managing metadata centrally.