Harvard Researchers Update 60-Year-Old Caching Strategy to Boost AI Data Center Efficiency
New algorithms developed by Harvard SEAS and CMU cut energy-intensive cache promotion operations by up to 60 percent.

Computer science researchers at Harvard University have unveiled updated software caching techniques designed to increase data center efficiency and reduce power consumption as facilities process massive volumes of artificial intelligence workloads. The project, led by Juncheng Yang, an assistant professor of computer science at the Harvard John A. Paulson School of Engineering and Applied Sciences (SEAS), targets computing frameworks that have remained fundamental to data storage and retrieval since their inception in the 1960s.
The team detailed its findings in a study titled "Demystifying and Improving Lazy Promotion in Cache Eviction," which was published in the Proceedings of the VLDB Endowment. Co-authored by Qinghan Chen and developed in collaboration with researchers from Carnegie Mellon University, where Yang earned his doctorate, the paper earned a Best Paper Honorable Mention at the 2026 Very Large Data Bases (VLDB 2026) computer science conference in Boston.
Caching operates across nearly every layer of modern enterprise technology, functioning as a high-speed memory layer that stores frequently accessed information for immediate retrieval. Cache mechanisms are embedded throughout the entire computing stack, including hardware microprocessors, operating systems, database management systems, cloud computing platforms, and edge-computing infrastructure. As data centers scale up to meet the intense demands of AI processing, the vast amounts of memory required for caching consume significant amounts of electricity during ongoing operations as well as during hardware manufacturing, as reported by TechXplore.
The efficiency of any cache is governed by eviction algorithms, which decide which data items remain stored in fast memory and which are discarded to free up space. One of the most widely deployed eviction strategies today is Least Recently Used (LRU). Under LRU, every time a piece of data is accessed, the system executes a "promotion" command that shifts the item to the front of the queue. Yang explained that these continuous promotion operations are highly energy-intensive and fail to scale effectively under heavy workloads, creating major performance bottlenecks in web application and server traffic.
To address these infrastructure hurdles, Yang and his team analyzed the primary software caching methods currently used in enterprise environments, evaluating LRU and alternative approaches to rank their effectiveness and map out their operational trade-offs. As part of this analysis, the researchers introduced a new measurement framework called "promotion efficiency." The metric measures the average number of cache hits generated by each individual promotion operation, providing engineers with a clearer picture of system utility relative to energy expenditure.
Using insights gained from the new metric, the researchers developed two advanced optimization techniques: Delayed FIFO Re-Insertion and Age-Guided Eviction. Both methods refine existing eviction algorithms by drastically cutting down the frequency of required promotion operations while maintaining high overall cache efficiency. In rigorous performance evaluations, the team found that applying these techniques reduced cache promotion operations by 20% to 60%.
The VLDB 2026 award represents the fifth time since 2023 that a research paper on caching from Yang's group has received official honors at major computer science conferences. Previous algorithms developed by the Harvard SEAS team have already achieved broad industry adoption, incorporated into hundreds of open-source software libraries and implemented by large technology enterprises that handle petabytes of data on a daily basis.
Sources
Written by
The Company Wire
Inside the companies building what’s next. Reporting on startups, technology, funding and the people shaping them.



