I have a big SQL file which have some queries. I wish to know how many time takes the execution of the entire file.
I open the file in "Query Tool" in pgAdmin 4 and it takes 1 minute to execute "successfully" but when I go to "View data", the table is empty (this must not happen because the file has 100.000 insertions, some selections and it does not have any deletion).
It is not a system error because I execute another query an it works. The SQL file size is 32,4 MB.
Why does this happen?
Could be due to the file size?
SELECTstatement?