Dynamic Cache Allocation for Storage Latency and Cost Trade-offs

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing storage systems face challenges in managing latencies and unbalanced cache utilization, particularly in remote storage devices, where frequently accessed data is not efficiently stored to reduce access times, leading to inconsistent I/O workloads among applications.

Innovation Solution

An on-demand cache management system that dynamically adjusts the allocation of storage space based on usage patterns and quality of service thresholds, using a universal cache that pools storage devices like solid state drives, and maintains access logs to compute cache miss ratios, thereby optimizing cache size allocation for each client.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If data is stored in low latency storage device, then access speed is improved, but storage cost increases

Engineering Contradiction:
Improveaccess speedVSAvoidstorage cost
Core Design Contradiction:
SpeedVSQuantity of substance

Solution Approach 1:

The storage system is segmented into multiple tiers with different latency characteristics (low latency storage device and high latency storage device). Data is divided and placed in appropriate tiers based on access frequency, with hot data in low latency storage and cold data in high latency storage, resolving the contradiction between access speed and storage cost.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different storage locations are assigned different quality characteristics (latency performance) based on local needs. Frequently accessed data receives the quality of low latency storage, while infrequently accessed data uses high latency storage, optimizing the balance between access speed and storage cost through localized quality assignment.

Inventive Principle:
Principle #3Local quality

2Loss of time

If cache size is increased, then access latency is reduced, but storage resource utilization becomes unbalanced

Engineering Contradiction:
Improveaccess latencyVSAvoidstorage resource utilization
Core Design Contradiction:
Loss of timeVSProductivity

Solution Approach 1:

The cache size allocation is made dynamic rather than static. The storage manager continuously monitors access patterns and adjusts cache size allocations in real-time based on current workload demands, ensuring that cache resources are optimized for access latency while maintaining balanced utilization across the storage system.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system implements feedback mechanisms where access patterns are monitored and used to adjust cache size allocations. The storage manager receives feedback about data access frequencies and uses this information to dynamically reallocate cache resources, resolving the contradiction between reducing access latency and maintaining storage resource utilization balance.

Inventive Principle:
Principle #23Feedback

3Ease of operation

If storage space is statically allocated, then resource management is simple, but quality of service cannot be guaranteed

Engineering Contradiction:
Improveresource management simplicityVSAvoidquality of service guarantee
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The storage system implements self-service mechanisms where the storage manager automatically monitors access patterns, computes cache miss ratios, and adjusts cache size allocations without manual intervention. This maintains ease of operation while ensuring quality of service guarantees through automated adaptive resource management.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system dynamically changes storage allocation parameters (cache size) based on computed metrics (cache miss ratio). By automatically adjusting these parameters in response to changing workload conditions, the system guarantees quality of service while keeping resource management simple through automated parameter optimization.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20240281274A1Systems and methods for data storage management
Publication Date: 2024.08.22 SAMSUNG ELECTRONICS CO LTD
  • US20240281274A1 patent drawing
  • US20240281274A1 patent drawing
  • US20240281274A1 patent drawing

AI summary

Systems and methods for managing a storage device are disclosed. A first amount of a first storage device is associated to a first client. A first request associated with first data is detected, and a second request associated with the first data is also detected. A log for the first request and the second request is maintained for the first client. A trigger condition is identified, and based on identifying the trigger condition, a value is computed based on the log. A second amount of the first storage device is determined based on the value, and the second amount is associated to the first client.