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

Commit

Permalink
cubrid_tpcc_config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 15, 2017
1 parent 82bc2a2 commit a33d37a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/cubrid_tpcc_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<DBUrl>jdbc:cubrid:localhost:33000:tpcc:PUBLIC::</DBUrl>
<username></username>
<password></password>
<isolation>TRANSACTION_READ_ONLY</isolation>
<isolation>TRANSACTION_READ_COMMITTED</isolation>

<!-- Scale factor is the number of warehouses in TPCC -->
<scalefactor>2</scalefactor>
<scalefactor>16</scalefactor>

<!-- The workload -->
<terminals>2</terminals>
<terminals>64</terminals>
<works>
<work>
<time>60</time>
<rate>10000</rate>
<time>300</time>
<rate>unlimited</rate>
<weights>45,43,4,4,4</weights>
</work>
</works>
Expand Down

0 comments on commit a33d37a

Please sign in to comment.