Quote:
|
Originally Posted by db29999
(1) Schema vs. multiple Databases -- Should I create a database for each application or create a different schema in ONE database? If later case, then how "big" would the database be able to "tolerate"?
|
The answer is "it depends". In general, I think, you should create a separate database for each application, unless you have very compelling reasons not to.
Quote:
|
Originally Posted by db29999
(2) tablespace design -- In my mainframe implementation, we create a separate tablespace for each table. Do you think that will work best for DB2 on Linux, too?
|
The answer is, again, "it depends". Depends on the size of the table, typical access patterns, maintenance requirements (e.g. backup, restore, or load), etc.