Make chase algotithm notes general

This commit is contained in:
Hassan Abedi 2026-03-05 13:14:41 +01:00
parent 70684aae49
commit 0c49a46eaa

View File

@ -1,4 +1,13 @@
## Chase Query Engines
## 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 |
|:---------|:-------------------------------|:-------------------------------------------------------------------------------------|
@ -11,4 +20,5 @@
## Changelog
* **Mar 5, 2026** -- Re-formatted the table for the Papers section.
* **Mar 5, 2026** -- The first version was created.