Quiz
Which of the following is true?
- Adding machines to a document partitioning multi-machine index will always speed up query processing.
- When a term partitioning multi-machine index is used for query processing, a central receptionist requests the top k query results from each partition
and combines them into a final score.
- In a basic map reduce job between the map and reduce phases there is a shuffle phase where the pairs produced during the map phase are sorted by their key, and all values for the same key are grouped together.