-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download/upload to LinDA Workbench all rows #20
Comments
works |
In the online version, all lines of the CSV/Excel file are loaded in the browser in each step. This makes the engine unusable for anything but really small files (I experienced serious performance issues with a 44 KB CSV file).
|
The performance issues, which I think occured mainly in the object step, were resolved. I tried the 44k asthma observations file. But I'm still working on a better performance in this step. But yes, the whole file is delivered to the frontend in every step since we calculate everything live in the frontend for better ux. I will see if theres room for optimization. |
At this point, only the first 10 rows seem to be available when I try to download as a file or create a datasource at the end of the transformation
The text was updated successfully, but these errors were encountered: