forked from Hacker0912/RecStep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.json
37 lines (37 loc) · 1.05 KB
/
Config.json
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
{
"QuickStep_Shell_Dir": "/fastdisk/quickstep-datalog/build",
"Input_Dir": "./Input",
"Logging": {
"logging_directory": "./log",
"log": false,
"logging_level": {
"stdout": true,
"info_log": true
}
},
"QuickStep": {
"csv_delimiter": ","
},
"Output": {
"write_to_csv": false
},
"Debug": {
"static_debug": false,
"dynamic_debug": false,
"dynamic_debug_iter_num": 1,
"cost_model_check": false,
"interpret": true
},
"Optimization": {
"analyzer_level": "minimum",
"analyze_all_tables": false,
"dynamic_set_diff": true,
"default_set_diff_alg": 2,
"cqa": false,
"cqa_delay_dedup_relation_list": ["return"]
},
"Parameters": {
"threads_num": 40,
"block_size": 262144
}
}