Tagged Questions
2
votes
3answers
243 views
Is it a good practice to apply Vertical Partition to a newly created model?
Suppose you are modeling the ER model for a new Object Oriented Web Application.
There is a table with 20 columns, and there are going to be a lot of INSERTs populating 10 columns, and a lot of ...
2
votes
1answer
811 views
DROP SCHEMA in db2
How do I drop a schema in db2 if it has got some objects in it?
db2 DROP SCHEMA SCHEMA_NAME
For some reason I am not able to drop the tables in the schema, so how can I force to drop the ...
2
votes
2answers
453 views
Generalisation in databases
I am working on a Hospital Management project in DB2. I have one table for staff with a primary key of staff_id. The hospital has to have different staff... e.g doctors,nurses,e.t.c.
Is it better to ...
4
votes
3answers
428 views
Single versus Multiple databases
I am working on a hospital management system using DB2 with pureXML.
Is better to use a single database for all the data (patient, doctor details, appointments, history, medicines, etc) or to use ...
2
votes
1answer
172 views
In DB2, what are the alternative ways of evaluating an index's (or several indexes) benefit?
I'm trying to evaluate different approaches to analyzing the benefit of changing the set of indexes that are available. If I pick some representative queries from my workload, I can run EXPLAIN and ...