Consider a distributed database of video files, where each video file is annotated by keywords (i.e. text). Retrieval is

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Consider a distributed database of video files, where each video file is annotated by keywords (i.e. text). Retrieval is

Post by answerhappygod »

Consider a distributed database of video files, where each videofile is annotated by keywords (i.e. text). Retrieval is thenachieved by using an inverted index that maps keywords to the videofiles (annotated by those keywords). There is no scoring or rankingand all file matching a search query will be returned.
When a single word query is issued, it is looked up independentlyon thousands of servers each holding a part of the database. Eachserver returns a list of matching video files. State briefly howthis retrieval can be achieved using map and reduce. Explain howyour solution can be extended for a multi-word query. Argue thatthe solution is scalable in both cases. If there are limitation toscalability explain them.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply