Hi Michael , MV is also good option when we have to select based on equality search, but here condition is to developing a model for advance partial search way. And Also , In case of MV, suppose we have 2 DC with 3 Nodes on each DC then MV will replicated data based on 6*6 times which will be another problem.
On Mon, Jun 12, 2017 at 11:08 PM, Michael Mior <mm...@uwaterloo.ca> wrote: > For queries 1-5 this seems like a potentially good use case for > materialized views. Create one table with the videos stored by ID and the > materialized views for each of the queries. > > -- > Michael Mior > mm...@apache.org > > > 2017-06-11 22:40 GMT-04:00 @Nandan@ <nandanpriyadarshi...@gmail.com>: > >> Hi, >> >> Currently, I am working on data modeling for Video Company in which we >> have different types of users as well as different user functionality. >> But currently, my concern is about Search video module based on different >> fields. >> >> Query patterns are as below:- >> 1) Select video by actor. >> 2) select video by producer. >> 3) select video by music. >> 4) select video by actor and producer. >> 5) select video by actor and music. >> >> Note: - In short, We want to establish an advanced search module by which >> we can search by anyway and get the desired results. >> >> During a search , we need partial search also such that if any user can >> search "Harry" title, then we are able to give them result as all videos >> whose >> title contains "Harry" at any location. >> >> As per my ideas, I have to create separate tables such as video_by_actor, >> video_by_producer etc.. and implement solr query on all tables. Otherwise, >> is there any others way by which we can implement this search module >> effectively. >> >> Please suggest. >> >> Best regards, >> > >