Pembar
07-02-2009, 04:51 AM
Hello guys,
I just have a few quick questions about a website I'm about to be putting together.
1. Is it common to put everything about a user into a single database (mysql) table? Or do you have just one for login purposes and store the rest of the user's information in separate tables?
2. How do you design for something which have "infinite size", blog entries for example. Do you store this in a database as well? I might have to store text files / or text strings of roughly 10,000 chars in length.
Thank you so much.
Regards,
Pembar
I just have a few quick questions about a website I'm about to be putting together.
1. Is it common to put everything about a user into a single database (mysql) table? Or do you have just one for login purposes and store the rest of the user's information in separate tables?
2. How do you design for something which have "infinite size", blog entries for example. Do you store this in a database as well? I might have to store text files / or text strings of roughly 10,000 chars in length.
Thank you so much.
Regards,
Pembar