-
Notifications
You must be signed in to change notification settings - Fork 3
/
1
95 lines (90 loc) · 3 KB
/
1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0"?>
<parameters>
<!-- Connection details -->
<dbtype>mysql</dbtype>
<driver>com.mysql.jdbc.Driver</driver>
<DBUrl>jdbc:mysql://10.118.0.29:3307/tabenchmark?useSSL=false</DBUrl>
<username>root</username>
<password>kgx888</password>
<isolation>TRANSACTION_READ_COMMITTED</isolation>
<uploadCode></uploadCode>
<uploadUrl></uploadUrl>
<!-- Scalefactor increases the number of subscribers -->
<scalefactor>50</scalefactor>
<!-- The workload -->
<oltpTerminals>2</oltpTerminals>
<olapTerminals>2</olapTerminals>
<olxpTerminals>16</olxpTerminals>
<works>
<work>
<time>600</time>
<rate workloadType="oltp">100</rate>
<weights workloadType="oltp">2, 35, 10, 35, 2, 14, 2</weights>
<rate workloadType="olap">100</rate>
<weights workloadType="olap">20, 20, 20, 20, 20</weights>
<rate workloadType="olxp">100</rate>
<weights workloadType="olxp">20, 20, 20, 20, 10, 10</weights>
</work>
</works>
<!-- Twitter Procedures declaration -->
<transactiontypes workloadType="oltp">
<transactiontype>
<name>DeleteCallForwarding</name>
</transactiontype>
<transactiontype>
<name>GetAccessData</name>
</transactiontype>
<transactiontype>
<name>GetNewDestination</name>
</transactiontype>
<transactiontype>
<name>GetSubscriberData</name>
</transactiontype>
<transactiontype>
<name>InsertCallForwarding</name>
</transactiontype>
<transactiontype>
<name>UpdateLocation</name>
</transactiontype>
<transactiontype>
<name>UpdateSubscriberData</name>
</transactiontype>
</transactiontypes>
<transactiontypes workloadType="olap">
<transactiontype>
<name>Q2</name>
</transactiontype>
<transactiontype>
<name>Q1</name>
</transactiontype>
<transactiontype>
<name>Q3</name>
</transactiontype>
<transactiontype>
<name>Q4</name>
</transactiontype>
<transactiontype>
<name>Q5</name>
</transactiontype>
</transactiontypes>
<transactiontypes workloadType="olxp">
<transactiontype>
<name>X1</name>
</transactiontype>
<transactiontype>
<name>X2</name>
</transactiontype>
<transactiontype>
<name>X3</name>
</transactiontype>
<transactiontype>
<name>X4</name>
</transactiontype>
<transactiontype>
<name>X5</name>
</transactiontype>
<transactiontype>
<name>X6</name>
</transactiontype>
</transactiontypes>
</parameters>