Optimizing relational algebra operations using generic equivalence discriminators and lazy products

Publikation: Bidrag til bog/antologi/rapportKonferencebidrag i proceedingsForskningfagfællebedømt

We show how to efficiently evaluate generic map-filter-product queries, generalizations of select-project-join (SPJ) queries in re- lational algebra, based on a combination of two novel techniques: generic discrimination-based joins and lazy (formal) products.
Discrimination-based joins are based on the notion of (equiv- alence) discriminator. A discriminator partitions a list of values according to a user-specified equivalence relation on keys the val- ues are associated with. Equivalence relations can be specified in an expressive embedded language for denoting equivalence rela- tions. We show that discriminators can be constructed generically (by structural recursion on equivalence expressions), purely func- tionally, and efficiently (worst-case linear time). The array-based basic multiset discrimination algorithm of Cai and Paige (1995) provides a base discriminator that is both asymptotically and prac- tically efficient. In contrast to hashing, discrimination is fully ab- stract (only depends on which equivalences hold on its inputs), and in contrast to comparison-based sorting, it does not require an or- dering relation on its inputs. In particular, it is applicable to ref- erences (pointers). Furthermore, it has better asymptotic computa- tional complexity than both sorting and hashing.
We represent cross-products and unions lazily (symbolically) as formal products of the argument sets (relations). This allows the selection operation to recognize on the fly whenever it is applied to a cross-product and invoke an efficient equijoin implementation. In particular, queries can still be formulated naively, using filter, map and product without an explicit join operation, yet garner the advantages of efficient join-algorithms during evaluation.
The techniques subsume many of the optimization techniques based on relational algebra equalities, without need for a query preprocessing phase. They require no indexes and behave purely functionally. They can be considered a form of symbolic execution of set expressions that automate and encapsulate dynamic program transformation of such expressions and lead to asymptotic perfor- mance improvements over naive execution in many cases.
OriginalsprogEngelsk
TitelProceedings of the 2010 ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation
Antal sider10
ForlagAssociation for Computing Machinery
Publikationsdato2010
Sider73-82
ISBN (Trykt)978-1-60558-727-1
DOI
StatusUdgivet - 2010
Begivenhed2010 ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation - Madrid, Spanien
Varighed: 18 jan. 201019 jan. 2010

Konference

Konference2010 ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation
LandSpanien
ByMadrid
Periode18/01/201019/01/2010

ID: 168290345