useful-notes/hassan/008-chase-algotithm.md
2026-03-05 13:14:41 +01:00

25 lines
1.9 KiB
Markdown

## Resources about Chase Algorithm
### Papers
| Paper | Authors | Link |
|:--------------------------------------------|:-------------------------|:-------------------------------------------------------------------------------------|
| The Theory of Joins in Relational Databases | Aho, Beeri & Ullman | [dl.acm.org/doi/10.1145/320083.320091](https://dl.acm.org/doi/10.1145/320083.320091) |
| Testing Implications of Data Dependencies | Maier, Mendelzon & Sagiv | [dl.acm.org/doi/10.1145/320107.320115](https://dl.acm.org/doi/10.1145/320107.320115) |
### Chase Query Engines
| Engine | Organization | Home Page |
|:---------|:-------------------------------|:-------------------------------------------------------------------------------------|
| RDFox | Oxford Semantic Technologies | [oxfordsemantic.tech/rdfox](https://oxfordsemantic.tech/rdfox) |
| VLog | TU Dresden / VU Amsterdam | [github.com/karmaresearch/vlog](https://github.com/karmaresearch/vlog) |
| Graal | LIRMM, Montpellier | [graphik-team.github.io/graal](https://graphik-team.github.io/graal) |
| Vadalog | University of Oxford / TU Wien | [vadalog-system.com](https://vadalog-system.com) |
| PDQ | University of Oxford | [github.com/michaelbenedict/pdq](https://github.com/michaelbenedict/pdq) |
| Llunatic | University of Genova | [github.com/donatellosantoro/Llunatic](https://github.com/donatellosantoro/Llunatic) |
## Changelog
* **Mar 5, 2026** -- Re-formatted the table for the Papers section.
* **Mar 5, 2026** -- The first version was created.