LiUSemWeb / HeFQUIN

HeFQUIN is a query federation engine for heterogeneous federations of graph data sources, including federations of knowledge graphs.
https://liusemweb.github.io/HeFQUIN/
Apache License 2.0
20 stars 3 forks source link

Adds physical + executable operator for multiway unions #280

Closed hartig closed 1 year ago

hartig commented 1 year ago

closes #123

@chengsijin0817 Just for your information, I have implemented a physical operator for multiway unions. This way, we do not anymore need to convert logical multiway unions into a left-deep trees of binary unions on the physical plan level. This has two advantages: First, we need only one thread per multiway union. Second, the printed plans are easier to read.