Read Stream Identification in Distributed Storage

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Distributed storage systems face inefficiencies in prefetching operations due to incorrect identification of read streams, leading to unnecessary prefetching and reduced performance, especially when a logical address space is sharded across multiple nodes.

Innovation Solution

Implementing a collaborative approach among storage nodes to identify sequential and non-sequential read streams with repetitive patterns, using read stream identification logic and hints data structures to accurately detect potential read streams and adapt prefetching operations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If storage nodes perform prefetching operations based on read stream identification, then read performance is improved, but false stream identification leads to unnecessary prefetching and wasted resources

Engineering Contradiction:
Improveread performanceVSAvoidunnecessary prefetching operations
Core Design Contradiction:
ProductivityVSLoss of energy

Solution Approach 1:

The system implements feedback mechanisms where storage nodes exchange information about detected read streams and their accuracy. Nodes monitor prefetching results and adjust their stream identification algorithms based on feedback from other nodes, reducing false positives and unnecessary prefetching operations while maintaining high read performance.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The patent introduces intermediary components such as stream identification logic and coordination mechanisms that act as mediators between read operations and prefetching execution. These intermediaries filter and validate read stream detections before triggering prefetching, preventing false stream identification from causing unnecessary prefetching operations.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Speed

If storage nodes independently identify read streams, then local processing speed is improved, but coordination across distributed nodes is insufficient leading to inaccurate stream detection

Engineering Contradiction:
Improvelocal processing speedVSAvoidread stream identification accuracy
Core Design Contradiction:
SpeedVSMeasurement precision

Solution Approach 1:

The patent merges local read stream detection capabilities with distributed coordination mechanisms. Storage nodes combine their local identification results with information from other nodes in the distributed system, achieving both fast local processing and high accuracy through collaborative stream identification across the distributed storage network.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The system segments the read stream identification task into local detection phases and coordination phases. Each storage node performs rapid local analysis of read patterns, then segments the coordination work by exchanging specific identification results with relevant nodes, maintaining processing speed while improving overall accuracy through distributed validation.

Inventive Principle:
Principle #1Segmentation

3Loss of time

If prefetching is performed for all potential read streams, then read latency is reduced, but system resources are wasted on false positives

Engineering Contradiction:
Improveread latencyVSAvoidsystem resource utilization
Core Design Contradiction:
Loss of timeVSProductivity

Solution Approach 1:

The system applies partial prefetching based on confidence levels in stream identification. Instead of prefetching for all potential streams, it performs prefetching only when identification confidence exceeds thresholds, reducing resource waste on false positives while maintaining low latency for high-confidence read streams through selective aggressive prefetching.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS11775202B2Read stream identification in a distributed storage system
Publication Date: 2023.10.03 EMC IP HLDG CO LLC
  • US11775202B2 patent drawing
  • US11775202B2 patent drawing
  • US11775202B2 patent drawing

AI summary

An apparatus comprises at least a first storage node of a plurality of storage nodes of a distributed storage system. The first storage node comprises a processor coupled to a memory. The first storage node is configured to receive from a host device a read operation directed to a particular portion of a logical address space of the storage system, where the logical address space is divided among the storage nodes. The first storage node is further configured to determine that the read operation is potentially part of a stream of multiple read operations directed to respective particular portions of the logical address space, and to send, to at least a second one of the storage nodes, an indication of the determination made by the first storage node. The stream of multiple read operations may comprise a sequential read stream directed to respective contiguous portions of the logical address space.