Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
added db2 tpcc sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritchie J Latimore committed Dec 21, 2015
1 parent f4ea59b commit 8b2f8ec
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions config/sample_db2tpcc_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0"?>
<parameters>
<dbtype>db2</dbtype>
<driver>com.ibm.db2.jcc.DB2Driver</driver>
<DBUrl>jdbc:db2://db2-1.localhost.localnet:50000/tpcc</DBUrl>
<username>db2inst1</username>
<password></password>
<isolation>TRANSACTION_SERIALIZABLE</isolation>
<scalefactor>32</scalefactor>
<terminals>200</terminals>

<works>
<work>
<time>300</time>
<rate>10000</rate>
<weights>45,43,4,4,4</weights>
</work>
</works>

<transactiontypes>
<transactiontype>
<name>NewOrder</name>
</transactiontype>
<transactiontype>
<name>Payment</name>
</transactiontype>
<transactiontype>
<name>OrderStatus</name>
</transactiontype>
<transactiontype>
<name>Delivery</name>
</transactiontype>
<transactiontype>
<name>StockLevel</name>
</transactiontype>
</transactiontypes>
</parameters>

0 comments on commit 8b2f8ec

Please sign in to comment.