Import of 1,500 pdf files hangs the app for several hours

I have 1,500 pdf files and the app got hanged for several hours

solution:
#1-> parallel processing with threads would be faster since everyone has multi-core processor
#2-> import as zip file which contains pdf file can be internally processed by the app even much faster
#3 → Any folder index would be also helpful

Please advise