Intelligent Storage Load Scheduling with PCA-Based Server Load Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Distributed storage systems face challenges in ensuring that workloads are proportionate to a server's processing resources and capabilities, leading to potential performance imbalances and inefficiencies.

Innovation Solution

Implementing a machine learning-based intelligent load scheduling system that uses Principal Component Analysis (PCA) to predict server loads and schedule background processes accordingly, balancing foreground and background workloads in real-time.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If workloads are distributed among multiple servers to provide load balancing and high availability, then system reliability and resource utilization are improved, but ensuring proportional workload distribution according to server capabilities becomes more complex

Engineering Contradiction:
Improvesystem reliabilityVSAvoidload scheduling complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system employs self-service mechanisms where each server autonomously reports its capability metrics and the scheduler automatically adjusts workload distribution based on these reports. The scheduler uses machine learning models to predict server loads and automatically schedules background processes without manual intervention, enabling the system to self-optimize workload distribution according to changing server capabilities.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system implements feedback loops where server capability metrics are continuously collected and used to update the machine learning models. The scheduler receives feedback about actual server performance and adjusts workload distribution in real-time. This feedback mechanism ensures that workload distribution remains proportional to server capabilities while maintaining system reliability.

Inventive Principle:
Principle #23Feedback

2Reliability

If background processes are executed to maintain storage health, then data integrity is improved, but server resource consumption increases during high workload periods

Engineering Contradiction:
Improvedata integrityVSAvoidserver resource consumption
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The system dynamically adjusts the execution of background processes based on real-time server load predictions. The scheduler uses machine learning models to predict future server loads and dynamically schedules background processes accordingly. During high workload periods, background processes are deferred or prioritized, while during low workload periods, these processes are executed to maintain data integrity. This dynamic adjustment optimizes resource consumption while maintaining reliability.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system performs preliminary actions by predicting future server loads using machine learning models before scheduling background processes. The scheduler analyzes historical data and predicts upcoming workload patterns, allowing it to proactively schedule background processes during optimal time windows. This preliminary prediction enables the system to maintain data integrity without consuming resources during critical high-workload periods.

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If machine learning models are used to predict server loads, then load scheduling accuracy is improved, but computational overhead for model training and inference increases

Engineering Contradiction:
Improveload prediction accuracyVSAvoidcomputational efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The system changes parameters by selecting and weighting specific metrics that are most predictive of server load. The machine learning models process a curated set of capability metrics and workload patterns, transforming them into accurate load predictions. The scheduler adjusts prediction time horizons and model complexity based on operational needs, optimizing the balance between prediction accuracy and computational overhead.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12386678B2Intelligent load scheduling in a storage system
Publication Date: 2025.08.12 DELL PROD LP
  • US12386678B2 patent drawing
  • US12386678B2 patent drawing
  • US12386678B2 patent drawing

AI summary

Techniques are provided for implementing intelligent load scheduling in a storage system. In an illustrative embodiment, a method comprises collecting a plurality of metrics corresponding to one or more workloads, and processing the plurality of metrics using a machine learning model to predict a load on at least one server. The machine learning model predicts the load on the at least one server based, at least in part, on weights for respective ones of the plurality of metrics generated during training of the machine learning model. In the method, execution by the at least one server of one or more processes in addition to the one or more workloads is scheduled based, at least in part, on the load predicted by the machine learning model.