Accessing out-of-tuple data: A performance study

Citation
J. Larson et D. Dewitt, Accessing out-of-tuple data: A performance study, INF SYST, 25(6-7), 2000, pp. 417-429
Citations number
22
Categorie Soggetti
Information Tecnology & Communication Systems
Journal title
INFORMATION SYSTEMS
ISSN journal
03064379 → ACNP
Volume
25
Issue
6-7
Year of publication
2000
Pages
417 - 429
Database
ISI
SICI code
0306-4379(200009/11)25:6-7<417:AODAPS>2.0.ZU;2-K
Abstract
In an OR-DBMS, multi-megabyte attributes generally store only metadata with in the tuple; the data itself is in external objects. The objects and the t uples generally start on the same node in a shared-nothing system, but tupl es move around without their data during query processing. In this paper, w e study how to execute a method on an attribute when the tuple is on one no de, and the data is on another. We study four techniques, based on whether to ship the method or the data and whether to ship one-by-one or in larger units. We present a series of performance studies, which establish that the effect of the various solutions on the disk utilization is far more signif icant than their effect on the network load. (C) 2000 Elsevier Science Ltd. All rights reserved.