I am creating a facebook applicatioon using PHP-SDK and GRAPH-API.
I feel like saving the email address of the users who play my app.
but i have limited resource, i am still a student with financial crunch.
Please let me know what impact the following feature will have on my app.
- a mysql database with three columns serial number, id, email address.
- if the user comes to play the app, get his details.
- perform an exhaustive search in the id column, if not found update it.
Performing these steps, will take how much execution time and stuff, please let me know, what long term impats it can have on my app.
Thanks a lot.
An Innodb storage and making the
idfielduniqueand you’ll have no issues whatsoever 😉