How to do searching and sorting in large scale array
Risposta di colloquio
Anonimo
25 lug 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