Multiversion Reconciliation for Mobile Databases

  • Authors:
  • Affiliations:
  • Venue:
  • ICDE '99 Proceedings of the 15th International Conference on Data Engineering
  • Year:
  • 1999

Quantified Score

Hi-index 0.06

Visualization

Abstract

As mobile computing devices become more and more popular, mobile databases have started gaining popularity. An important feature of these database is their ability to allow optimistic replication of data by providing disconnected mobile devices the ability to perform local updates. The fundamental problem in this approach is the reconciliation problem, i.e. the problem of serializing potentially conflicting updates by disconnected clients on all copies of the database. In this paper we introduce a new algorithm that combines multiversion concurrency control schemes on a server with reconciliation of updates from disconnected clients. The scheme generalizes to multiversion systems, the single version optimistic method of reconciliation, in which client transactions are allowed to commit on the server iff data items in their read sets are not updated on the server after replication.