I have two tables: Users and Friendships.
The actions I have in the website are:
- Register
- Log in
- Select friends/people from users table
- Add people as friends
There are a little more actions but in general i wanted to know :
The Question:
Should I use InnoDB or MyISAM for the tables ?
( Or InnoDB for one and MyISAM for the other ? )