Api with large files - how to make it faster?

Could you also let me know which exact version of Baserow you have installed? You can find the version by doing cat /baserow/baserow/README.md at the bottom.

Also the table you are inserting into here, could you let me know how many different views this table has? And on average how many filters and sorts each one of these views for this single table has?

version : 1.8.2

the table has no view.

If you want we can make call on discord so I can share my screen with you?

Good idea i’ve sent you a link to a voice call room!

Also we can turn on more profiling by doing:

cat <<EOT >> /baserow/baserow/backend/src/baserow/config/settings/base.py 
SILKY_PYTHON_PROFILER = True
EOT
supervisorctl restart all

For those interested the model caching changes on our develop branch due to be released shortly were able to help out with the slowdown ozz was having.

Thank you for the call.

I did more few changes to improve the speed.

The first one was to delete and create a new distribution table. Because the former one has a lot of history with a lot of tables linked and removed and other recreated.

I got the feeling that the history management could be improve and a lot of table should be really erased from the database.