Curious about M/R script overhead. We're doing a s...
# performance
f
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.
👀 1
a
umm... Are you accidentally counting seconds elapsed in an hour instead of the records updated for the MR case? should probably ask this in #C29HQS63G this channel is really just about NS being slow/down not script "performance"
f
I am counting the number of records updated per hour. It's just coincidental that it just so happens to be about a record a second.
😂 1
👍 1
Moving to another channel