Is there a performance difference between;
• CSV Import using multithreading with 5 threads
• Map/Reduce script using a concurrency limit of 5
Scenario would be updating a field on 20,000 custom records. That update would trigger a beforeSubmit function on those records that would update another ~5 fields on each record.