rapidsai / cuxfilter

GPU accelerated cross filtering with cuDF.
https://docs.rapids.ai/api/cuxfilter/stable/
Apache License 2.0
273 stars 67 forks source link

[Review] Remove Datatiles support #488

Closed AjayThorve closed 1 year ago

AjayThorve commented 1 year ago

This PR removes the support for pre-computing aggregations via datatiles, since cudf.query performs equally better in real-time calculations in almost every case.

This PR is the 1st in a series of refactor PRs to make cuxfilter light-weight, and easy to maintain.

cc @exactlyallan

AjayThorve commented 1 year ago

/merge