Auto-Defragmentation Module for NAND Memory Read Performance

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Fragmentation of memory in storage systems leads to performance degradation over time, as physical fragmentation of files on NAND memory is not aligned with the host's logical block address range, resulting in increased NAND data sense operations and reduced read performance.

Innovation Solution

An auto-defragmentation module within the storage system's controller monitors data sense operations and initiates defragmentation by rewriting fragmented pages to improve read performance, maintaining transparency to the host and optimizing storage operations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If the storage system performs automatic defragmentation by rewriting fragmented pages, then sequential read performance is improved, but write operations and power consumption increase

Engineering Contradiction:
Improvesequential read performanceVSAvoidpower consumption
Core Design Contradiction:
SpeedVSUse of energy by moving object

Solution Approach 1:

The system dynamically changes operational parameters by adjusting the defragmentation threshold based on wear level. When wear level exceeds the threshold, the controller initiates defragmentation operations that rewrite fragmented pages to contiguous locations, thereby improving sequential read performance while managing the trade-off with increased power consumption and write operations

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The storage system performs self-defragmentation automatically without requiring host intervention. The controller monitors fragmentation levels and autonomously initiates defragmentation operations by rewriting fragmented pages, allowing the system to maintain optimal performance independently

Inventive Principle:
Principle #25Self-service

2Speed

If the storage system performs automatic defragmentation by rewriting fragmented pages, then sequential read performance is improved, but the lifespan of NAND storage is reduced

Engineering Contradiction:
Improvesequential read performanceVSAvoidlifespan of NAND storage
Core Design Contradiction:
SpeedVSDuration of action of stationary object

Solution Approach 1:

The system dynamically changes operational parameters by adjusting the defragmentation threshold based on wear level. When wear level exceeds the threshold, the controller initiates defragmentation operations that rewrite fragmented pages to contiguous locations, thereby improving sequential read performance while managing the trade-off with increased power consumption and write operations

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The system performs partial defragmentation by selectively rewriting only fragmented pages that exceed the threshold rather than performing full defragmentation of all data. This partial action approach improves performance while minimizing unnecessary write operations that would reduce NAND storage lifespan

Inventive Principle:
Principle #16Partial or excessive action

3Extent of automation

If the storage system performs automatic defragmentation, then device complexity increases, but host transparency is maintained

Engineering Contradiction:
Improveautomatic defragmentation capabilityVSAvoidcontroller complexity
Core Design Contradiction:
Extent of automationVSDevice complexity

Solution Approach 1:

The storage system performs self-defragmentation automatically without requiring host intervention. The controller monitors fragmentation levels and autonomously initiates defragmentation operations by rewriting fragmented pages, allowing the system to maintain optimal performance independently

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The controller acts as an intermediary that transparently manages defragmentation operations between the host and NAND storage. It monitors wear levels and fragmentation, making intelligent decisions about when and how to perform defragmentation without the host needing to be aware of or participate in the process

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS11520695B2Storage system and method for automatic defragmentation of memory
Publication Date: 2022.12.06 SANDISK TECHNOLOGIES LLC
  • US11520695B2 patent drawing
  • US11520695B2 patent drawing
  • US11520695B2 patent drawing

AI summary

A storage system determines whether its memory is fragmented (e.g., based on a host read pattern that indicates that a sequential file is being read, but the number of data sense operations required to perform this read indicates that file is stored non-sequentially in the memory). If the storage system determines that its memory is fragmented, the storage system can perform a defragmentation operation on the memory. This defragmentation operation can be done invisibly to the host (i.e., without receiving any hint or instruction from the host to perform the defragmentation operation).