I have the problem that I want to erase the entire database to load it again, for that I run the DELETE FROM bucketname
command but I have the problem it takes more than an hour to make the whole process and at 10 minutes the execution is canceled by timeout.
I want this to work like this for normal queries but not for Delete.
I want to do something with a trunc based on relational databases.