This document discusses distributed databases and some of their key characteristics. It defines distributed databases as a single logical database spread across multiple physical locations connected by a communications link. Some key points covered include:
- Reasons for using distributed databases include business autonomy, data sharing, costs, and reliability.
- Distributed databases can be homogeneous, with the same DBMS at each node, or heterogeneous with different DBMSs.
- Major objectives of distributed databases are location transparency and local autonomy.
- Synchronous distributed databases ensure identical data copies but have high overhead, while asynchronous databases tolerate some inconsistency for faster response.