Curious about M/R script overhead. We're doing a scrubbing project on a system. Using a Map/Reduce script, I was able to send data to a Business Logic module and update ~3600 records an hour. Using the same Business Logic module and calling from a Restlet, I was able to update 50K records an hour. I've disabled everything on the system. Makes no sense why it would be faster via the restlet. Wondering if anyone else has had a similar experience.