GeeksforGeeks » Interview Questions
Describe how to get the top k queries from a search log of terabytes of data.
(2 posts)-
Describe how to get the top k queries from a search log of terabytes of data. Memory/Disk per machine is limited but you can use multiple machines.
-
See method 6 of http://www.geeksforgeeks.org/archives/2392.
In this method, you need k elements in memory at a time.
Reply
You must log in to post.