Efficient handling of tuples with embedded large objects

作者:

Highlights:

摘要

Modern database systems and storage manager toolkits usually provide a large object abstraction. Very often large objects are not used as standalone entities, but rather embedded within an aggregate of different types, i.e. a tuple. Depending on the large object's size and access probability, query performance is determined by the representation of the large object: either inlined within the aggregate or swapped out to a separate object. This paper describes a sound and general large object interface extension which automatically switches the representation of large objects according to their actual size. The optimum threshold size for switching the large object's representation is determined, based upon a linear cost model. Furthermore, a SHORE-based implementation and its performance are presented. It turns out that switching the representation of large objects yields great performance improvements for objects whose size is varying from quite small to large.

论文关键词:Extensible database systems,Data type programming interface,Large objects,Tuple representation,SHORE

论文评审过程:Received 9 November 1998, Revised 2 August 1999, Accepted 24 September 1999, Available online 4 January 2000.

论文官网地址:https://doi.org/10.1016/S0169-023X(99)00040-3