Product Documentation

c-treeRTG COBOL Edition User's Guide

Previous Topic

Next Topic

ct_tpc and cttpca TPC A Test

ct_tpc

This is a C++ code sample program implementing the TPC (Transaction Processing Council) A test using the FairCom DB ISAM, c-treeDB (CTDB), and ODBC APIs. You can execute the same test set using any combination of these three APIs. (The version included with c-treeRTG supports that interface as a fourth API.)

This utility is perfect for benchmarking across computer systems, or for comparing the performance of these FairCom DB APIs.

For full usage information, simply execute the utility without any parameters.

See cttpca for a C code version.

cttpca

This is a C code sample program implementing the TPC (Transaction Processing Council) A test using the FairCom DB ISAM, c-treeDB (CTDB), and ODBC APIs. You can execute the same test set using any combination of these APIs. (The version included with c-treeRTG supports that interface as a fourth API.)

This utility is perfect for benchmarking across computer systems, or for comparing the performance of these FairCom DB APIs.

For full usage information, simply execute the utility without any parameters.

See ct_tpc for a C++ code version.

Note: This program is considered legacy, in favor of the more advanced ct_tpc version.

TOCIndex