-
Notifications
You must be signed in to change notification settings - Fork 0
/
SSB_upmem_4.json
67 lines (66 loc) · 1.73 KB
/
SSB_upmem_4.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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"query_name": "",
"tables": [],
"query_tree": [
{
"operator": "HOST_FUNC_LOAD_COLUMN",
"table_name": "S_SYNTHETIC_1",
"col_name": "S_KEY"
},
{
"operator": "HOST_FUNC_LOAD_COLUMN",
"table_name": "R_SYNTHETIC_1",
"col_name": "R_KEY"
},
{
"operator": "CONTROL_FUNC_SYNC_THREADS"
},
{
"operator": "HOST_FUNC_SEND_DATA_OPT",
"table_name": "S_SYNTHETIC_1",
"col_name": "S_KEY"
},
{
"operator": "HOST_FUNC_SEND_DATA_OPT",
"table_name": "R_SYNTHETIC_1",
"col_name": "R_KEY"
}
,
{
"operator": "CONTROL_FUNC_SYNC_THREADS"
}
,
{
"operator": "COMPOUND_FUNC_GLB_PARTITION",
"inputs": ["unused", "R_KEY"],
"outputs": ["Build_arr", "Build_hist"],
"packet_size": 32,
"partition_type": 1
}
,
{
"operator": "COMPOUND_FUNC_GLB_PARTITION",
"inputs": ["unused", "S_KEY"],
"outputs": ["Probe_arr", "Probe_hist"],
"packet_size": 32,
"partition_type": 1
}
,
{
"operator": "COMPOUND_FUNC_RNC_JOIN",
"inputs": ["Build_arr", "Build_hist", "Probe_arr", "Probe_hist"],
"outputs": ["join_result"],
"packet_size": 32,
"join_type": "JOIN_T_1_TO_1",
"comment": "first join"
}
,
{
"operator": "HOST_FUNC_RECV_DATA_OPT",
"node_name": "join_result"
}
],
"query_string" :
[
]
}