Sawzall is a procedural domain-specific programming language, used by Google to process large numbers of individual log records
Sawzall is a procedural domain-specific programming language, used by Google to process large numbers of individual log records Google’s server logs are stored as large collections of records (protocol buffers) that are partitioned over many disks within GFS. In order to perform calculations involving the logs, engineers can write MapReduce programs in C++ or Java. …