We introduce the finger aware cursor operator for relational join queries. It scans a list oftuples in a finger enabled manner when a nested loop join operation is performed. Usingthis scan operation, we improve the performance of nested loop join when compared towhen compared to conventional scan. To quantify the improvement in performance usingfingered scan, a statistic named runs that quantifies the degree of randomness in a listof records is introduced. This statistic is vital in assessing the performance improvementachieved using fingered scan. Using runs statistic as a key ingredient, we develop a costmodel that can assign a cost value to the join operation based on underlying fingeredscan. We then develop a cost formula and evaluate the cost model against a simulateddata set. We show that conventional System R cost model is not sufficient to capture theperformance improvement. We then evaluate using the new cost formula and show that itpredicts the cost of join operation correctly.
【 预 览 】
附件列表
Files
Size
Format
View
A Cost Model for a Fingered Join Operator in Relational Query Plans