PAPER DIGEST
Most Influential SIGMOD 2009 Paper · 2026-03 edition

An Architecture For Recycling Intermediates In A Column-store

Milena G. Ivanova; Martin L. Kersten; Niels J. Nes; Romulo A.P. Gonç alves

Venue
ACM SIGMOD Conference (SIGMOD) 2009
Recognition
Most Influential SIGMOD 2009 Paper (Rank No. 10)
Edition
2026-03
Impact factor
5
Certificate ID
b91b7161138c176f

Abstract

Automatically recycling (intermediate) results is a grand challenge for state-of-the-art databases to improve both query response time and throughput. Tuples are loaded and streamed through a tuple-at-a-time processing pipeline avoiding materialization of intermediates as much as possible. This limits the opportunities for reuse of overlapping computations to DBA-defined materialized views and function/result cache tuning. In contrast, the operator-at-a-time execution paradigm produces fully materialized results in each step of the query plan. To avoid resource contention, these intermediates are evicted as soon as possible. In this paper we study an architecture that harvests the by-products of the operator-at-a-time paradigm in a column store system using a lightweight mechanism, the <i>recycler</i>. The key challenge then becomes selection of the policies to admit intermediates to the resource pool, their retention period, and the eviction strategy when facing resource limitations. The proposed recycling architecture has been implemented in an open-source system. An experimental analysis against the TPC-H ad-hoc decision support benchmark and a complex, real-world application (SkyServer) demonstrates its effectiveness in terms of self-organizing behavior and its significant performance gains. The results indicate the potentials of recycling intermediates and charters a route for further development of database kernels.

Download PDF certificate