Question
Duplicate Leads are got when separating a large time span to several smaller ones to multi-thread data extracts
Hi all,
When I get data by LeadUpdateAtSelecter on a long duration, to get records batch by batch would take too long.
So I separate the duration to five smaller ones, and do the extract actions using multi-thread.
After getting all data, I find that, in the five parts, there are several Leads appear in not only one part. So when joining them together, I get several duplicate records.
Any suggestions about this?
Thanks,
Biao
When I get data by LeadUpdateAtSelecter on a long duration, to get records batch by batch would take too long.
So I separate the duration to five smaller ones, and do the extract actions using multi-thread.
After getting all data, I find that, in the five parts, there are several Leads appear in not only one part. So when joining them together, I get several duplicate records.
Any suggestions about this?
Thanks,
Biao