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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -