Distributed Rebuilding in Dispersed Storage Networks

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current dispersed storage networks face challenges in maintaining data integrity and security, particularly in the event of storage unit failures, as they often require redundant copies and are vulnerable to data loss and unauthorized access.

Innovation Solution

A dispersed storage network (DSN) utilizing error encoding techniques, such as Cauchy Reed-Solomon encoding, distributes data across multiple storage units, allowing for error correction and secure storage without the need for redundant copies, with a managing unit overseeing data distribution and integrity processing to ensure data recovery and security.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If redundant copies are used for data storage, then data reliability is improved, but storage efficiency deteriorates due to wasted space

Engineering Contradiction:
Improvedata reliabilityVSAvoidstorage efficiency
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The data is divided into multiple slices and distributed across different storage units. Instead of storing complete redundant copies, the system segments the data and stores portions across multiple locations, achieving both reliability through distribution and efficiency by eliminating duplicate storage of entire data sets.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system changes the storage parameter from storing complete redundant copies to storing distributed slices with error encoding. This parameter change allows the system to maintain data reliability while significantly improving storage efficiency by storing only the necessary portions needed for reconstruction.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If error encoding is used to distribute data, then storage security is improved, but system complexity increases due to encoding/decoding operations

Engineering Contradiction:
Improvestorage securityVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

Error encoding is applied in advance during the data writing phase, before storage. The encoding operations are performed once when data is initially stored, and the encoded slices are then distributed across storage units. This preliminary action eliminates the need for complex real-time encoding operations during read operations, reducing overall system complexity.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system uses mathematical copying through error encoding rather than physical duplication. Instead of creating complex redundant copies of entire data sets, simple encoded slices are distributed and stored, reducing the complexity of copy management while maintaining security and reliability.

Inventive Principle:
Principle #26Copying

3Reliability

If data is distributed across multiple storage units, then fault tolerance is improved, but data reconstruction time increases

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

Solution Approach 1:

The system is designed to tolerate a specific number of storage unit failures (excessive action for reliability) without requiring all slices for reconstruction. By configuring the error encoding to allow reconstruction from fewer than the total number of slices, the system achieves fault tolerance while minimizing reconstruction time by not requiring retrieval from all distributed locations.

Inventive Principle:
Principle #16Partial or excessive action

4Reliability

If multiple storage units are used for data distribution, then data integrity is improved, but network overhead increases due to coordinated access

Engineering Contradiction:
Improvedata integrityVSAvoidnetwork overhead
Core Design Contradiction:
ReliabilityVSLoss of energy

Solution Approach 1:

Data is segmented into slices that are independently stored across multiple storage units. This segmentation allows the system to achieve data integrity through distribution while reducing network overhead, as each slice can be accessed and reconstructed independently without requiring coordinated access to all storage units simultaneously.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS10437677B2Optimized distributed rebuilding within a dispersed storage network
Publication Date: 2019.10.08 PURE STORAGE INC
  • US10437677B2 patent drawing
  • US10437677B2 patent drawing
  • US10437677B2 patent drawing

AI summary

A method includes performing, by a storage unit, a rebuild scanning function to identify an encoded data slice in need of rebuilding. The method further includes identifying, by the storage unit, storage units in the set of storage units storing encoded data slices of the set of encoded data slices that are usable for rebuilding the encoded data slice in need of rebuilding. The method further includes selecting, by the storage unit, one of the identified storage units to rebuild the encoded data slice in need of rebuilding based on a selection protocol. The method further includes sending, by the storage unit, a rebuild command to the one of the identified storage units regarding rebuilding the encoded data slice in need of rebuilding, wherein, in accordance with a rebuilding function, the one of the identified storage units rebuilds the encoded data slice in need of rebuilding.