Hi,
I'm planning to build a database for a web server (MS IIS).
Two general questions:
1) I'm thinking using either MySQL or Postgres, can you tell about considerations I should take into account when choosing?
2) In a big picture the DB will consists of 3 main tables for verious users (100-1000), what should be a good design in terms of modularity and performance: a. building the 3 tables for every user
b. building 3 tables to all users.
c. building DB instance to every user.
d. other
* As you can say from my questions I'm a novice in DBS , just started to learn, any study resources (books, links etc.) you recommend will be appreciated.
Thanks,
Alonex