Hybrid Storage Cache Management with Distributed Striping

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing storage systems fail to maximize caching performance by not distinguishing between rotational and solid-state drives, leading to inefficiencies in cache management and not leveraging the architecture of solid-state drives effectively.

Innovation Solution

Implementing cache management methods for hybrid storage devices with volatile and non-volatile caches, using distributed striping across rotational drives for parallel operations, and combining the Fastest-To-Fetch and Fastest-To-Flush algorithms with LRU to optimize data transfer between cache levels, particularly with flash-based L2 caches.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of time

If non-volatile storage is used as cache, then response time approaches solid state storage, but the architecture of non-volatile memories is not fully leveraged

Engineering Contradiction:
Improveresponse timeVSAvoidcaching performance
Core Design Contradiction:
Loss of timeVSProductivity

Solution Approach 1:

The patent applies local quality by treating volatile and non-volatile caches differently based on their characteristics. Volatile cache (L1) is used for frequently accessed data requiring fast access, while non-volatile cache (L2) is used for data that needs persistence and can tolerate slightly longer access times. This differentiated approach allows each cache level to operate at its optimal performance point, maximizing overall caching performance while leveraging the architecture of solid-state drives.

Inventive Principle:
Principle #3Local quality

2Ease of manufacture

If LRU algorithm is used for cache replacement, then implementation is simple, but caching performance is not optimized

Engineering Contradiction:
Improveimplementation simplicityVSAvoidcaching performance
Core Design Contradiction:
Ease of manufactureVSProductivity

Solution Approach 1:

The patent implements a dynamic cache replacement policy that adapts to different access patterns and data characteristics. Instead of using a static LRU algorithm, the system dynamically selects between LRU, LFU, and random replacement policies based on the specific data being cached and access patterns observed. This dynamic approach significantly improves caching performance by optimizing replacement decisions for each specific scenario while maintaining reasonable implementation complexity.

Inventive Principle:
Principle #15Dynamics

3Quantity of substance

If rotational drive cache is used, then capacity is increased, but access speed is limited by mechanical constraints

Engineering Contradiction:
Improvecache capacityVSAvoidaccess speed
Core Design Contradiction:
Quantity of substanceVSSpeed

Solution Approach 1:

The patent introduces a hierarchical cache architecture with multiple levels (L1 volatile cache and L2 non-volatile cache) stacked in layers. This vertical dimensionality allows the system to provide both large capacity (through L2) and fast access (through L1) simultaneously. Data is strategically placed in different cache levels based on access frequency and persistence requirements, enabling the system to overcome the mechanical speed limitations of rotational drives while maintaining large cache capacity.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

4Ease of operation

If host manages drive cache, then control is centralized, but overhead degrades caching performance

Engineering Contradiction:
Improvecontrol centralizationVSAvoidcaching performance
Core Design Contradiction:
Ease of operationVSProductivity

Solution Approach 1:

The patent implements self-service by enabling the storage system to autonomously manage its own cache without requiring host intervention. The hybrid cache controller automatically performs cache management functions including data placement, replacement policy selection, and consistency maintenance. This eliminates the overhead associated with host-managed caching while maintaining centralized control within the storage system itself, thereby improving caching performance.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS10210084B1Multi-leveled cache management in a hybrid storage system
Publication Date: 2019.02.19 BITMICRO LLC
  • US10210084B1 patent drawing
  • US10210084B1 patent drawing
  • US10210084B1 patent drawing

AI summary

A hybrid storage system is described having a mixture of different types of storage devices comprising rotational drives, flash devices, SDRAM, and SRAM. The rotational drives are used as the main storage, providing lowest cost per unit of storage memory. Flash memory is used as a higher-level cache for rotational drives. Methods for managing multiple levels of cache for this storage system is provided having a very fast Level 1 cache which consists of volatile memory (SRAM or SDRAM), and a non-volatile Level 2 cache using an array of flash devices. It describes a method of distributing the data across the rotational drives to make caching more efficient. It also describes efficient techniques for flushing data from L1 cache and L2 cache to the rotational drives, taking advantage of concurrent flash devices operations, concurrent rotational drive operations, and maximizing sequential access types in the rotational drives rather than random accesses which are relatively slower. Methods provided here may be extended for systems that have more than two cache levels.