Chapter Twelve – Data Warehouses, Business Intelligence Systems, and Big Data
Page 12-12
12.35 Define distributed database.
A distributed database is a database that:
(1) Has been split into sections called partitions, and has the partitions stored on different
12.36 Explain one way to partition a database that has three tables: T1, T2, and T3.
Assume we have three database servers—S1, S2, and S3. Partition the database by putting one
12.37 Explain one way to replicate a database that has three tables: T1, T2, and T3.
Assume we have three database servers—S1, S2, and S3. Replicate the database by putting all
12.38 Explain what must be done when fully replicating a database but allowing only one
computer to process updates.
If only one computer accepts updates, the copies of the updates must be periodically sent to the
12.39 If more than one computer can update a replicated database, what three problems can
occur?
If more than one computer can update a replicated database, then:
12.40 What solution is used to prevent the problems in Review Question 12.39?
12.41 Explain what problems can occur in a distributed database that is partitioned but not
replicated.
If a distributed database is partitioned by not replicated, then problems will occur only if a