How to do searching and sorting in large scale array
Resposta da entrevista
Sigiloso
25 de jul. de 2018
partition it, divide large data into small chunks, then sort /search in small chunks, aggregate results from each workers, then do a final search/sort from aggregated results