alxmrs / xarray-sql

An experiment to query Xarray datasets with SQL
Apache License 2.0
20 stars 2 forks source link

Dask Expressions integration #14

Open alxmrs opened 2 months ago

alxmrs commented 2 months ago

The new Dask Expressions library was really performant in the recent B(Tr)illion Row challenge. I think it would find a good home here.

alxmrs commented 2 months ago

Given multi index appearing on the project’s roadmap, I think experimenting with this library should happen sooner rather than later.

https://github.com/dask-contrib/dask-expr/issues/784

alxmrs commented 2 months ago

This may be a blocker. https://github.com/dask-contrib/dask-sql/issues/1308

alxmrs commented 2 months ago

It looks like we can turn this on with a flag.

https://github.com/dask/dask/issues/10934