Question d’entretien chez News360

How to do searching and sorting in large scale array

Réponse à la question d'entretien

Utilisateur anonyme

25 juil. 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