Hi ,
If i use "Add to queue" action , what will be the maximum amount of data that can be added to the queue at once ?. will it go till 1000 rows of data?.Do you have any numbers ?
Warm Regards,
Amith
It's not possible to define as it depends on the amount of data in each item, the bandwidth for writing to the DB, the DB server etc etc. Generally adding thousands in one go is not the best approach and the extra time taken to add one-by-one is very often minimal when the process runs via Control Room.
If you have minimum more than 100 records to process use work queue no maximum limit only thing it will take some time to process the data depending upon your queue size.