GeeksforGeeks » Interview Questions

Describe how to get the top k queries from a search log of terabytes of data.

(2 posts)

Tags:

  1. changsi
    Member
    Posted 3 months ago #

    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.

  2. kartik
    Moderator
    Posted 3 months ago #

    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.

RSS feed for this topic