-
Notifications
You must be signed in to change notification settings - Fork 4
/
Config.json
54 lines (54 loc) · 1.64 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"QuickStep_Shell_Dir": "/fastdisk/quickstep-datalog/build",
"Input_Dir": "./Input",
"Logging": {
"logging_directory": "./log",
"log": true,
"logging_level": {
"stdout": true,
"info_log": true
}
},
"QuickStep": {
"csv_delimiter": ","
},
"CQA": {
"rewriting": false,
"algorithm": "fastfo",
"pair_pruning_rules": true
},
"Execution": {
"backend": "quickstep",
"single_query_evaluation": false,
"single_query_evaluation_intermediate_distinct": false,
"single_query_evaluation_final_output_store": false
},
"Input": {
"preload": false
},
"Output": {
"write_to_csv": false,
"retain_final_output_only": false,
"final_output_relations": []
},
"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,
"selective_dedup": false,
"dedup_relation_list": [],
"unified_idb_evaluation": true
},
"Parameters": {
"threads_num": 40,
"block_size": 262144
}
}