SSD Client I/O Access Rate Variation Compensation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Solid-state drives (SSDs) face challenges in maintaining consistent data transfer rate performance due to varying client I/O access commands, background garbage collection operations, and metadata map updates, leading to significant variability in client data transfer performance.

Innovation Solution

The method involves monitoring client I/O access commands and adjusting the ratio of background access commands to maintain completion rates at a predetermined level by identifying workload types and dynamically adjusting the number of internal and client I/O access commands, as well as scheduling background reads and writes to optimize performance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If background access commands are increased to maintain steady-state performance, then client I/O completion rates are maintained, but device complexity increases

Engineering Contradiction:
Improveclient I/O completion rateVSAvoidcommand ratio management complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system monitors client I/O completion rates and uses this feedback to dynamically adjust the ratio of background access commands. When completion rates drop below the predetermined level, the system increases background commands; when rates are sufficient, it reduces them. This closed-loop feedback mechanism maintains reliability while adapting to changing workload conditions.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The command ratio is made dynamic rather than static. The system continuously adapts the proportion of background access commands versus client I/O commands based on real-time monitoring of completion rates and workload characteristics. This dynamic adjustment allows the system to maintain performance across varying conditions without requiring complex manual configuration.

Inventive Principle:
Principle #15Dynamics

2Stability of the object's composition

If background access commands are adjusted dynamically, then client I/O response time variability is reduced, but device complexity increases

Engineering Contradiction:
Improveclient I/O response time consistencyVSAvoidworkload identification and ratio adjustment complexity
Core Design Contradiction:
Stability of the object's compositionVSDevice complexity

Solution Approach 1:

The system performs preliminary identification of workload types (sequential vs. random) and pre-determines appropriate command ratios for each workload category. By characterizing the workload in advance and selecting pre-established ratio parameters, the system reduces response time variability without requiring complex real-time calculations during command execution.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system changes operational parameters (command ratios) based on identified workload characteristics. Different parameter sets are established for different workload types, and the system switches between these parameter sets based on the current workload classification. This parameter-based approach simplifies the control logic while achieving stable performance.

Inventive Principle:
Principle #35Parameter changes

3Productivity

If the ratio of background access commands is adjusted, then data transfer rate consistency is improved, but loss of time increases due to monitoring and adjustment overhead

Engineering Contradiction:
Improvedata transfer rate consistencyVSAvoidtime for monitoring and ratio adjustment
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The system implements periodic monitoring of client I/O completion rates rather than continuous monitoring. By checking completion rates at regular intervals and adjusting command ratios periodically, the system achieves data transfer consistency while minimizing the time overhead associated with constant monitoring and adjustment operations.

Inventive Principle:
Principle #19Periodic action

Data Source

PatentUS11748277B2Client input/output (I/O) access rate variation compensation
Publication Date: 2023.09.05 SEAGATE TECH LLC
  • US11748277B2 patent drawing
  • US11748277B2 patent drawing
  • US11748277B2 patent drawing

AI summary

Method and apparatus for enhancing performance of a storage device, such as a solid-state drive (SSD). In some embodiments, the storage device monitors a rate at which client I/O access commands are received from a client to transfer data with a non-volatile memory (NVM) of the storage device. A ratio of background access commands to the client I/O access commands is adjusted to maintain completion rates of the client I/O access commands at a predetermined level. The background access commands transfer data internally with the NVM to prepare the storage device to service the client I/O access commands, and can include internal reads and writes to carry out garbage collection and metadata map updates. The ratio may be adjusted by identifying a workload type subjected to the storage device by the client.