Hi
i want to implement a vew counter in one of my tables (articles) and was wandering is it ok to design it like this:
every user clicks to open the article i will add user relation to the relation in the article table.
will this cause an issue when i have thousands of users in the relation? will that impact performance when i do count for the users in that relation?
any suggestion are welcome