Hello,
I'm wondering the operation order to replace the Custom List with more than 100,000 customers.
Let says I have 150000 to add.
Can I do it in one job
- create offline job
- add operation REMOVE_ALL
- add operation 95,000 create
- add operation 55,000 create
- run the offline job
or do I have to run the job separatly job
- Create offline job
- Add operation REMOVE_ALL
- Run the job and WAIT
then
- Create new Offline job
- Add operations for 100,000 create
- Add operation for 50,000 create
- run this new offline job
thanks,
Nicolas