Magnetic Tape File Ordering by Predicted Access Frequency

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Magnetic tape storage systems experience significant latency in accessing frequently accessed files due to the need for tape head alignment, especially when multiple files are accessed by a large number of users, as current systems do not efficiently predict and position files based on user access patterns.

Innovation Solution

A computing tool that analyzes access control lists to predict file access frequency and positions frequently accessed files closer to the starting boundary of the tape storage, ensuring quicker access by aligning them consecutively with files accessed by the same user.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of time

If files are stored on magnetic tape storage in traditional order, then storage capacity is maximized, but access latency increases significantly for frequently accessed files

Engineering Contradiction:
Improveaccess latencyVSAvoidretrieval speed
Core Design Contradiction:
Loss of timeVSProductivity

Solution Approach 1:

The system performs preliminary analysis of access control lists to predict file access frequency before writing files to tape storage. Files are pre-positioned in optimal locations on the tape based on predicted access patterns, so that frequently accessed files are automatically placed closer to the starting boundary, eliminating the need for tape head repositioning during actual access operations

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent applies different positioning strategies to different files based on their individual access characteristics. Files are analyzed individually through their access control lists, and each file is assigned a specific position on the tape storage medium according to its predicted access frequency, creating localized optimization rather than uniform positioning

Inventive Principle:
Principle #3Local quality

2Measurement precision

If tape head alignment is performed for each file access, then accurate file retrieval is achieved, but access time increases due to repeated alignment operations

Engineering Contradiction:
Improvefile positioning accuracyVSAvoidalignment time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs preliminary positioning of files during the initial write operation based on predicted access frequency. Files are written to predetermined locations on the tape storage medium that optimize future access patterns, so that subsequent reads require minimal or no tape head repositioning, eliminating repeated alignment operations

Inventive Principle:
Principle #10Preliminary action

3Speed

If files are positioned closer to the starting boundary of tape storage, then access speed improves, but storage utilization efficiency decreases

Engineering Contradiction:
Improveaccess speedVSAvoidstorage utilization
Core Design Contradiction:
SpeedVSProductivity

Solution Approach 1:

The patent implements differentiated positioning where each file's location on the tape is determined by its individual predicted access frequency derived from access control list analysis. Frequently accessed files are positioned near the starting boundary for fast access, while less frequently accessed files are positioned further along the tape, optimizing both access speed and storage utilization through localized optimization

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The system dynamically changes the positioning parameter (file location on tape) based on the parameter (predicted access frequency) derived from access control list analysis. This adaptive positioning strategy allows the system to optimize access speed for hot files while maintaining efficient storage utilization across the entire tape medium

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12405753B1Ordering files in magnetic tape storage
Publication Date: 2025.09.02 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US12405753B1 patent drawing
  • US12405753B1 patent drawing
  • US12405753B1 patent drawing

AI summary

Mechanisms are provided for writing files to tape storage. A set of files to be written to the tape storage are identified and, for each file, metadata associated with the file indicating identifiers of users associated with the file is retrieved. For each file, a predicted frequency metric, specifying a predicted frequency of access of the file, is determined based on the identifiers of users associated with the file specified in the associated metadata. The files are sorted to generate a ranked set of files in which each file is ranked relative to the other files in the set of files based on their corresponding predicted frequency metric. The ranked set of files is written to the tape storage in descending order of predicted frequency metric such that files having relatively larger predicted frequency metrics are written relatively closer to a starting boundary of a partition of the tape storage.