Adapt Slice Factory
julianev opened this issue · 1 comments
julianev commented
The current implementation of the Slice Factory does not reflect the decision tree for storing individual tuples in the General Stream Slicing paper.
powibol commented
Thank you very much for this pointer!
Indeed, the current implementation does not always lead to the right choice of eager and lazy slices. Thus, I added the bug label to this issue.
I believe that this issue is easy to fix since one just has to refine the if-statement to reflect the decision tree presented in Figure 4 of the General Stream Slicing paper from EDBT 2019.