Physics, asked by Asamsaj287, 1 year ago

Discuss design issues of Distributed Databases Framework.

Answers

Answered by taibak32
2

Answer

The design issues of Distributed Database

Distributed Database Design

• One of the main questions that is being addressed is how database and the applications that run against it should be placed across the sites.

• There are two basic alternatives to placing data: partitioned (or no-replicated) and replicated.

• In the partitioned scheme the database is divided into a number of disjoint partitions each of which is placed at different site. Replicated designs can be either fully replicated (also called fully duplicated) where entire database is stored at each site, or partially replicated (or partially duplicated) where each partition of the database is stored at more than one site, but not at all the sites.

• The two fundamental design issues are fragmentation, the separation of the database into partitions called fragments, and distribution, the optimum distribution of fragments. The research in this area mostly involve mathematical programming in order to minimize the combined cost of storing the database, processing transactions against it, and message communication among site.

Similar questions