DocumentCode
2730382
Title
Supporting Streaming Updates in an Active Data Warehouse
Author
Polyzotis, N. ; Skiadopoulos, S. ; Vassiliadis, P. ; Simitsis, Alkis ; Frantzell, N.E.
Author_Institution
California Univ., Santa Cruz, CA, USA
fYear
2007
fDate
15-20 April 2007
Firstpage
476
Lastpage
485
Abstract
Active data warehousing has emerged as an alternative to conventional warehousing practices in order to meet the high demand of applications for up-to-date information. In a nutshell, an active warehouse is refreshed on-line and thus achieves a higher consistency between the stored information and the latest data updates. The need for on-line warehouse refreshment introduces several challenges in the implementation of data warehouse transformations, with respect to their execution time and their overhead to the warehouse processes. In this paper, we focus on a frequently encountered operation in this context, namely, the join of a fast stream S of source updates with a disk-based relation R, under the constraint of limited memory. This operation lies at the core of several common transformations, such as, surrogate key assignment, duplicate detection or identification of newly inserted tuples. We propose a specialized join algorithm, termed mesh join (MeshJoin), that compensates for the difference in the access cost of the two join inputs by (a) relying entirely on fast sequential scans of R, and (b) sharing the I/O cost of accessing R across multiple tuples of S. We detail the Mesh Join algorithm and develop a systematic cost model that enables the tuning of Mesh Join for two objectives: maximizing throughput under a specific memory budget or minimizing memory consumption for a specific throughput. We present an experimental study that validates the performance of Mesh Join on synthetic and real-life data. Our results verify the scalability of Mesh-Join to fast streams and large relations, and demonstrate its numerous advantages over existing join algorithms.
Keywords
data warehouses; storage management; Mesh Join algorithm; active data warehouse; duplicate detection; online warehouse refreshment; streaming update; surrogate key assignment; Costs; Data mining; Data warehouses; Memory management; Production systems; Scalability; Table lookup; Throughput; Warehousing;
fLanguage
English
Publisher
ieee
Conference_Titel
Data Engineering, 2007. ICDE 2007. IEEE 23rd International Conference on
Conference_Location
Istanbul
Print_ISBN
1-4244-0802-4
Type
conf
DOI
10.1109/ICDE.2007.367893
Filename
4221696
Link To Document