This update solves one of problems with interrupting in long running database updates. We just: Collect a list of CSV file names and write to the list file. After each file insert into database will remove it from list and update the list file. If process broken, we at least have a file with list of files remaining, […]
↧