IITDBGroup / gprom

GProM is a middleware that adds support for provenance to database backends.
http://www.cs.iit.edu/%7edbgroup/research/gprom.php
Apache License 2.0
8 stars 5 forks source link

Support correlations in nested subqueries #45

Open lordpretzel opened 6 years ago

lordpretzel commented 6 years ago

Currently, correlations are supported in the parser and query block model analyzer, but cause the translator to crash. In addition, having correlations in the algebra graphs will cause problems in other modules like the provenance rewriter and the optimizer.

Considerations: