SSD Superblock Data Placement for Lower Write Amplification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing data placement methods in memory systems, such as NVMe standards like ZNS and FDP, require significant software and hardware changes, leading to slow adoption and inefficiencies in write amplification and performance optimization.

Innovation Solution

Implementing data placement over superblocks to emulate zones, allowing dynamic allocation and sequentialization of writes without requiring profound changes to host systems, using a communication protocol to manage superblocks and minimize write amplification.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If data placement methods like ZNS and FDP are implemented, then write performance and garbage collection efficiency are improved, but device complexity and software changes required increase

Engineering Contradiction:
Improvewrite performanceVSAvoidsoftware changes required
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent creates a simplified copy or emulation of zone structures using superblocks that the host system can interact with through existing NVMe interfaces. Instead of requiring full ZNS implementation, the patent presents a compatible interface that maps to simpler internal superblock management, reducing the complexity burden on both host and device while maintaining performance benefits.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The patent introduces a translation layer or intermediary mechanism between the host's data placement requests and the actual superblock structure. This intermediary handles the complexity of superblock management, garbage collection, and zone emulation internally, while presenting a simplified interface to the host, thereby improving write performance without requiring proportional software changes.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If traditional garbage collection is used, then data retrieval is maintained, but write amplification increases

Engineering Contradiction:
Improvedata retrievalVSAvoidwrite amplification
Core Design Contradiction:
ReliabilityVSLoss of substance

Solution Approach 1:

The patent performs preliminary organization of data into superblocks with structured metadata before garbage collection is needed. By pre-establishing the superblock structure and tracking valid data locations in advance, the system can conduct more efficient garbage collection that retrieves only necessary data with minimal additional writes, thereby reducing write amplification while maintaining data retrieval reliability.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent changes the organizational parameters of data storage by introducing superblocks as the fundamental unit, with specific parameters for tracking valid data, superblock state, and generation counters. This parameter-based organization enables more precise garbage collection that targets only obsolete data, reducing the amount of unnecessary write operations and thus lowering write amplification.

Inventive Principle:
Principle #35Parameter changes

3Loss of substance

If sequential writes are enforced, then write amplification is reduced, but adaptability to random write patterns decreases

Engineering Contradiction:
Improvewrite amplificationVSAvoidwrite pattern flexibility
Core Design Contradiction:
Loss of substanceVSAdaptability or versatility

Solution Approach 1:

The patent implements dynamic superblock allocation and management where the system can adapt to different write patterns in real-time. For sequential writes, it optimizes by filling superblocks in order; for random writes, it dynamically allocates and manages superblock assignments. This dynamic approach reduces write amplification for sequential operations while maintaining adaptability for random workloads.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent segments the storage space into multiple independent superblocks that can be managed separately. This segmentation allows the system to handle sequential writes efficiently within each superblock while also accommodating random writes by allocating different superblocks as needed. The segmented structure reduces write amplification by organizing data in manageable units while preserving flexibility for various write patterns.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20250224896A1Storage access communications and data placement for improved performance and reduced write amplification
Publication Date: 2025.07.10 MICRON TECHNOLOGY INC
  • US20250224896A1 patent drawing
  • US20250224896A1 patent drawing
  • US20250224896A1 patent drawing

AI summary

A memory sub-system, such as a solid-state drive, configured to map a write stream to superblocks without the stream identifying a zone having a predetermined size in a namespace. The memory sub-system is configured to maintain, for the stream, a cursor configured to identify one of the plurality of superblocks as being reserved entirely for the stream; map, based on a superblock identified by the cursor, logical addresses of write commands in a contiguous segment of the stream to physical addresses in the superblock until the superblock is full; store data of write commands in the stream into based on mapping from logical addresses to physical addresses identified via the cursor; and allocate, for the cursor and in response to the superblock identified by the cursor being full, a free superblock available to continue mapping logical addresses to physical address.