asp.net mvc 3 - Which of the following ways is more optimized? -
i using entity framework 4 , asp.net mvc 3.i writing system sign , write posts , vote other's posts.i want save posts voted person.there may thousands of people , thousands of posts have been voted each of them.now have 2 questions:
1-can create tables entity framework?
2-which 1 better?having table named like
millions of records or create tabel name userlike
each person save vote ups in that?
dont table user, it's kind of crazy!
just these 3 tables : user
, post
, like
should alright.
Comments
Post a Comment