Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

mysql - Movie DB - storage of Actors / actress / Tags? -


creating movie db , dont idea of giving each actor/actress , each tag own row if there 10 million moives total, each has cast of atleast 20-30 people have 200-300 million rows in table.

and gets more complex tags can unlimited per movie. how best store these 3 items? ideally these can modeled many many still have hundreds of millions of rows. better suggestions on storing these? using mysql.

i dump in textfile need link actors between movies , analytics , allow users rate actors find movies tag, etc need use db.

10 million movies seems pretty ambitious. imdb's current statistics show have less 1.8m titles , around 3.9m people.

having said that, see no problem creating table of titles, table of actors, , junction table resolve many-to-many relationship between two. same holds true tags.

alt text


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -