Closed Henriquemcc closed 2 years ago
AFAIU, the joins aren't detected well, and this leads to a cartesian product being applied, which results in OOM or some other kind of combinatory explosion.
I'd suggest to test with an INNER JOIN variant, to see if that works, instead.
Hth,
As @olberger correctly stated, it is because of the cross joins. Included in the commit eda00d0 is a warning if the app thinks a OOM error might occur.
On the RelaX - relational algebra calculator, when I load the IMDB database and type the following SQL command:
and them click on 'execute query', on both Firefox and Google Chrome, the RelaX web page stop responding.