From 0c49a46eaa9368540cf600052c131067155810b4 Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Thu, 5 Mar 2026 13:14:41 +0100 Subject: [PATCH] Make chase algotithm notes general --- ...chase-query-engines.md => 008-chase-algotithm.md} | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) rename hassan/{008-chase-query-engines.md => 008-chase-algotithm.md} (58%) diff --git a/hassan/008-chase-query-engines.md b/hassan/008-chase-algotithm.md similarity index 58% rename from hassan/008-chase-query-engines.md rename to hassan/008-chase-algotithm.md index fedead9..428f5ab 100644 --- a/hassan/008-chase-query-engines.md +++ b/hassan/008-chase-algotithm.md @@ -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.