Welcome Guest, Not a member yet? Register   Sign In
How to structure database(s) for larger applications?
#2

[eluser]pims[/eluser]
One database for each user is a crazy idea ;-)

MySQL is a powerful DB, and before you bring it to its knees, you'd have thousands of millions entries in your tables. Index properly, and I'm sure you'll never have to worry about scaling.

And as for, how to model your data, well, I tend to create a table which represent an object, and then add some tables to link the whole thing.

What kind of web app are you building ?


Messages In This Thread
How to structure database(s) for larger applications? - by El Forum - 06-23-2008, 01:55 PM
How to structure database(s) for larger applications? - by El Forum - 06-23-2008, 02:50 PM
How to structure database(s) for larger applications? - by El Forum - 06-23-2008, 03:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB