SSD Sequential Workload Detection for Out-of-Order LBA Streams

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing SSD firmware struggles to accurately identify sequential workloads due to out-of-order processing of logical block addresses (LBAs) by multi-core processors, leading to incorrect workload determination.

Innovation Solution

A mechanism using a state machine to track logical block addresses (LBAs) and count hits within a defined range to identify sequential workloads, determining a stream as sequential when a hit count exceeds a threshold for a specified time, enabling actions like prefetching data before host requests.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If multi-core processors process read commands in parallel, then processing speed is improved, but workload identification accuracy deteriorates due to out-of-order LBA streams

Engineering Contradiction:
Improveprocessing speedVSAvoidworkload identification accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent introduces an intermediary mechanism (state machine with LBA tracking) that mediates between the parallel processing threads and the workload identification logic. This intermediary reconstructs the original LBA sequence by tracking LBAs across multiple cores and comparing them against expected sequential patterns, thereby enabling accurate workload identification despite out-of-order processing.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent adds a new dimension of analysis by tracking LBAs across the core dimension. Instead of analyzing LBAs within a single thread's timeline, the system constructs a multi-dimensional view that correlates LBAs across multiple cores, allowing it to distinguish between out-of-order processing artifacts and genuine random workload patterns.

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

2Productivity

If sequential workload identification is implemented, then I/O performance is improved through prefetching, but system complexity increases

Engineering Contradiction:
ImproveI/O performanceVSAvoidfirmware complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent segments the workload identification function into distinct modular components: LBA tracking state machine, sequential pattern matching logic, and prefetching control. This segmentation allows each component to be independently implemented and optimized, reducing overall system complexity while maintaining the ability to improve I/O performance through targeted prefetching operations.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20260023502A1Systems, methods, and media for identifying sequential workloads
Publication Date: 2026.01.22 SK HYNIX NAND PRODUCT SOLUTIONS CORP
  • US20260023502A1 patent drawing
  • US20260023502A1 patent drawing
  • US20260023502A1 patent drawing

AI summary

Mechanisms for identifying sequential workloads in a solid-state drive (SSD) include: receiving a plurality of read commands; and for each of the plurality of read commands: determining that the read command corresponds to a stream of one or more read commands; in response to determining that the read command corresponds to the stream of one or more read commands, incrementing a count of read commands that correspond to the stream; determining that the count meets a threshold count; in response to determining that the count meets the threshold count, determining that the count has met the threshold count for a threshold period of time; and in response to determining that the count has met the threshold count for the threshold period of time, determining that the stream is a sequential workload and taking an action on the stream based on it being determined to be a sequential workload.