Hey,
I haven't taken a database design class, so tell me what you guys think about this.
I have a database that contains about 6 tables.
What are your opinons about creating (on registration) a new database for each client, instead of them sharing those 6 tables?
Each client can have multiple users, so I except 20 - 40 users logging in per client.
Im thinking this would have faster queries and better security.
But, I would like to know what you think? Is it all those things or just dumb?
And, does anyone know of some good books or links for db design?
Thanks