Distributed Snapshot Scaling via File Chunking

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Distributed data management and storage systems face inefficiencies in snapshotting large files, as existing methods fail to fully utilize increased node numbers, leading to underutilization of resources and suboptimal performance when handling very large filesets.

Innovation Solution

The system dynamically adjusts file partitioning or sharding, distributing large files across multiple nodes based on file size, available disk space, and estimated storage time, allowing for parallel fetching and storage across all nodes in the cluster, thereby scaling snapshotting performance with the number of nodes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If large files are stored as single files in a distributed storage system, then file integrity is maintained, but snapshotting performance does not scale with the number of nodes

Engineering Contradiction:
Improvesnapshotting performanceVSAvoidfile partitioning complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system segments large files into smaller chunks or blocks, allowing parallel processing across multiple nodes during snapshot operations. Each node can independently handle specific file segments, enabling snapshotting performance to scale linearly with the number of nodes while maintaining file integrity through coordinated reconstruction.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a new dimension of file organization by distributing file segments across the distributed file system namespace rather than storing complete files on single nodes. This dimensional transformation enables parallel snapshot operations across multiple nodes simultaneously, resolving the scalability bottleneck.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Productivity

If the system uses traditional file-level partitioning, then simplicity is maintained, but resources are underutilized when handling very large filesets

Engineering Contradiction:
Improveresource utilizationVSAvoidsystem implementation simplicity
Core Design Contradiction:
ProductivityVSEase of manufacture

Solution Approach 1:

The system implements chunk-level segmentation within files, allowing fine-grained distribution of data blocks across multiple nodes. This enables efficient resource utilization by distributing large filesets across the entire cluster, allowing parallel snapshot operations on multiple chunks simultaneously while maintaining manageable complexity through standardized chunk handling.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the fundamental parameter of file partitioning from file-level to chunk-level granularity. This parameter transformation enables the system to divide large files into smaller, independently manageable units that can be distributed and processed in parallel across multiple nodes, significantly improving resource utilization without overwhelming system complexity.

Inventive Principle:
Principle #35Parameter changes

3Productivity

If all nodes are utilized for snapshotting, then performance scales with cluster size, but file management complexity increases

Engineering Contradiction:
Improvesnapshotting throughputVSAvoiddistributed file management
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

By segmenting files into chunks and distributing them across nodes, the system enables each node to independently manage and process its assigned chunks during snapshot operations. This segmentation strategy allows linear scaling of snapshot throughput with cluster size while keeping individual node management complexity constant and manageable.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a distributed file system layer that acts as an intermediary between the storage nodes and the snapshot management system. This intermediary handles the complexity of coordinating chunk distribution, tracking file segments across nodes, and reconstructing files, thereby enabling scaled performance while shielding the snapshot management logic from distributed file system complexity.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS11755417B2Scaling single file snapshot performance across clustered system
Publication Date: 2023.09.12 RUBRIK INC
  • US11755417B2 patent drawing
  • US11755417B2 patent drawing
  • US11755417B2 patent drawing

AI summary

Some embodiments may include a process for determining a type of snapshot to be stored using a data storage system. An example the process comprises identifying a snapshot chain for a first virtual machine, determining whether the snapshot chain includes a dependent base file, determining a maximum incremental chain length for the snapshot chain based on whether the snapshot chain includes a dependent base file, or based on an age of the backed up versions within the snapshot chain, determining whether a new snapshot chain should be created based on the maximum incremental chain length, and determining a type of snapshot to be stored for the first virtual machine based on the maximum incremental chain length.