comunica / comunica

📬 A knowledge graph querying framework for JavaScript
https://comunica.dev
Other
436 stars 78 forks source link

Implement existing query planners as multi-join algorithms #874

Open rubensworks opened 3 years ago

rubensworks commented 3 years ago

Issue type:


Description:

Currently, most joins in Comunica will go via the Bind Join algorithm, as this can handle federation over heterogeneous source quite nicely through adaptive query planning.

In certain cases, existing query planning algorithm may however provide better performance (e.g. for #548), so we should try implementing different query planning algorithms as join actors, and evaluate their performance.

Possible planning algorithms:

github-actions[bot] commented 3 years ago

Thanks for the suggestion!