エネルギー集約型コンピューティングのデータアクセスを改善(Improving Data Access for Energy-Intensive Computing)

2026-09-08 ハーバード大学

ハーバード大学工学・応用科学部(SEAS)の記事は、エネルギー消費の大きいコンピューティングにおいて、データへのアクセス方法そのものを改善することで、計算性能と電力効率を同時に高める研究を紹介しています。研究チームは、プロセッサがメモリからデータを取得する際に生じる時間・エネルギーのコストに着目し、データ移動を減らして必要な情報をより効率的に利用するコンピュータアーキテクチャ上の手法を検討しました。これは、AIや大規模データ処理など、計算量だけでなくメモリアクセスがボトルネックとなる処理の高速化・省電力化に重要です。研究の意義は、単純にプロセッサの計算能力を高めるのではなく、「データをどう運ぶか」を最適化することで、エネルギー集約型コンピューティングの効率を改善する点にあります。将来的には、AIを含む高性能計算システムの消費電力削減につながる可能性があります。

<関連情報>

キャッシュ削除における怠惰なプロモーションの解明と改善 Demystifying and Improving Lazy Promotion in Cache Eviction

Qinghan Chen, Muhammad Haekal Muhyidin Al-Araby, Ziyue Qiu, Zhuofan Chen, Rashmi Vinayak, Juncheng Yang
arXiv  Submitted on 30 Aug 2026
DOI:https://doi.org/10.14778/3785297.3785299

エネルギー集約型コンピューティングのデータアクセスを改善(Improving Data Access for Energy-Intensive Computing)

Abstract

Cache eviction algorithms play a critical role in the performance of modern data systems, yet their scalability is often limited by the high computational overhead associated with object promotions. Lazy Promotion techniques have emerged as relaxations of traditional Least-Recently-Used (LRU) methods, designed to alleviate lock contention and increase throughput. This work uses production traces from real-world systems to benchmark five Lazy Promotion strategies: Probabilistic-LRU, Batch-LRU, Delay-LRU, FIFO-reinsertion, and Random-LRU. We evaluate these techniques across miss ratio, scalability, promotion count, and a novel metric called promotion efficiency, which measures the number of hits per promotion.
Our results reveal that Delay-LRU and FIFO-reinsertion significantly improve promotion efficiency, whereas Batch-LRU and Probabilistic-LRU struggle to reduce promotions without significantly increasing miss ratio. We further explore the impact of lazy promotion in advanced algorithms such as ARC and 2Q and make a similar observation. Moreover, we uncover substantial optimization potential, showing that most cache promotions are unnecessary when equipped with oracle knowledge. To further reduce promotions in LRU, we propose two novel enhancements-Delayed FIFO-reinsertion (D-FR) and Age-Guided Eviction (AGE)-that reduce promotions by 20-60% while achieving a similar or lower miss ratio.

1601コンピュータ工学
ad
ad
Follow
ad
タイトルとURLをコピーしました