Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Improve the loading time for big tables#32

C

I am faced witha dilemma. I need to create a table out of this CSV https://cnred.deqar.link/wp-content/uploads/csvs/deqar-reports.csv - it has some 80 rows. And this CSV is updated daily.

  1. I can create a table that takes the data directly form this CSV. However the loading time for the table is around 1 minute. This is way too long.

  2. I can create a databse table from the file. This means it will create a database from the CSV and the loading speeds are fantastic. However how do I update it?

So either improve the loading time for the method 1, or at least add a loading animation…or let us update the database tables from a file for method number 2.

In any case we need a solution for this. Thanks!

3 years ago
Merged into Loading feature for big tables#13
6 months ago