Conflict Avoidance and Resolution in Replication Implementation Strategy of Distributed Database

Wei Yang
2003-01-01
Abstract:Replication is an important strategy to implement distributed database,it can improve the autonomy of every site greatly and maintain the loose consistency of the data copies of every site in the mean time,however,data operations in every site are probable to conflict with each other.In this context,the idea is presented that effective measures should be taken to avoid the occurrences of conflicts as much as possible during the design process of distributed database and reasonable strategy should be taken to resolve the conflicts when they occur.At last,the paper discusses how to apply this idea in SQL Server 2000.
What problem does this paper attempt to address?