I am designing a cinema app, so I made a parent table topics (polymorphic table) which have topicable_id
and 'topicable_type' fields to get the related model, I think it makes the search faster meanwhile the all titles in the same table, is it a good approach to go-ahead? if I got one million records in movies and series table I'm going to end up with two million records in topics table, is it a bad design?
我是否应将电影和电视剧保存在名为主题的通用多态表中
评论
请
登录后发表观点