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
Description: When deploying our Dash application on an Apache server, loading Parquet files with 3 million rows in Dash AG Grid takes 10-20 minutes. This severely impacts user experience and usability.
Observed Issue:
The initial page load is taking excessive time.
Caching may not be a viable solution since calculations need to be performed dynamically based on user selection.
Expected Behavior:
The page should load significantly faster even with large datasets.
Parquet file processing should be optimized for smoother interaction.
Steps to Reproduce:
Deploy the Dash application on an Apache server.
Load a Parquet file containing 3 million rows into Dash AG Grid.
Observe page loading time (~10-20 minutes).
Description: When deploying our Dash application on an Apache server, loading Parquet files with 3 million rows in Dash AG Grid takes 10-20 minutes. This severely impacts user experience and usability.
Observed Issue:
The initial page load is taking excessive time.
Caching may not be a viable solution since calculations need to be performed dynamically based on user selection.
Expected Behavior:
The page should load significantly faster even with large datasets.
Parquet file processing should be optimized for smoother interaction.
Steps to Reproduce:
Deploy the Dash application on an Apache server.
Load a Parquet file containing 3 million rows into Dash AG Grid.
Observe page loading time (~10-20 minutes).
Link to download parquet file:
https://d37ci6vzurychx.cloudfront.net/trip-data/green_tripdata_2019-01.parquet
Floating filter is also not working as expected.
In VectorID Column it is not showing vector id values to filter.
Any suggestions will be appreciated.
The text was updated successfully, but these errors were encountered: