Featured post
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.
- Get link
- X
- Other Apps
Comments
Post a Comment