I have a custom module that integrate with accounting module to create account moves. So, when I create a huge number of records in account.move module it took a long time to be processed. for example 150000 records take 4.5 hours
I am using chunking 3000 records per create
anyone has an idea how to speed up the process