Cache-Aware Search Prefetching for Remote Data Access Delays

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Analyzing and searching massive quantities of machine-generated data from diverse sources is time-consuming due to varying data types and formats, necessitating improved data management and retrieval strategies.

Innovation Solution

Implementing a cache-aware data intake and query system that dynamically adjusts the size of the bucket prefetch window based on search performance, prefetching data from remote storage to cache, and utilizing a late-binding schema for flexible data analysis.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of energy

If data is stored in high capacity, low-speed, inexpensive remote storage, then storage cost is reduced, but data access time increases

Engineering Contradiction:
Improvestorage costVSAvoiddata access time
Core Design Contradiction:
Loss of energyVSLoss of time

Solution Approach 1:

The system performs preliminary actions by prefetching data from remote storage to cache before it is actually needed for search operations. The cache manager proactively identifies and retrieves data blocks, index files, and other data structures in advance, storing them in the cache so that when search queries are executed, the data is already available locally, thus eliminating access delays while maintaining the cost benefits of remote storage.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The cache acts as an intermediary between the remote storage and the search processing system. It buffers data transfers, allowing the search system to access data quickly from the cache while the cache simultaneously manages data retrieval from remote storage. This intermediary layer decouples the fast access requirements of searching from the cost-effective but slower remote storage, resolving the contradiction between access speed and storage cost.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Speed

If data is stored in limited capacity, high-speed, expensive cache, then data access speed is improved, but storage cost increases

Engineering Contradiction:
Improvedata access speedVSAvoidstorage cost
Core Design Contradiction:
SpeedVSLoss of energy

Solution Approach 1:

The system applies local quality by selectively caching only the data and data structures that are most frequently accessed or most likely to be needed for search operations. Rather than uniformly caching all data, the cache manager intelligently identifies which portions of the data set should reside in the expensive high-speed cache based on access patterns and search requirements, optimizing the use of limited cache resources while maintaining fast access for critical data.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The system uses partial action by caching only the necessary portions of data rather than the entire data set. The cache manager determines which specific data blocks, index files, and metadata should be in the cache based on predicted search needs, avoiding the expense of caching unnecessary data while ensuring that essential data is readily available for fast access during search operations.

Inventive Principle:
Principle #16Partial or excessive action

3Productivity

If more data is prefetched from remote storage to cache, then search performance is improved, but cache capacity is consumed faster

Engineering Contradiction:
Improvesearch performanceVSAvoidcache capacity
Core Design Contradiction:
ProductivityVSQuantity of substance

Solution Approach 1:

The system implements dynamics by making the prefetch window size adjustable and adaptive rather than fixed. The cache manager can dynamically modify how much data is prefetched based on current cache availability, search workload characteristics, and observed access patterns. This allows the system to optimize search performance by increasing prefetch when cache capacity allows, while automatically reducing prefetch intensity when the cache is nearly full, thus adapting to changing conditions.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system uses feedback mechanisms where the cache manager monitors cache usage, search performance metrics, and data access patterns to continuously adjust prefetching behavior. When cache capacity is consumed faster than expected or search performance does not improve proportionally with prefetching, the system receives feedback and adjusts the prefetch window size downward. This closed-loop control ensures optimal balance between search performance improvement and cache capacity utilization.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12566710B2Cache aware searching
Publication Date: 2026.03.03 CISCO TECHNOLOGY INC
  • US12566710B2 patent drawing
  • US12566710B2 patent drawing
  • US12566710B2 patent drawing

AI summary

Embodiments are disclosed for performing cache aware searching. In response to a search query, a first bucket and a second bucket in remote storage for processing the search query. A determination is made that a first file in the first bucket is present in a cache when the search query is received. In response to the search query, a search is performed using the first file based on the determination that the first file is present in the cache when the search query is received, and the search is performed using a second file from the second bucket once the second file is stored in the cache.