Solid State Drives with Multiple Addressable Memory Types

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional storage systems face inefficiencies in data management and reliability due to unnecessary write operations and lack of direct control over flash storage processes, leading to potential data loss and reduced system reliability.

Innovation Solution

Implementing a direct-mapped flash storage system where the operating system initiates and controls processes, such as data rewriting and erasure, without involving lower-level storage controllers, and utilizing non-volatile RAM as a buffer to improve write latency and reliability.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional storage controllers manage flash storage operations, then device complexity is reduced and ease of operation is improved, but write latency increases and system reliability deteriorates due to unnecessary write operations and lack of direct control

Engineering Contradiction:
Improvesystem reliabilityVSAvoidstorage control complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent extracts the flash storage control functionality from the traditional storage controller and places it directly in the operating system kernel. This allows the OS to directly manage flash memory operations including wear leveling, bad block management, and write caching, eliminating the intermediate storage controller layer that caused reliability issues while maintaining necessary control functions.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent introduces a write caching mechanism using a portion of system RAM as an intermediary buffer between the OS and flash storage. This mediator absorbs write operations temporarily, preventing unnecessary direct writes to flash memory and reducing wear on storage cells while maintaining data integrity through proper caching management.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If storage controllers manage all flash storage processes, then ease of operation is improved, but write latency increases and data management efficiency deteriorates

Engineering Contradiction:
Improvedata management efficiencyVSAvoidwrite latency
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

A write caching layer is implemented using system RAM to mediate between the OS and flash storage. This intermediary buffer absorbs write operations, allowing the OS to complete write tasks quickly without waiting for slower flash programming operations, thereby reducing write latency while maintaining efficient data management through proper cache management algorithms.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system performs preliminary actions by pre-allocating and pre-managing cache spaces in system RAM before actual data writes occur. The OS can stage write operations in the cache beforehand, organizing and preparing data structures in advance, which accelerates the actual write process to flash storage and improves overall data management efficiency.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If multiple write operations are performed to ensure data reliability, then data integrity is improved, but unnecessary write operations increase and flash memory wear accelerates

Engineering Contradiction:
Improvedata integrityVSAvoidflash memory wear
Core Design Contradiction:
ReliabilityVSLoss of substance

Solution Approach 1:

The write caching mechanism acts as an intermediary that consolidates multiple write operations. Instead of performing separate write operations to flash memory for each data update, the system stages writes in the cache and performs consolidated writes to flash only when necessary, reducing the total number of write operations and minimizing flash memory wear while maintaining data integrity through proper caching protocols.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system implements a wear-leveling strategy that selectively discards and recovers flash memory blocks. By tracking write counts and wear patterns, the system identifies heavily worn blocks and redistributes data to fresher blocks, extending the overall lifespan of the flash storage while maintaining data reliability through redundancy and recovery mechanisms.

Inventive Principle:
Principle #34Discarding and recovering

Data Source

PatentUS10552090B2Solid state drives with multiple types of addressable memory
Publication Date: 2020.02.04 PURE STORAGE INC
  • US10552090B2 patent drawing
  • US10552090B2 patent drawing
  • US10552090B2 patent drawing

AI summary

Solid state drives with multiple types of addressable memory, where the solid state drives include: a first memory component comprising a plurality of nonvolatile registers; a second memory component comprising flash memory; and one or more controllers configured to: receive a write operation, wherein the write operation indicates a first portion of data to be written to the flash memory and indicates a second portion of data to be written to one or more of the plurality of registers; and atomically write the first portion of the data to the flash memory and the second portion of the data to the one or more of the plurality of registers.