SSD Cache Architecture Using ML Data Placement to Cut Garbage Collection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

As storage devices increase in capacity, managing data efficiently to minimize access time and reduce the impact of garbage collection delays becomes a challenge, particularly with the use of high-capacity, low-endurance SSDs and high-performance cache SSDs.

Innovation Solution

A storage device architecture that includes a cache SSD for buffering data and a data SSD for persistent storage, utilizing a machine learning algorithm to manage data placement based on lifetime identifiers (LTIDs) and evicting data strategically to minimize garbage collection, with optional RAID for enhanced performance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If high-capacity, low-endurance SSDs are used for persistent storage, then storage capacity is improved, but data access speed and device endurance deteriorate

Engineering Contradiction:
Improvestorage capacityVSAvoiddata access speed
Core Design Contradiction:
Quantity of substanceVSSpeed

Solution Approach 1:

The storage system is divided into two segments: a high-performance cache SSD for frequently accessed data and high-capacity data SSDs for persistent storage. This segmentation allows the system to leverage the speed of the cache SSD while maintaining the large capacity of the data SSDs, resolving the contradiction between capacity and access speed.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The cache SSD acts as an intermediary between the host and the data SSDs. It buffers data being read from or written to the data SSDs, providing fast access to frequently used data while the data SSDs maintain large capacity. This intermediary approach resolves the speed-capacity tradeoff.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Quantity of substance

If high-capacity, low-endurance SSDs are used for persistent storage, then storage capacity is improved, but device endurance deteriorates

Engineering Contradiction:
Improvestorage capacityVSAvoiddevice endurance
Core Design Contradiction:
Quantity of substanceVSReliability

Solution Approach 1:

The storage system segments write operations between the cache SSD (high endurance) and data SSDs (low endurance). The cache SSD absorbs wear from frequent write operations through its superior endurance characteristics, protecting the data SSDs and extending overall system life while maintaining large capacity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The cache SSD automatically manages data buffering and eviction to the data SSDs, reducing the number of write cycles to the data SSDs. This self-service mechanism protects the low-endurance data SSDs from excessive wear while preserving their large capacity.

Inventive Principle:
Principle #25Self-service

3Ease of operation

If traditional cache management is used, then data buffering is provided, but garbage collection delays increase

Engineering Contradiction:
Improvedata bufferingVSAvoidgarbage collection delays
Core Design Contradiction:
Ease of operationVSLoss of time

Solution Approach 1:

The system performs preliminary actions by proactively evicting data from the cache SSD to the data SSDs based on predicted usage patterns and cache fullness, rather than waiting for garbage collection to be triggered. This preliminary data transfer reduces the frequency and impact of garbage collection operations.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The machine learning model provides feedback about data access patterns and cache state, enabling intelligent decisions about when to evict data to the data SSDs. This feedback mechanism optimizes cache management to minimize garbage collection delays while maintaining effective buffering.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12554653B2Storage device cache system with machine learning
Publication Date: 2026.02.17 SAMSUNG ELECTRONICS CO LTD
  • US12554653B2 patent drawing
  • US12554653B2 patent drawing
  • US12554653B2 patent drawing

AI summary

A storage device is disclosed. An interface may receive a write request from an application to store a data. A first storage device may act as a cache. The first storage device may include a first storage unit associated with a first lifetime data. A second storage device may act as a persistent storage. The second storage device may include a second storage unit associated with a first placement data. The first storage device may be configured to store the data in the first storage unit associated with the first lifetime data based on a second lifetime data. The second storage device may be configured to store the data in the second storage unit associated with the first placement data based at least in part on the second lifetime data.