Memory Controller Scheduling for Phased NAND Super Block Erase

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The inconsistency in write performance of NAND dies due to simultaneous erase operations leading to zero throughput during block erasure in storage devices, which affects overall host write throughput.

Innovation Solution

Implementing a memory controller that manages NAND dies in super blocks, completing program and erase operations in multiple steps and alternating them to minimize overlap, ensuring efficient data storage without significant buffer memory requirements.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If all NAND dies are managed with blocks being erased simultaneously, then erase operation completeness is improved, but host write throughput drops to zero during erase sections

Engineering Contradiction:
Improveerase operation completenessVSAvoidhost write throughput
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent segments the erase operation into multiple phased steps (first phase erase, second phase erase, etc.) across different super blocks. Instead of erasing all blocks simultaneously, the controller performs partial erases in sequence, allowing programming operations to interleave with erase operations on different super blocks, thereby maintaining non-zero throughput while completing all erase operations.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent implements periodic alternation between programming and erase operations across different super blocks. The controller cycles through programming certain super blocks while erasing others, then switches phases periodically. This periodic action ensures that erase operations are completed systematically while programming operations continue on other blocks, preventing throughput from dropping to zero.

Inventive Principle:
Principle #19Periodic action

2Productivity

If buffer memory capacity is increased to maintain throughput during erase, then host write throughput consistency is improved, but device complexity and cost increase

Engineering Contradiction:
Improvehost write throughput consistencyVSAvoidbuffer memory capacity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent dynamically adjusts the scheduling of programming and erase operations based on the state of different super blocks. The controller monitors which super blocks are ready for programming versus which require erasing, and adaptively switches between operations to maintain continuous throughput. This dynamic scheduling eliminates the need for large static buffer memory allocations.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent ensures continuous useful action by guaranteeing that while some super blocks are being erased, other super blocks are being programmed. The phased approach maintains an invariant that at least one programming operation is always active alongside erase operations, ensuring continuous data flow and eliminating throughput gaps without requiring additional buffer memory.

Inventive Principle:
Principle #20Continuity of useful action

Data Source

PatentUS20260024586A1Memory controller, memory device and storage device
Publication Date: 2026.01.22 SAMSUNG ELECTRONICS CO LTD
  • US20260024586A1 patent drawing
  • US20260024586A1 patent drawing
  • US20260024586A1 patent drawing

AI summary

A memory controller includes an interface and a control module. The interface interfaces with a memory device which includes a plurality of dies that each include a plurality of blocks. The control module groups a plurality of blocks included in different dies and manages the plurality of blocks as a super block. The control module performs scheduling to alternately perform a program on a part of an Nth super block, wherein N is a natural number, and a phased erase on an N+1st super block, and the control module completes the program on the Nth super block and the erase on the Nth super block before the program on the N+1st super block starts.