Easy way to observe user activity - how improve my database structure.
- by Thomas
Welcome,
I need some advise to improve perfomence my web application.
In the begin I had this structure of database:
USER
-id (Primary Key)
-name
-password
-email ....
PROFILE
-user Primary Key, Foreign Key (USER)
-birthday
-region
-photoFile ...
PAGES
-id (Primary Key)
-user Foreign…