RE Framework efficient for 5000 records?

Hi,

will RE Framework be efficient for 5000 records? What i feel is REF took more time to transact each row than the normal workflow which we do within for each row loop… can someone suggest me if is it efficient with REF or not?

Thanks

@Muthulakshmi_Thangamuthu

It’s more effective if you split your work in Dispatcher and Perfomer model

Dispatcher Flow will fetch the records and place in the queue
Performer Flow will get the queue items and process your request

You can use ReFramework for both flows

Hope this may help you

Thanks

1 Like

Hi @Muthulakshmi_Thangamuthu ,

I agree with @Srini84.
Adding on top of it, you can create multi bot structure and process the records in parallel on multiple machines with dispatcher and performer.

1 Like