Select Connection: INPUT[inlineListSuggester(optionQuery(#permanent_note), optionQuery(#literature_note), optionQuery(#fleeting_note)):connections]

MapReduce Querying

Map Reduce is a programming model for processing large amounts of data in bulk

  • logic of the query is expressed with snippets of code, which are called repeatedly by the processing framework
  • limitations:
    • map and reduce functions must be pure functions
    • must be pure functions
  • SQL can be implemented as a pipeline of MapReduce operations