You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we send up to 20k rows of data to the frontend to aggregate columns summaries. This aggregation happens in vega-lite and can cause memory issues and slowdowns.
Suggested solution
We would like to:
move this aggregation to the backend. either using vega-fusion (if installed) or narwhals.Expr.hist (if/when implemented)
lazily make these requests based on content visibility on the frontend
Description
Currently we send up to 20k rows of data to the frontend to aggregate columns summaries. This aggregation happens in vega-lite and can cause memory issues and slowdowns.
Suggested solution
We would like to:
vega-fusion
(if installed) ornarwhals.Expr.hist
(if/when implemented)Alternative
No response
Additional context
This could help: narwhals-dev/narwhals#1561
The text was updated successfully, but these errors were encountered: