Map/Reduce scripts have four stages: Get (Load) Input Data, Map, Reduce, and Summarize. Each stage has different governance considerations. 1. Get (Load) Input Data Stage This stage fetches data to process in the script (e.g., search results, JSON data, file parsing). Governance Considerations: search.create().run().each() → 10 units per record search.lookupFields() → 1 unit per record… Continue reading Governance Usage in Each Stage of Map/Reduce Script