Derivation and Performance of a Pipelined Transaction Processor

A. J. Bennett, P.H.J. Kelly and R. Paterson. In Sixth IEEE Symposium on Parallel and Distributed Processing, Dallas, Texas, October 1994, pages 178-185.

Abstract

Transaction processing can be formulated as a simple functional program operating on a stream of transaction requests and a tree-structured database. In this paper we use algebraic transformation of the initial program to yield an optimistic implementation in which unnecessary synchronization is eliminated, thereby allowing concurrent processing of transactions. A detailed simulation is used to study the program's behaviour and to assess scheduling policies based on the characteristics of the target architecture. Our results show that good speedups can be achieved, and that transformation can be used to derive a highly concurrent program with better locality and grain size.

Formats

gzipped PostScript, BibTeX.

Background