SSD Indirection Layer for Random Write Optimization

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Flash Solid State Drive (SSD) devices suffer from poor random write performance and unpredictable background operations due to wear leveling processes, which degrade performance over time and lack transparency, making it difficult for applications to anticipate and schedule tasks during rebalancing operations.

Innovation Solution

A novel storage system employing an indirection mechanism and control element that allows random write operations of arbitrary size by abstracting SSD media, reducing performance degradation through uniform block writes and transparency, enabling users to manage SSD devices based on utilization rather than capacity alone, and providing physical addresses for data storage.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Stability of the object's composition

If wear leveling processes are performed in flash SSD devices, then data distribution uniformity is improved, but performance predictability deteriorates due to unpredictable background operations

Engineering Contradiction:
Improvedata distribution uniformityVSAvoidperformance predictability
Core Design Contradiction:
Stability of the object's compositionVSReliability

Solution Approach 1:

The system performs wear leveling operations in advance during idle periods or low-utilization times, so that when random write operations are needed, the background wear leveling has already completed. This preliminary action separates the wear leveling process from the random write path, making performance predictable while still achieving data distribution uniformity.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent introduces an indirection layer (translation layer) between the host and SSD that mediates wear leveling operations. This intermediary can buffer and translate random write requests into sequential writes, hiding the wear leveling background operations from the application layer and maintaining performance predictability while achieving uniform data distribution.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If random write operations of arbitrary size are performed directly on SSD, then operational flexibility is improved, but performance degradation accelerates due to poor random write characteristics

Engineering Contradiction:
Improveoperational flexibilityVSAvoidwrite performance
Core Design Contradiction:
Adaptability or versatilityVSProductivity

Solution Approach 1:

The patent introduces an indirection layer that acts as an intermediary between the host and SSD. This layer translates arbitrary-sized random write operations into optimized sequential write operations that the SSD can handle efficiently. The intermediary maintains a mapping structure to track data locations and coalesces writes to minimize random access patterns, thus preserving operational flexibility while dramatically improving write performance.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system changes the parameters of write operations by transforming arbitrary-sized random writes into fixed-size sequential writes. The indirection layer buffers and coalesces multiple small random writes into larger sequential write operations, changing the size and pattern parameters to match SSD optimization characteristics, thereby improving productivity without sacrificing adaptability.

Inventive Principle:
Principle #35Parameter changes

3Duration of action of stationary object

If background wear leveling operations are performed, then media longevity is improved, but storage availability deteriorates due to blocked user access during operations

Engineering Contradiction:
Improvemedia longevityVSAvoidstorage availability
Core Design Contradiction:
Duration of action of stationary objectVSProductivity

Solution Approach 1:

The system performs wear leveling operations in advance during periods of low storage utilization, completing background operations before they would interfere with user access. This preliminary action ensures media longevity is maintained while minimizing interruptions to storage availability, as wear leveling is completed proactively rather than reactively during high-demand periods.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements continuous wear leveling through the indirection layer that gradually redistributes data across the SSD media over time, rather than performing large batch operations that would block user access. This continuous, incremental approach maintains media longevity while preserving storage availability, as the wear leveling happens as a steady background process that doesn't require blocking user I/O operations.

Inventive Principle:
Principle #20Continuity of useful action

Data Source

PatentUS9424180B2System for increasing utilization of storage media
Publication Date: 2016.08.23 INNOVATIONS IN MEMORY LLC
  • US9424180B2 patent drawing
  • US9424180B2 patent drawing
  • US9424180B2 patent drawing

AI summary

A storage system creates an abstraction of flash Solid State Device (SSD) media allowing random write operations of arbitrary size by a user while performing large sequential write operations of a uniform size to an SSD array. This reduces the number of random write operations performed in the SSD array and as a result increases performance of the SSD array. A control element determines when blocks from different buffers should be combined together or discarded based on fragmentation and read activity. This optimization scheme increases memory capacity and improves memory utilization and performance.