Dispersed Storage Encoding for Fault-Tolerant Correlated Data

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current dispersed storage networks face challenges in efficiently encoding and decoding data across multiple storage units while maintaining data integrity and security, especially in scenarios with storage unit failures or data corruption.

Innovation Solution

The implementation of a dispersed storage network that uses Cauchy Reed-Solomon error encoding to divide data into encoded slices, which are then stored across multiple geographically distributed units, allowing for robust data recovery and secure storage without the need for redundant copies.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If data is divided into encoded slices and stored across multiple geographically distributed units using Cauchy Reed-Solomon error encoding, then data integrity and security are improved and the network can tolerate storage unit failures, but device complexity increases

Engineering Contradiction:
Improvedata integrityVSAvoidencoding complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent divides data into multiple encoded slices using Cauchy Reed-Solomon error encoding, distributing them across geographically dispersed storage units. This segmentation allows the system to tolerate failures of individual units while maintaining data integrity, as the encoding scheme enables reconstruction from sufficient slices without requiring exact copies.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent employs Cauchy Reed-Solomon error encoding with specific parameters (k data slices, n total slices where n > k) to transform the storage problem. By changing the representation of data from redundant copies to mathematically encoded slices, the system achieves both improved reliability and controlled complexity through parameter optimization.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If redundant copies of data are stored across multiple units, then data availability is improved, but storage efficiency deteriorates due to duplicate data

Engineering Contradiction:
Improvedata availabilityVSAvoidstorage space
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The patent uses mathematical encoding to create derived representations of data rather than simple copies. The Cauchy Reed-Solomon encoding generates n slices from k data slices, where each slice contains encoded information that contributes to data reconstruction. This approach provides fault tolerance equivalent to redundancy but uses storage space more efficiently by eliminating duplicate original data.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The patent creates composite encoded slices that combine multiple data elements through mathematical encoding. Each slice contains a composite representation of the original data, allowing reconstruction when sufficient slices are available. This composite approach achieves redundancy benefits without the linear storage overhead of simple copying.

Inventive Principle:
Principle #40Composite materials

3Reliability

If more encoded slices are stored across distributed units, then fault tolerance is improved, but data access time increases due to coordination overhead

Engineering Contradiction:
Improvefault toleranceVSAvoiddata access time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent implements a threshold-based decoding mechanism where data can be reconstructed from any k slices out of n total slices. This partial action principle allows the system to tolerate up to (n-k) failures while only requiring k slices for reconstruction. The threshold k is optimized to balance fault tolerance with access speed, avoiding the need to retrieve all n slices for every access operation.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS10769016B2Storing a plurality of correlated data in a dispersed storage network
Publication Date: 2020.09.08 PURE STORAGE INC
  • US10769016B2 patent drawing
  • US10769016B2 patent drawing
  • US10769016B2 patent drawing

AI summary

A method for execution by a dispersed storage and task (DST) client module includes obtaining a plurality of sorted data entries. A data access performance goal level associated with the plurality of sorted data entries is obtained, and obtaining DSN performance information is obtained. Compression parameters are selected based on the data access performance goal level and the DSN performance information. Sorted data entries of the plurality of sorted data entries are selected based on the selected compression parameters to produce a data object. The data object is compressed to produce a compressed data object using the selected compression parameters. The compressed data object is dispersed storage error encoded to produce one or more sets of encoded data slices for storage in a set of storage units.