Cache Memory Segmentation for Data Durability Management

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Data storage systems face challenges in efficiently managing cache memory, particularly in determining which data to retain or discard due to limited capacity, given the varying durability requirements of I/O request data.

Innovation Solution

A method that classifies I/O request data based on durability requirements, storing high durability data in a flash-based cache and low durability data in a volatile memory cache, with the flash cache driver managing storage and eviction based on durability attributes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If the cache memory is used to store all I/O request data, then the data retrieval speed is improved, but the cache memory capacity is insufficient to hold all data

Engineering Contradiction:
Improvedata retrieval speedVSAvoidcache memory capacity
Core Design Contradiction:
SpeedVSQuantity of substance

Solution Approach 1:

The patent segments the cache memory into multiple cache sets, each capable of storing data with different durability requirements. This segmentation allows the system to optimize for both speed and capacity by distributing data across specialized storage regions rather than using a single uniform cache structure.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different cache sets are assigned different durability characteristics and storage policies based on the specific needs of the data they hold. High-durability data is stored in cache sets optimized for retention, while low-durability data uses cache sets optimized for speed, allowing each region to have tailored properties rather than uniform treatment.

Inventive Principle:
Principle #3Local quality

2Device complexity

If the LRU memory management process is used to remove pages from cache, then the cache management is simplified, but the durability requirements of different data are not considered

Engineering Contradiction:
Improvecache management complexityVSAvoiddata durability
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The patent divides the cache into multiple sets that can be managed independently with different eviction policies. Instead of using a single LRU algorithm for all data, each cache set can apply its own management strategy appropriate to the durability requirements of the data it holds, reducing the need for complex unified management while improving reliability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system dynamically selects eviction policies based on the durability requirements of different data types. The memory management process adapts its behavior rather than following a fixed LRU approach, allowing simplified management for uniform data while providing enhanced durability control for critical data through dynamic policy selection.

Inventive Principle:
Principle #15Dynamics

3Productivity

If the cache memory is used for write-back caching, then the data storage throughput is improved, but the cache becomes full more quickly

Engineering Contradiction:
Improvedata storage throughputVSAvoidcache fill rate
Core Design Contradiction:
ProductivityVSQuantity of substance

Solution Approach 1:

The patent segments the cache into multiple sets that can handle different types of write operations independently. This allows the system to maintain high throughput by distributing write-back caching across multiple cache sets rather than filling a single cache structure, effectively increasing the usable cache capacity for throughput optimization.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system changes the cache management parameters and eviction policies based on the type and durability requirements of the data being written. By adjusting these parameters dynamically, the cache can accommodate more data for throughput purposes while managing fill rates through optimized eviction strategies that consider data durability characteristics.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS9952969B1Managing data storage
Publication Date: 2018.04.24 EMC IP HLDG CO LLC
  • US9952969B1 patent drawing
  • US9952969B1 patent drawing
  • US9952969B1 patent drawing

AI summary

There are disclosed techniques for use in managing data storage in a data storage system which comprise a data storage device and a cache memory. In one example, a method comprises the following steps. An I/O request is received and a durability requirement of the I/O request data associated with the I/O request is determined. Based on the durability requirement of the I/O request data, the I/O request data is classified. The classified I/O request data is stored in the cache memory.