Processing large amount of data using Queue Processor
Hi Everyone,
I have to process large amounts of data (approx 5 lakhs rows) from the data type.
Currently, I am processing using 1 dedicated Queue Processor but it is taking a long time to process. so introduced another QP of the same configuration,
Now I am processing with 2 QPs, 1 for the pre-processing (validation and case creation), and 2nd QP for executing the flow. I have worked on it and seen that time is reduced a lot.
Is it a good idea to have 2 queue processors, or Is there any better way to address this?
Thanks for taking the time to address the above questions