Metadata Paging with Time-Series TTL for Production IO Latency

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing data storage systems face inefficiencies due to resource competition between production and maintenance IOs, leading to increased production IO cache misses and latency, particularly when using traditional LRU eviction algorithms that fail to differentiate between maintenance and production metadata.

Innovation Solution

Implementing a weighted time series forecasting and weighted LRU fall-through time (FTT) approach to determine when to evict metadata pages, prioritizing the eviction of maintenance IO metadata based on predicted time-to-live (TTL) and LRU usage, thereby optimizing metadata management in shared memory.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If traditional LRU eviction algorithm is used to manage metadata pages in shared memory, then implementation simplicity is maintained, but production IO cache misses and latency increase due to inability to differentiate between maintenance and production metadata

Engineering Contradiction:
Improvemetadata management complexityVSAvoidproduction IO latency
Core Design Contradiction:
Device complexityVSLoss of time

Solution Approach 1:

The patent segments metadata into two distinct categories: production metadata and maintenance metadata. This segmentation allows the system to apply different eviction strategies to each type, preventing maintenance metadata from displacing production metadata in the cache, thereby reducing production IO latency while maintaining manageable complexity through targeted optimization.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent implements preliminary classification of metadata pages into production and maintenance categories before eviction decisions are made. By pre-tagging and categorizing metadata pages, the system prepares the groundwork for differentiated eviction handling, allowing production metadata to be protected from eviction while maintenance metadata can be proactively evicted, thus reducing cache misses and latency.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If maintenance IO operations are performed to ensure data availability and prevent data loss, then system reliability is improved, but storage system resources are consumed competing with host applications

Engineering Contradiction:
Improvedata availabilityVSAvoidhost application performance
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent extracts maintenance metadata from the shared cache memory that is primarily allocated for production metadata. By relocating maintenance metadata to separate storage or evicting it preferentially, the system isolates maintenance operations from production workloads, ensuring data availability through maintenance operations while preventing resource contention that would degrade host application performance.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent introduces a metadata classification mechanism that acts as an intermediary between maintenance IO operations and production IO operations. This intermediary categorizes metadata pages and directs them to appropriate handling paths, allowing maintenance operations to proceed without blocking or displacing production metadata in the cache, thus maintaining both reliability and productivity.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Speed

If metadata pages are retained in shared memory for quick access, then production IO speed is improved, but maintenance IO metadata occupies cache space reducing available memory for production metadata

Engineering Contradiction:
Improveproduction IO speedVSAvoidavailable cache memory
Core Design Contradiction:
SpeedVSQuantity of substance

Solution Approach 1:

The patent applies local quality by providing different cache retention policies to different types of metadata. Production metadata receives preferential treatment with extended retention in shared memory to ensure fast access and high production IO speed. Maintenance metadata is subject to proactive eviction or relocation, freeing up cache space locally within the shared memory to accommodate production metadata, thus maintaining both speed and adequate cache quantity for production workloads.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS12524359B2Time series based MDP paging for snapshot, replication and migration
Publication Date: 2026.01.13 DELL PROD LP
  • US12524359B2 patent drawing
  • US12524359B2 patent drawing
  • US12524359B2 patent drawing

AI summary

Metadata pages used exclusively for maintenance IOs associated with snapshots, data migration, or data replication are paged-out according to a time series model forecasted TTL. Metadata pages used for production IOs are paged-out using an LRU algorithm. The forecasted TTL corresponds to the expected time during which the metadata pages will be needed to service the maintenance IOs.