forked from masoud-io/jessy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.property
36 lines (27 loc) · 1.11 KB
/
config.property
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
#config.properties
#the hooks are defined in ConstantPool.java!!!
# datastore_type: "hashmap" | "berkeleydb"
datastore_type = hashmap
#consistency type: "nmsi" | "si" | "ser" | "rc" | "psi" | "us" |
#"si2" snapshot isolation with Atomic-Multicast to every group
#"nmsi2" non-monotonic snapshot isolation with GMUVector from [Peluso2012]
#"us2" Update serializability with GMUVector from [Peluso2012]
consistency_type = nmsi2
#partitioner type: "keyspace" | "modulo" | "replicatedModulo" | "sequential"
partitioner_type = sequential
#replication factor
replication_factor = 1
#retry to execute and commit the transaction upon its abort.
#re-execution happens only if the transaction is aborted by the certification and not by the client.
# retry_commit : "true" | "false"
retry_commit=false
fractal_file=myfractal.xml
#group_size: Number of processes per group
group_size = 1
#nomber of warehouses in TPC-C. 10 is the default
warehouses_number = 1
#measurements
#swich on/off all operation wide measurements
operation_wide_measurements = false
#swich on/off all transaction wide measurements
transaction_wide_measurements = true