I have a folder with around 590,035 json
files. Each file is a document that has to be indexed. If I index each document using python then it is taking more than 30 hours. How do I index these documents quickly?
Note - I've seen bulk api but that requires merging all the files into one which takes similar amount of time as above. Please tell me how to improve the speed. Thank You.