Zone-Based Sequential Data Writing in Dispersed Storage Networks

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current computer networks face challenges in ensuring data integrity and availability across distributed storage systems, particularly in scenarios where multiple storage units are geographically dispersed, as they lack effective mechanisms to handle failures and data corruption without redundant copies.

Innovation Solution

A dispersed storage network (DSN) architecture that employs error encoding using Cauchy Reed-Solomon encoding, distributing data into encoded slices stored across multiple sites, allowing for data recovery with a decode threshold, and utilizing an integrity processing unit to rebuild 'bad' or missing slices, while also optimizing storage and retrieval through zone-based sequential writing and caching strategies.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If data is stored in distributed storage systems without redundant copies, then storage cost and complexity are reduced, but data integrity and availability deteriorate when storage units fail

Engineering Contradiction:
Improvestorage system complexityVSAvoiddata availability
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The patent segments data into multiple encoded slices using error correction codes (Cauchy Reed-Solomon encoding). Each slice can be independently stored and retrieved, allowing the system to maintain data availability even when some storage units fail. The data is divided into K slices where any M slices (M ≤ K) can reconstruct the original data, eliminating the need for traditional redundant copies while ensuring reliability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an integrity processing unit as an intermediary component that manages error correction and data reconstruction. This unit receives requests for data slices, determines which slices to retrieve based on availability, and coordinates the reconstruction process. The intermediary enables the system to handle failures gracefully without requiring complex coordination between storage units.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If error encoding is applied to data slices, then data recovery capability is improved, but storage and processing time increases

Engineering Contradiction:
Improvedata recovery capabilityVSAvoidencoding and decoding time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent optimizes error encoding parameters by using Cauchy Reed-Solomon codes with specific parameters (K, M) that balance reliability and performance. The system dynamically adjusts the number of slices K and reconstruction threshold M based on storage unit availability and failure probabilities. This parameter optimization allows the system to achieve high recovery capability while minimizing encoding and decoding time through efficient mathematical operations.

Inventive Principle:
Principle #35Parameter changes

3Reliability

If multiple storage units are geographically dispersed, then system reliability is improved through fault tolerance, but network latency and data retrieval time increase

Engineering Contradiction:
Improvefault toleranceVSAvoiddata retrieval speed
Core Design Contradiction:
ReliabilityVSSpeed

Solution Approach 1:

The patent implements a selective retrieval mechanism that requests only the necessary number of slices (at least M slices) from distributed storage units rather than retrieving all K slices. This partial action approach reduces network latency by minimizing data transfer while ensuring sufficient slices are obtained for reconstruction. The system can tolerate missing some slices and still recover the original data as long as M slices are successfully retrieved.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS11907585B2Storing data sequentially in zones in a dispersed storage network
Publication Date: 2024.02.20 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US11907585B2 patent drawing
  • US11907585B2 patent drawing
  • US11907585B2 patent drawing

AI summary

A method for execution by a storage unit in a dispersed storage network (DSN) includes selecting a storage zone of a memory device of the storage unit based on zone allocation parameters, and designating the selected storage zone as open for writes. A data slice is received via a network for storage. The data slice is written sequentially at a memory location of the one of storage zone based on determining that the storage zone is designated as open for writes. A pointer corresponding to the data slice that indicates the storage zone and the memory location is generated. A read request is received via the network from a requesting entity that indicates the data slice. The data slice is retrieved from the memory device based on the pointer, and is transmitted to the requesting entity.