21.7.1.Introduction

This document goes through the TPC C sample and explains how and why the transaction procedures are written as they are.

This describes the five transactions in the benchmark and points out how the procedures are written and which features of the language are used where. See the sample/tpcc.sql and sample/tpcctrx.c files along with this commentary.

[Tip] See Also:

For a formal benchmark definition, see the documentation at the TPC Web Site .