March 2022
Intermediate to advanced
682 pages
22h 58m
English
Factors the designer of a DDBS must consider in choosing an architecture include data placement, the type of communications system, data models supported, and types of applications. Data placement alternatives differ in the amount of data replication they permit. Each alternative dictates a different type of system, using different update and query decomposition procedures. Various data models and accompanying manipulation languages are supported in distributed systems. In general, a designer should avoid models that use record-at-a-time retrieval and choose instead those that allow set-level operations because of the number of messages that are required for programmer-navigated retrieval. In considering ...