-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- fix the logical issue: we cannot just push down the choices as we want, instead we need to have optimization rules which are the combination of choice calculus optimization rules and relational algebra optimization rules. I have some in my thesis but they need to be double checked! Note that not every combination of relational algebra and CC optimizaiton rules hold! There's a small list in our pvldb'19 paper, under file FCCcombinedRELALGrules.tex!
- test it with the employee database
- could we incorporate the type system with optimization rules? eg.: could we have an opt rule that does the following:
pres cond of A = F, pres cond of B = True, F<prj_{A, B} R, prj_B R> == prj_{A, B} R
Ask Eric