dask-sql
dask-sql copied to clipboard
Check optimization rules
The rules currently implemented in the RelationalAlgebraGenerator java class are a mixture of the standard rules and the ones from the blazingSQL project.
So far, they have worked quite well. However, it might be good to check, if we have the best set of rules for optimization in place.
With https://github.com/dask-contrib/dask-sql/commit/98c38cfba0ca3a08f539523c6480cc2736b505cd being merged could this issue be closed?