How would your answers to the two questions change if at


Consider the following BCNF relation, which lists the ids, types (e.g., nuts or bolts), and costs of various parts, along with the number available or in stock:

Parts (pid, pname, cost, num avail)

You are told that the following two queries are extremely important:

Find the total number available by part type, for all types. (That is, the sum of the num avail value of all nuts, the sum of the num avail value of all bolts, and so forth)

List the pids of parts with the highest cost.

1. Describe the physical design that you would choose for this relation. That is, what kind of a ?le structure would you choose for the set of Parts records, and what indexes would you create?

2. Suppose your customers subsequently complain that performance is still not satis-factory (given the indexes and ?le organization you chose for the Parts relation in response to the previous question). Since you cannot a?ord to buy new hardware or software, you have to consider a schema redesign. Explain how you would try to obtain better performance by describing the schema for the relation(s) that you would use and your choice of ?le organizations and indexes on these relations.

3. How would your answers to the two questions change, if at all, if your system did not support indexes with multiple-attribute search keys?

Solution Preview :

Prepared by a verified Expert
Database Management System: How would your answers to the two questions change if at
Reference No:- TGS0777177

Now Priced at $15 (50% Discount)

Recommended (95%)

Rated (4.7/5)