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 Video File Is Annotated By Keywords I E Text Retrieval Is 1
Consider A Distributed Database Of Video Files Where Each Video File Is Annotated By Keywords I E Text Retrieval Is 1 (23.27 KiB) Viewed 17 times
Consider a distributed database of video files, where each video file is annotated by keywords (i.e. text). Retrieval is then achieved by using an inverted index that maps keywords to the video files (annotated by those keywords). There is no scoring or ranking and all file matching a search query will be returned. When a single word query is issued, it is looked up independently on thousands of servers each holding a part of the database. Each server returns a list of matching video files. State briefly how this retrieval can be achieved using map and reduce. Explain how your solution can be extended for a multi-word query. Argue that the solution is scalable in both cases. If there are limitation to scalability explain them. [3+4+2=9M]
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply