How to speed up your data synchronization by factor 50
It's still possible to improve the performance. It might speed up the process, if the writer component uses batch processing to write e.g. 100 products at once. Once batch writing is implemented you should try different batch sizes to find the best setting. Since we write the data directly into the database it might improve the performance, if another language is used. Especially when the different import tasks are seperated, parallel processing could speed up the job. It's e