Hi @Rob192, I’m sorry to hear that you’re having some problems with your Baserow instance.
do you know what could render baserow slow ?
There could be various reasons why your Baserow environment is slow. Do you have any insights in the CPU and memory usage of your server? Do you have any insights in how many API requests you’re making per second?
The problem is that when I tried to import the biggest csv file, the importation never ended.
Did you see the import percentage going up, or did it remain stuck at 0%? If so, would you mind checking if the real-time collaboration works? Just open two browser tabs, change a cell in one tab, and see it being updated in the other? The reason I’m asking is that I want to make sure async jobs are working. Although judging from your logs, it does sound like they it works.
Do you know how to kill a csv import job to try to chunk the file in smallest files ?
1500 lines doesn’t seem like that much, and you should be able to import that quickly in any environment. Out of curiosity, how many columns does the CSV have? It’s not easily possible to cancel the job, but restarting the Baserow Docker container should kill the execution of it. The job itself might remain pending in the PostgreSQL database, but if I’m correct, that will automatically be cleaned up within 24 hours. Is it already possible to start the job again?
Do you think there is a risk for the database if I just restart the docker to cancel the operation ?
It should normally not be a problem to restart your Docker container.
Separately, can you share an overview of all the environment variables you’ve set?