Cache Prefetch Policy for Object Addressable Storage

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Object addressable storage systems face challenges in efficiently caching and managing content units due to the lack of effective caching policies and mechanisms, leading to suboptimal performance in accessing and retrieving content across distributed systems.

Innovation Solution

Implementing a caching system with a cache disposed logically between the core and edge devices, configured with policies for content replacement and prefetching based on criteria such as source identity, content type, metadata, and access patterns, to optimize storage and retrieval of content units.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of time

If a cache is implemented in an object addressable storage system, then service time performance is improved and latency is reduced, but device complexity increases due to the need for caching policies and management mechanisms

Engineering Contradiction:
Improveservice time performanceVSAvoidcaching system complexity
Core Design Contradiction:
Loss of timeVSDevice complexity

Solution Approach 1:

The cache system performs preliminary actions by prefetching content units into the cache before they are actually requested by edge devices. The cache controller monitors access patterns and proactively loads content that is likely to be needed soon, thereby reducing service time when the content is actually requested.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The cache acts as an intermediary component between the core object addressable storage system and edge devices. It buffers content units and manages access requests, simplifying the interaction between edge devices and the core storage system while improving access performance.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Speed

If content is cached closer to edge devices, then access latency is reduced and retrieval speed is improved, but the quantity of content that can be cached is limited by cache capacity

Engineering Contradiction:
Improvecontent retrieval speedVSAvoidcache capacity
Core Design Contradiction:
SpeedVSQuantity of substance

Solution Approach 1:

The cache controller dynamically changes parameters such as cache replacement policies and prefetching thresholds based on content characteristics and access patterns. When cache capacity is limited, the system adjusts which content units to retain or evict, optimizing the use of available cache space for high-value content.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The system implements partial prefetching by loading only a subset of potentially needed content units into the cache based on predicted access patterns. This allows the cache to be partially filled with high-probability content without wasting capacity on low-probability content, effectively managing limited cache resources.

Inventive Principle:
Principle #16Partial or excessive action

3Loss of time

If prefetching is implemented to predict future access requests, then service time is reduced by having content ready in cache, but loss of information increases due to inaccurate predictions

Engineering Contradiction:
Improveservice timeVSAvoidprediction accuracy
Core Design Contradiction:
Loss of timeVSLoss of information

Solution Approach 1:

The cache controller implements feedback mechanisms by monitoring actual access patterns and using this information to refine prefetching decisions. When prediction accuracy is low, the system learns from missed predictions and adjusts its prefetching strategy, creating a closed-loop control system that improves over time.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system performs partial prefetching by loading only a portion of potentially needed content based on confidence thresholds. When prediction confidence is low, the system prefetches fewer content units, reducing the risk of wasting cache capacity on incorrect predictions while still capturing high-confidence opportunities.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS7451225B1Configuring a cache prefetch policy in a computer system employing object addressable storage
Publication Date: 2008.11.11 EMC IP HLDG CO LLC
  • US7451225B1 patent drawing
  • US7451225B1 patent drawing
  • US7451225B1 patent drawing

AI summary

Caching techniques for use in a computer system comprising a core and at least one edge device. The core comprises at least one object addressable storage system. At least one cache is disposed logically between the core and the at least one edge device. The cache has a prefetch policy that selects from among the content units based upon at least one prefetch criterion selected from the group consisting of: a source that wrote an evaluated content unit; a size of an evaluated content unit; a content type of an evaluated content unit; when the prefetch is performed subsequent to a request to access at least one of the plurality of content units, an identity of the requestor; when the prefetch is performed subsequent to a request to access at least one of the content units stored at a first time, proximity of a time at which an evaluated content unit was stored relative to the first time; and metadata written with the evaluated content unit.