Advertisement
Guest User

TPCH SF1 - Second Run

a guest
May 22nd, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Julia 103.22 KB | None | 0 0
  1. julia> using Pkg; Pkg.activate("."); using Revise; using Delve; init_delve(); using Delve.Bench.TPCH; using Delve.Util.Tracing ; enable_tracing(); init_db(delve_config("1")); disable_tracing(); shutdown_delve(); Base.GC.gc();
  2. 2019:05:22 14:09:50 [ tpch | info ] importing TPC-H SF 1
  3. DataType[Int64, FixedSizeString{25}, Int64, FixedSizeString{152}]
  4. 2019:05:22 14:09:50 [ tpch | info ]   importing nation_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf1/nation.tbl
  5. 2019:05:22 14:09:50 [ tpch | info ]   loaded csv data into relation: 0.00368714
  6. DataType[Int64, FixedSizeString{25}, FixedSizeString{152}]
  7. 2019:05:22 14:09:50 [ tpch | info ]   importing region_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf1/region.tbl
  8. 2019:05:22 14:09:50 [ tpch | info ]   loaded csv data into relation: 0.002410351
  9. DataType[Int64, FixedSizeString{55}, FixedSizeString{25}, FixedSizeString{10}, FixedSizeString{25}, Int64, FixedSizeString{10}, FixedDecimal{Int64,4}, FixedSizeString{23}]
  10. 2019:05:22 14:09:50 [ tpch | info ]   importing part_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf1/part.tbl
  11. 2019:05:22 14:09:51 [ tpch | info ]   loaded csv data into relation: 0.770648536
  12. DataType[Int64, FixedSizeString{25}, FixedSizeString{40}, Int64, FixedSizeString{15}, FixedDecimal{Int64,4}, FixedSizeString{101}]
  13. 2019:05:22 14:09:51 [ tpch | info ]   importing supplier_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf1/supplier.tbl
  14. 2019:05:22 14:09:51 [ tpch | info ]   loaded csv data into relation: 0.060515662
  15. DataType[Int64, Int64, Int64, FixedDecimal{Int64,4}, FixedSizeString{199}]
  16. 2019:05:22 14:09:51 [ tpch | info ]   importing partsupp_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf1/partsupp.tbl
  17. 2019:05:22 14:09:55 [ tpch | info ]   loaded csv data into relation: 3.500431685
  18. DataType[Int64, FixedSizeString{25}, FixedSizeString{40}, Int64, FixedSizeString{15}, FixedDecimal{Int64,4}, FixedSizeString{10}, FixedSizeString{117}]
  19. 2019:05:22 14:09:56 [ tpch | info ]   importing customer_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf1/customer.tbl
  20. 2019:05:22 14:09:56 [ tpch | info ]   loaded csv data into relation: 0.846584452
  21. DataType[Int64, Int64, Char, FixedDecimal{Int64,4}, Date, FixedSizeString{15}, FixedSizeString{15}, Int64, FixedSizeString{79}]
  22. 2019:05:22 14:09:57 [ tpch | info ]   importing orders_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf1/orders.tbl
  23. 2019:05:22 14:10:05 [ tpch | info ]   loaded csv data into relation: 8.466786602
  24. DataType[Int64, Int64, Int64, Int64, FixedDecimal{Int64,4}, FixedDecimal{Int64,4}, FixedDecimal{Int64,4}, FixedDecimal{Int64,4}, Char, Char, Date, Date, Date, FixedSizeString{25}, FixedSizeString{10}, FixedSizeString{44}]
  25. 2019:05:22 14:10:09 [ tpch | info ]   importing lineitem_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf1/lineitem.tbl
  26. 2019:05:22 14:11:05 [ tpch | info ]   loaded csv data into relation: 56.571225062
  27. 2019:05:22 14:11:23 [ tpch | info ] ran csv import: 92.836345714
  28. 2019:05:22 14:11:23 [ tpch | info ] running schema mapping
  29. ┌─ run_delve
  30. │ ┌─ compile_delve
  31. │ │ ┌─ frontend
  32. │ │ │ ┌─ parse
  33. │ │ │ └─ parse duration: 0.24626
  34. │ │ │ ┌─ frontend_compile
  35. │ │ │ │ ┌─ delve_specialize
  36. │ │ │ │ └─ delve_specialize duration: 6.28127
  37. │ │ │ └─ frontend_compile duration: 6.35065
  38. │ │ └─ frontend duration: 6.59713
  39. │ │ ┌─ front2back
  40. │ │ └─ front2back duration: 0.00103
  41. │ │ ┌─ normalize
  42. │ │ └─ normalize duration: 0.04969
  43. │ │ ┌─ type_infer
  44. │ │ └─ type_infer duration: 0.01492
  45. │ └─ compile_delve duration: 6.66317
  46. │ ┌─ relationalML_preprocess
  47. │ └─ relationalML_preprocess duration: 0.00005
  48. │ ┌─ run_delve_compiled
  49. │ │ ┌─ run_delve_import
  50. │ │ └─ run_delve_import duration: 0.00004
  51. │ │ ┌─ compile_to_iterators
  52. │ │ │ ┌─ decl l_comment##985
  53. │ │ │ │ ┌─ optimize_var_order
  54. │ │ │ │ │ def=l_comment##985
  55. │ │ │ │ └─ optimize_var_order duration: 0.00272
  56. │ │ │ │ ┌─ compile
  57. │ │ │ │ └─ compile duration: 0.00075
  58. │ │ │ │ ┌─ materialize_iterator
  59. │ │ │ │ │ def=##D2rpxgQo#986
  60. │ │ │ │ │ body=k1#258k2#68v#154pos#450 : ( α11185662748871321823#lineitem_csv(pos#450, k1#258) and
  61. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#450, k2#68) and
  62. │ │ │ │ │     α15180604069000186264#lineitem_csv(pos#450, v#154))
  63. │ │ │ │ └─ materialize_iterator duration: 5.12431
  64. │ │ │ │ ┌─ permute_and_sort
  65. │ │ │ │ │ ┌─ set_relation
  66. │ │ │ │ │ └─ set_relation duration: 0.00015
  67. │ │ │ │ └─ permute_and_sort duration: 3.99002
  68. │ │ │ │ ┌─ compile
  69. │ │ │ │ └─ compile duration: 0.00041
  70. │ │ │ │ ┌─ materialize_iterator
  71. │ │ │ │ │ def=l_comment##985
  72. │ │ │ │ │ body=k1#258k2#68v#154 : exists( pos#450 : true : ##D2rpxgQo#986(k1#258, k2#68, v#154, pos#450) )
  73. │ │ │ │ └─ materialize_iterator duration: 3.03415
  74. │ │ │ │ ┌─ set_relation
  75. │ │ │ │ └─ set_relation duration: 0.00010
  76. │ │ │ └─ decl l_comment##985 duration: 12.42991
  77. │ │ │ ┌─ decl l_shipmode##984
  78. │ │ │ │ ┌─ optimize_var_order
  79. │ │ │ │ │ def=l_shipmode##984
  80. │ │ │ │ └─ optimize_var_order duration: 0.00288
  81. │ │ │ │ ┌─ compile
  82. │ │ │ │ └─ compile duration: 0.00074
  83. │ │ │ │ ┌─ materialize_iterator
  84. │ │ │ │ │ def=##JvE8w1XO#993
  85. │ │ │ │ │ body=k1#257k2#67v#153pos#449 : ( α11185662748871321823#lineitem_csv(pos#449, k1#257) and
  86. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#449, k2#67) and
  87. │ │ │ │ │     α11318082867653700531#lineitem_csv(pos#449, v#153))
  88. │ │ │ │ └─ materialize_iterator duration: 2.87336
  89. │ │ │ │ ┌─ permute_and_sort
  90. │ │ │ │ │ ┌─ set_relation
  91. │ │ │ │ │ └─ set_relation duration: 0.00016
  92. │ │ │ │ └─ permute_and_sort duration: 2.19220
  93. │ │ │ │ ┌─ compile
  94. │ │ │ │ └─ compile duration: 0.00051
  95. │ │ │ │ ┌─ materialize_iterator
  96. │ │ │ │ │ def=l_shipmode##984
  97. │ │ │ │ │ body=k1#257k2#67v#153 : exists( pos#449 : true : ##JvE8w1XO#993(k1#257, k2#67, v#153, pos#449) )
  98. │ │ │ │ └─ materialize_iterator duration: 1.51110
  99. │ │ │ │ ┌─ set_relation
  100. │ │ │ │ └─ set_relation duration: 0.00010
  101. │ │ │ └─ decl l_shipmode##984 duration: 6.58266
  102. │ │ │ ┌─ decl l_shipinstruct##983
  103. │ │ │ │ ┌─ optimize_var_order
  104. │ │ │ │ │ def=l_shipinstruct##983
  105. │ │ │ │ └─ optimize_var_order duration: 0.00283
  106. │ │ │ │ ┌─ compile
  107. │ │ │ │ └─ compile duration: 0.00076
  108. │ │ │ │ ┌─ materialize_iterator
  109. │ │ │ │ │ def=##cyYIz4sT#1000
  110. │ │ │ │ │ body=k1#256k2#66v#152pos#448 : ( α11185662748871321823#lineitem_csv(pos#448, k1#256) and
  111. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#448, k2#66) and
  112. │ │ │ │ │     α16206169607689616621#lineitem_csv(pos#448, v#152))
  113. │ │ │ │ └─ materialize_iterator duration: 3.33967
  114. │ │ │ │ ┌─ permute_and_sort
  115. │ │ │ │ │ ┌─ set_relation
  116. │ │ │ │ │ └─ set_relation duration: 0.00015
  117. │ │ │ │ └─ permute_and_sort duration: 2.31130
  118. │ │ │ │ ┌─ compile
  119. │ │ │ │ └─ compile duration: 0.00044
  120. │ │ │ │ ┌─ materialize_iterator
  121. │ │ │ │ │ def=l_shipinstruct##983
  122. │ │ │ │ │ body=k1#256k2#66v#152 : exists( pos#448 : true : ##cyYIz4sT#1000(k1#256, k2#66, v#152, pos#448) )
  123. │ │ │ │ └─ materialize_iterator duration: 1.99773
  124. │ │ │ │ ┌─ set_relation
  125. │ │ │ │ └─ set_relation duration: 0.00009
  126. │ │ │ └─ decl l_shipinstruct##983 duration: 7.65457
  127. │ │ │ ┌─ decl l_receiptdate##982
  128. │ │ │ │ ┌─ optimize_var_order
  129. │ │ │ │ │ def=l_receiptdate##982
  130. │ │ │ │ └─ optimize_var_order duration: 0.00277
  131. │ │ │ │ ┌─ compile
  132. │ │ │ │ └─ compile duration: 0.00069
  133. │ │ │ │ ┌─ materialize_iterator
  134. │ │ │ │ │ def=##kQCPKhn5#1007
  135. │ │ │ │ │ body=k1#255k2#65v#151pos#447 : ( α11185662748871321823#lineitem_csv(pos#447, k1#255) and
  136. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#447, k2#65) and
  137. │ │ │ │ │     α11800010377900912229#lineitem_csv(pos#447, v#151))
  138. │ │ │ │ └─ materialize_iterator duration: 2.37167
  139. │ │ │ │ ┌─ permute_and_sort
  140. │ │ │ │ │ ┌─ set_relation
  141. │ │ │ │ │ └─ set_relation duration: 0.00017
  142. │ │ │ │ └─ permute_and_sort duration: 0.95036
  143. │ │ │ │ ┌─ compile
  144. │ │ │ │ └─ compile duration: 0.00041
  145. │ │ │ │ ┌─ materialize_iterator
  146. │ │ │ │ │ def=l_receiptdate##982
  147. │ │ │ │ │ body=k1#255k2#65v#151 : exists( pos#447 : true : ##kQCPKhn5#1007(k1#255, k2#65, v#151, pos#447) )
  148. │ │ │ │ └─ materialize_iterator duration: 0.68989
  149. │ │ │ │ ┌─ set_relation
  150. │ │ │ │ └─ set_relation duration: 0.00008
  151. │ │ │ └─ decl l_receiptdate##982 duration: 4.01759
  152. │ │ │ ┌─ decl l_commitdate##981
  153. │ │ │ │ ┌─ optimize_var_order
  154. │ │ │ │ │ def=l_commitdate##981
  155. │ │ │ │ └─ optimize_var_order duration: 0.00268
  156. │ │ │ │ ┌─ compile
  157. │ │ │ │ └─ compile duration: 0.00067
  158. │ │ │ │ ┌─ materialize_iterator
  159. │ │ │ │ │ def=##OPVSU2xG#1014
  160. │ │ │ │ │ body=k1#254k2#64v#150pos#446 : ( α11185662748871321823#lineitem_csv(pos#446, k1#254) and
  161. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#446, k2#64) and
  162. │ │ │ │ │     α9611226203499253065#lineitem_csv(pos#446, v#150))
  163. │ │ │ │ └─ materialize_iterator duration: 2.64908
  164. │ │ │ │ ┌─ permute_and_sort
  165. │ │ │ │ │ ┌─ set_relation
  166. │ │ │ │ │ └─ set_relation duration: 0.00016
  167. │ │ │ │ └─ permute_and_sort duration: 0.74306
  168. │ │ │ │ ┌─ compile
  169. │ │ │ │ └─ compile duration: 0.00041
  170. │ │ │ │ ┌─ materialize_iterator
  171. │ │ │ │ │ def=l_commitdate##981
  172. │ │ │ │ │ body=k1#254k2#64v#150 : exists( pos#446 : true : ##OPVSU2xG#1014(k1#254, k2#64, v#150, pos#446) )
  173. │ │ │ │ └─ materialize_iterator duration: 0.66434
  174. │ │ │ │ ┌─ set_relation
  175. │ │ │ │ └─ set_relation duration: 0.00010
  176. │ │ │ └─ decl l_commitdate##981 duration: 4.06197
  177. │ │ │ ┌─ decl l_shipdate##980
  178. │ │ │ │ ┌─ optimize_var_order
  179. │ │ │ │ │ def=l_shipdate##980
  180. │ │ │ │ └─ optimize_var_order duration: 0.00284
  181. │ │ │ │ ┌─ compile
  182. │ │ │ │ └─ compile duration: 0.00072
  183. │ │ │ │ ┌─ materialize_iterator
  184. │ │ │ │ │ def=##w5JVdsgF#1021
  185. │ │ │ │ │ body=k1#253k2#63v#149pos#445 : ( α11185662748871321823#lineitem_csv(pos#445, k1#253) and
  186. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#445, k2#63) and
  187. │ │ │ │ │     α7109502372174148972#lineitem_csv(pos#445, v#149))
  188. │ │ │ │ └─ materialize_iterator duration: 2.60543
  189. │ │ │ │ ┌─ permute_and_sort
  190. │ │ │ │ │ ┌─ set_relation
  191. │ │ │ │ │ └─ set_relation duration: 0.00019
  192. │ │ │ │ └─ permute_and_sort duration: 0.73490
  193. │ │ │ │ ┌─ compile
  194. │ │ │ │ └─ compile duration: 0.00040
  195. │ │ │ │ ┌─ materialize_iterator
  196. │ │ │ │ │ def=l_shipdate##980
  197. │ │ │ │ │ body=k1#253k2#63v#149 : exists( pos#445 : true : ##w5JVdsgF#1021(k1#253, k2#63, v#149, pos#445) )
  198. │ │ │ │ └─ materialize_iterator duration: 0.66958
  199. │ │ │ │ ┌─ set_relation
  200. │ │ │ │ └─ set_relation duration: 0.00008
  201. │ │ │ └─ decl l_shipdate##980 duration: 4.01566
  202. │ │ │ ┌─ decl l_linestatus##979
  203. │ │ │ │ ┌─ optimize_var_order
  204. │ │ │ │ │ def=l_linestatus##979
  205. │ │ │ │ └─ optimize_var_order duration: 0.00269
  206. │ │ │ │ ┌─ compile
  207. │ │ │ │ └─ compile duration: 0.00068
  208. │ │ │ │ ┌─ materialize_iterator
  209. │ │ │ │ │ def=##Fym2f27x#1028
  210. │ │ │ │ │ body=k1#252k2#62v#148pos#444 : ( α11185662748871321823#lineitem_csv(pos#444, k1#252) and
  211. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#444, k2#62) and
  212. │ │ │ │ │     α837876313553755786#lineitem_csv(pos#444, v#148))
  213. │ │ │ │ └─ materialize_iterator duration: 2.64055
  214. │ │ │ │ ┌─ permute_and_sort
  215. │ │ │ │ │ ┌─ set_relation
  216. │ │ │ │ │ └─ set_relation duration: 0.00016
  217. │ │ │ │ └─ permute_and_sort duration: 0.94270
  218. │ │ │ │ ┌─ compile
  219. │ │ │ │ └─ compile duration: 0.00039
  220. │ │ │ │ ┌─ materialize_iterator
  221. │ │ │ │ │ def=l_linestatus##979
  222. │ │ │ │ │ body=k1#252k2#62v#148 : exists( pos#444 : true : ##Fym2f27x#1028(k1#252, k2#62, v#148, pos#444) )
  223. │ │ │ │ └─ materialize_iterator duration: 0.71243
  224. │ │ │ │ ┌─ set_relation
  225. │ │ │ │ └─ set_relation duration: 0.00015
  226. │ │ │ └─ decl l_linestatus##979 duration: 4.30143
  227. │ │ │ ┌─ decl l_returnflag##978
  228. │ │ │ │ ┌─ optimize_var_order
  229. │ │ │ │ │ def=l_returnflag##978
  230. │ │ │ │ └─ optimize_var_order duration: 0.00379
  231. │ │ │ │ ┌─ compile
  232. │ │ │ │ └─ compile duration: 0.00080
  233. │ │ │ │ ┌─ materialize_iterator
  234. │ │ │ │ │ def=##ScwcYUvZ#1035
  235. │ │ │ │ │ body=k1#251k2#61v#147pos#443 : ( α11185662748871321823#lineitem_csv(pos#443, k1#251) and
  236. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#443, k2#61) and
  237. │ │ │ │ │     α5673219889429936031#lineitem_csv(pos#443, v#147))
  238. │ │ │ │ └─ materialize_iterator duration: 2.71999
  239. │ │ │ │ ┌─ permute_and_sort
  240. │ │ │ │ │ ┌─ set_relation
  241. │ │ │ │ │ └─ set_relation duration: 0.00014
  242. │ │ │ │ └─ permute_and_sort duration: 0.77746
  243. │ │ │ │ ┌─ compile
  244. │ │ │ │ └─ compile duration: 0.00036
  245. │ │ │ │ ┌─ materialize_iterator
  246. │ │ │ │ │ def=l_returnflag##978
  247. │ │ │ │ │ body=k1#251k2#61v#147 : exists( pos#443 : true : ##ScwcYUvZ#1035(k1#251, k2#61, v#147, pos#443) )
  248. │ │ │ │ └─ materialize_iterator duration: 0.80078
  249. │ │ │ │ ┌─ set_relation
  250. │ │ │ │ └─ set_relation duration: 0.00013
  251. │ │ │ └─ decl l_returnflag##978 duration: 4.30590
  252. │ │ │ ┌─ decl l_tax##977
  253. │ │ │ │ ┌─ optimize_var_order
  254. │ │ │ │ │ def=l_tax##977
  255. │ │ │ │ └─ optimize_var_order duration: 0.00273
  256. │ │ │ │ ┌─ compile
  257. │ │ │ │ └─ compile duration: 0.00079
  258. │ │ │ │ ┌─ materialize_iterator
  259. │ │ │ │ │ def=##PoAGqYQ9#1042
  260. │ │ │ │ │ body=k1#250k2#60v#146pos#442 : ( α11185662748871321823#lineitem_csv(pos#442, k1#250) and
  261. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#442, k2#60) and
  262. │ │ │ │ │     α10544490127733556492#lineitem_csv(pos#442, v#146))
  263. │ │ │ │ └─ materialize_iterator duration: 3.12946
  264. │ │ │ │ ┌─ permute_and_sort
  265. │ │ │ │ │ ┌─ set_relation
  266. │ │ │ │ │ └─ set_relation duration: 0.00017
  267. │ │ │ │ └─ permute_and_sort duration: 0.79667
  268. │ │ │ │ ┌─ compile
  269. │ │ │ │ └─ compile duration: 0.00061
  270. │ │ │ │ ┌─ materialize_iterator
  271. │ │ │ │ │ def=l_tax##977
  272. │ │ │ │ │ body=k1#250k2#60v#146 : exists( pos#442 : true : ##PoAGqYQ9#1042(k1#250, k2#60, v#146, pos#442) )
  273. │ │ │ │ └─ materialize_iterator duration: 0.84319
  274. │ │ │ │ ┌─ set_relation
  275. │ │ │ │ └─ set_relation duration: 0.00009
  276. │ │ │ └─ decl l_tax##977 duration: 4.77524
  277. │ │ │ ┌─ decl l_discount##976
  278. │ │ │ │ ┌─ optimize_var_order
  279. │ │ │ │ │ def=l_discount##976
  280. │ │ │ │ └─ optimize_var_order duration: 0.00269
  281. │ │ │ │ ┌─ compile
  282. │ │ │ │ └─ compile duration: 0.00082
  283. │ │ │ │ ┌─ materialize_iterator
  284. │ │ │ │ │ def=##JfBt3meo#1049
  285. │ │ │ │ │ body=k1#249k2#59v#145pos#441 : ( α11185662748871321823#lineitem_csv(pos#441, k1#249) and
  286. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#441, k2#59) and
  287. │ │ │ │ │     α11952442187607697742#lineitem_csv(pos#441, v#145))
  288. │ │ │ │ └─ materialize_iterator duration: 3.01322
  289. │ │ │ │ ┌─ permute_and_sort
  290. │ │ │ │ │ ┌─ set_relation
  291. │ │ │ │ │ └─ set_relation duration: 0.00013
  292. │ │ │ │ └─ permute_and_sort duration: 0.78452
  293. │ │ │ │ ┌─ compile
  294. │ │ │ │ └─ compile duration: 0.00052
  295. │ │ │ │ ┌─ materialize_iterator
  296. │ │ │ │ │ def=l_discount##976
  297. │ │ │ │ │ body=k1#249k2#59v#145 : exists( pos#441 : true : ##JfBt3meo#1049(k1#249, k2#59, v#145, pos#441) )
  298. │ │ │ │ └─ materialize_iterator duration: 0.74050
  299. │ │ │ │ ┌─ set_relation
  300. │ │ │ │ └─ set_relation duration: 0.00008
  301. │ │ │ └─ decl l_discount##976 duration: 4.54397
  302. │ │ │ ┌─ decl l_extendedprice##975
  303. │ │ │ │ ┌─ optimize_var_order
  304. │ │ │ │ │ def=l_extendedprice##975
  305. │ │ │ │ └─ optimize_var_order duration: 0.00262
  306. │ │ │ │ ┌─ compile
  307. │ │ │ │ └─ compile duration: 0.00082
  308. │ │ │ │ ┌─ materialize_iterator
  309. │ │ │ │ │ def=##Ow7eYPQF#1056
  310. │ │ │ │ │ body=k1#248k2#58v#144pos#440 : ( α11185662748871321823#lineitem_csv(pos#440, k1#248) and
  311. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#440, k2#58) and
  312. │ │ │ │ │     α12238839552991258117#lineitem_csv(pos#440, v#144))
  313. │ │ │ │ └─ materialize_iterator duration: 2.99420
  314. │ │ │ │ ┌─ permute_and_sort
  315. │ │ │ │ │ ┌─ set_relation
  316. │ │ │ │ │ └─ set_relation duration: 0.00015
  317. │ │ │ │ └─ permute_and_sort duration: 0.83549
  318. │ │ │ │ ┌─ compile
  319. │ │ │ │ └─ compile duration: 0.00052
  320. │ │ │ │ ┌─ materialize_iterator
  321. │ │ │ │ │ def=l_extendedprice##975
  322. │ │ │ │ │ body=k1#248k2#58v#144 : exists( pos#440 : true : ##Ow7eYPQF#1056(k1#248, k2#58, v#144, pos#440) )
  323. │ │ │ │ └─ materialize_iterator duration: 0.73903
  324. │ │ │ │ ┌─ set_relation
  325. │ │ │ │ └─ set_relation duration: 0.00009
  326. │ │ │ └─ decl l_extendedprice##975 duration: 4.57435
  327. │ │ │ ┌─ decl l_quantity##974
  328. │ │ │ │ ┌─ optimize_var_order
  329. │ │ │ │ │ def=l_quantity##974
  330. │ │ │ │ └─ optimize_var_order duration: 0.00271
  331. │ │ │ │ ┌─ compile
  332. │ │ │ │ └─ compile duration: 0.00080
  333. │ │ │ │ ┌─ materialize_iterator
  334. │ │ │ │ │ def=##4Bua0gYM#1063
  335. │ │ │ │ │ body=k1#247k2#57v#143pos#439 : ( α11185662748871321823#lineitem_csv(pos#439, k1#247) and
  336. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#439, k2#57) and
  337. │ │ │ │ │     α1508228291242107612#lineitem_csv(pos#439, v#143))
  338. │ │ │ │ └─ materialize_iterator duration: 2.98673
  339. │ │ │ │ ┌─ permute_and_sort
  340. │ │ │ │ │ ┌─ set_relation
  341. │ │ │ │ │ └─ set_relation duration: 0.00015
  342. │ │ │ │ └─ permute_and_sort duration: 0.71087
  343. │ │ │ │ ┌─ compile
  344. │ │ │ │ └─ compile duration: 0.00054
  345. │ │ │ │ ┌─ materialize_iterator
  346. │ │ │ │ │ def=l_quantity##974
  347. │ │ │ │ │ body=k1#247k2#57v#143 : exists( pos#439 : true : ##4Bua0gYM#1063(k1#247, k2#57, v#143, pos#439) )
  348. │ │ │ │ └─ materialize_iterator duration: 0.67481
  349. │ │ │ │ ┌─ set_relation
  350. │ │ │ │ └─ set_relation duration: 0.00009
  351. │ │ │ └─ decl l_quantity##974 duration: 4.37817
  352. │ │ │ ┌─ decl l_suppkey##973
  353. │ │ │ │ ┌─ optimize_var_order
  354. │ │ │ │ │ def=l_suppkey##973
  355. │ │ │ │ └─ optimize_var_order duration: 0.00266
  356. │ │ │ │ ┌─ compile
  357. │ │ │ │ └─ compile duration: 0.00065
  358. │ │ │ │ ┌─ materialize_iterator
  359. │ │ │ │ │ def=##eULYN503#1070
  360. │ │ │ │ │ body=k1#246k2#56v#142pos#438 : ( α11185662748871321823#lineitem_csv(pos#438, k1#246) and
  361. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#438, k2#56) and
  362. │ │ │ │ │     α16536331332546736553#lineitem_csv(pos#438, v#142))
  363. │ │ │ │ └─ materialize_iterator duration: 2.89198
  364. │ │ │ │ ┌─ permute_and_sort
  365. │ │ │ │ │ ┌─ set_relation
  366. │ │ │ │ │ └─ set_relation duration: 0.00016
  367. │ │ │ │ └─ permute_and_sort duration: 0.74320
  368. │ │ │ │ ┌─ compile
  369. │ │ │ │ └─ compile duration: 0.00042
  370. │ │ │ │ ┌─ materialize_iterator
  371. │ │ │ │ │ def=l_suppkey##973
  372. │ │ │ │ │ body=k1#246k2#56v#142 : exists( pos#438 : true : ##eULYN503#1070(k1#246, k2#56, v#142, pos#438) )
  373. │ │ │ │ └─ materialize_iterator duration: 0.66183
  374. │ │ │ │ ┌─ set_relation
  375. │ │ │ │ └─ set_relation duration: 0.00008
  376. │ │ │ └─ decl l_suppkey##973 duration: 4.30247
  377. │ │ │ ┌─ decl l_partkey##972
  378. │ │ │ │ ┌─ optimize_var_order
  379. │ │ │ │ │ def=l_partkey##972
  380. │ │ │ │ └─ optimize_var_order duration: 0.00261
  381. │ │ │ │ ┌─ compile
  382. │ │ │ │ └─ compile duration: 0.00065
  383. │ │ │ │ ┌─ materialize_iterator
  384. │ │ │ │ │ def=##hvtN984t#1077
  385. │ │ │ │ │ body=k1#245k2#55v#141pos#437 : ( α11185662748871321823#lineitem_csv(pos#437, k1#245) and
  386. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#437, k2#55) and
  387. │ │ │ │ │     α2779428022234916848#lineitem_csv(pos#437, v#141))
  388. │ │ │ │ └─ materialize_iterator duration: 2.91601
  389. │ │ │ │ ┌─ permute_and_sort
  390. │ │ │ │ │ ┌─ set_relation
  391. │ │ │ │ │ └─ set_relation duration: 0.00014
  392. │ │ │ │ └─ permute_and_sort duration: 0.75947
  393. │ │ │ │ ┌─ compile
  394. │ │ │ │ └─ compile duration: 0.00036
  395. │ │ │ │ ┌─ materialize_iterator
  396. │ │ │ │ │ def=l_partkey##972
  397. │ │ │ │ │ body=k1#245k2#55v#141 : exists( pos#437 : true : ##hvtN984t#1077(k1#245, k2#55, v#141, pos#437) )
  398. │ │ │ │ └─ materialize_iterator duration: 0.66872
  399. │ │ │ │ ┌─ set_relation
  400. │ │ │ │ └─ set_relation duration: 0.00008
  401. │ │ │ └─ decl l_partkey##972 duration: 4.34955
  402. │ │ │ ┌─ decl lineitem##971
  403. │ │ │ │ ┌─ optimize_var_order
  404. │ │ │ │ │ def=lineitem##971
  405. │ │ │ │ └─ optimize_var_order duration: 0.00248
  406. │ │ │ │ ┌─ compile
  407. │ │ │ │ └─ compile duration: 0.00051
  408. │ │ │ │ ┌─ materialize_iterator
  409. │ │ │ │ │ def=##a3YAvxIy#1084
  410. │ │ │ │ │ body=k1#195k2#39pos#393 : ( α11185662748871321823#lineitem_csv(pos#393, k1#195) and
  411. │ │ │ │ │     α188031534164578641#lineitem_csv(pos#393, k2#39))
  412. │ │ │ │ └─ materialize_iterator duration: 1.61703
  413. │ │ │ │ ┌─ permute_and_sort
  414. │ │ │ │ │ ┌─ set_relation
  415. │ │ │ │ │ └─ set_relation duration: 0.00016
  416. │ │ │ │ └─ permute_and_sort duration: 0.53328
  417. │ │ │ │ ┌─ compile
  418. │ │ │ │ └─ compile duration: 0.00038
  419. │ │ │ │ ┌─ materialize_iterator
  420. │ │ │ │ │ def=lineitem##971
  421. │ │ │ │ │ body=k1#195k2#39 : exists( pos#393 : true : ##a3YAvxIy#1084(k1#195, k2#39, pos#393) )
  422. │ │ │ │ └─ materialize_iterator duration: 0.41409
  423. │ │ │ │ ┌─ set_relation
  424. │ │ │ │ └─ set_relation duration: 0.00009
  425. │ │ │ └─ decl lineitem##971 duration: 2.79624
  426. │ │ │ ┌─ decl o_comment##969
  427. │ │ │ │ ┌─ optimize_var_order
  428. │ │ │ │ │ def=o_comment##969
  429. │ │ │ │ └─ optimize_var_order duration: 0.00257
  430. │ │ │ │ ┌─ compile
  431. │ │ │ │ └─ compile duration: 0.00064
  432. │ │ │ │ ┌─ materialize_iterator
  433. │ │ │ │ │ def=##acPTDkq7#1090
  434. │ │ │ │ │ body=k1#244v#140pos#436 : ( α17466060179216264394#orders_csv(pos#436, k1#244) and
  435. │ │ │ │ │     α4686259735529870721#orders_csv(pos#436, v#140))
  436. │ │ │ │ └─ materialize_iterator duration: 1.30035
  437. │ │ │ │ ┌─ permute_and_sort
  438. │ │ │ │ │ ┌─ set_relation
  439. │ │ │ │ │ └─ set_relation duration: 0.00016
  440. │ │ │ │ └─ permute_and_sort duration: 1.27576
  441. │ │ │ │ ┌─ compile
  442. │ │ │ │ └─ compile duration: 0.00049
  443. │ │ │ │ ┌─ materialize_iterator
  444. │ │ │ │ │ def=o_comment##969
  445. │ │ │ │ │ body=k1#244v#140 : exists( pos#436 : true : ##acPTDkq7#1090(k1#244, v#140, pos#436) )
  446. │ │ │ │ └─ materialize_iterator duration: 1.17061
  447. │ │ │ │ ┌─ set_relation
  448. │ │ │ │ └─ set_relation duration: 0.00009
  449. │ │ │ └─ decl o_comment##969 duration: 3.98626
  450. │ │ │ ┌─ decl o_shippriority##968
  451. │ │ │ │ ┌─ optimize_var_order
  452. │ │ │ │ │ def=o_shippriority##968
  453. │ │ │ │ └─ optimize_var_order duration: 0.00269
  454. │ │ │ │ ┌─ compile
  455. │ │ │ │ └─ compile duration: 0.00057
  456. │ │ │ │ ┌─ materialize_iterator
  457. │ │ │ │ │ def=##HKyNzxZ8#1096
  458. │ │ │ │ │ body=k1#243v#139pos#435 : ( α17466060179216264394#orders_csv(pos#435, k1#243) and
  459. │ │ │ │ │     α12009744738902899004#orders_csv(pos#435, v#139))
  460. │ │ │ │ └─ materialize_iterator duration: 0.38973
  461. │ │ │ │ ┌─ permute_and_sort
  462. │ │ │ │ │ ┌─ set_relation
  463. │ │ │ │ │ └─ set_relation duration: 0.00014
  464. │ │ │ │ └─ permute_and_sort duration: 0.11276
  465. │ │ │ │ ┌─ compile
  466. │ │ │ │ └─ compile duration: 0.00038
  467. │ │ │ │ ┌─ materialize_iterator
  468. │ │ │ │ │ def=o_shippriority##968
  469. │ │ │ │ │ body=k1#243v#139 : exists( pos#435 : true : ##HKyNzxZ8#1096(k1#243, v#139, pos#435) )
  470. │ │ │ │ └─ materialize_iterator duration: 0.13381
  471. │ │ │ │ ┌─ set_relation
  472. │ │ │ │ └─ set_relation duration: 0.00009
  473. │ │ │ └─ decl o_shippriority##968 duration: 0.64165
  474. │ │ │ ┌─ decl o_clerk##967
  475. │ │ │ │ ┌─ optimize_var_order
  476. │ │ │ │ │ def=o_clerk##967
  477. │ │ │ │ └─ optimize_var_order duration: 0.00258
  478. │ │ │ │ ┌─ compile
  479. │ │ │ │ └─ compile duration: 0.00063
  480. │ │ │ │ ┌─ materialize_iterator
  481. │ │ │ │ │ def=##4CyqCnrA#1102
  482. │ │ │ │ │ body=k1#242v#138pos#434 : ( α17466060179216264394#orders_csv(pos#434, k1#242) and
  483. │ │ │ │ │     α11886646407734257921#orders_csv(pos#434, v#138))
  484. │ │ │ │ └─ materialize_iterator duration: 0.48353
  485. │ │ │ │ ┌─ permute_and_sort
  486. │ │ │ │ │ ┌─ set_relation
  487. │ │ │ │ │ └─ set_relation duration: 0.00016
  488. │ │ │ │ └─ permute_and_sort duration: 0.28879
  489. │ │ │ │ ┌─ compile
  490. │ │ │ │ └─ compile duration: 0.00044
  491. │ │ │ │ ┌─ materialize_iterator
  492. │ │ │ │ │ def=o_clerk##967
  493. │ │ │ │ │ body=k1#242v#138 : exists( pos#434 : true : ##4CyqCnrA#1102(k1#242, v#138, pos#434) )
  494. │ │ │ │ └─ materialize_iterator duration: 0.31709
  495. │ │ │ │ ┌─ set_relation
  496. │ │ │ │ └─ set_relation duration: 0.00011
  497. │ │ │ └─ decl o_clerk##967 duration: 1.09476
  498. │ │ │ ┌─ decl o_orderpriority##966
  499. │ │ │ │ ┌─ optimize_var_order
  500. │ │ │ │ │ def=o_orderpriority##966
  501. │ │ │ │ └─ optimize_var_order duration: 0.00258
  502. │ │ │ │ ┌─ compile
  503. │ │ │ │ └─ compile duration: 0.00068
  504. │ │ │ │ ┌─ materialize_iterator
  505. │ │ │ │ │ def=##vNQOsTKc#1108
  506. │ │ │ │ │ body=k1#241v#137pos#433 : ( α17466060179216264394#orders_csv(pos#433, k1#241) and
  507. │ │ │ │ │     α13940025147975489304#orders_csv(pos#433, v#137))
  508. │ │ │ │ └─ materialize_iterator duration: 0.53450
  509. │ │ │ │ ┌─ permute_and_sort
  510. │ │ │ │ │ ┌─ set_relation
  511. │ │ │ │ │ └─ set_relation duration: 0.00019
  512. │ │ │ │ └─ permute_and_sort duration: 0.35170
  513. │ │ │ │ ┌─ compile
  514. │ │ │ │ └─ compile duration: 0.00051
  515. │ │ │ │ ┌─ materialize_iterator
  516. │ │ │ │ │ def=o_orderpriority##966
  517. │ │ │ │ │ body=k1#241v#137 : exists( pos#433 : true : ##vNQOsTKc#1108(k1#241, v#137, pos#433) )
  518. │ │ │ │ └─ materialize_iterator duration: 0.30392
  519. │ │ │ │ ┌─ set_relation
  520. │ │ │ │ └─ set_relation duration: 0.00021
  521. │ │ │ └─ decl o_orderpriority##966 duration: 1.19571
  522. │ │ │ ┌─ decl o_orderdate##965
  523. │ │ │ │ ┌─ optimize_var_order
  524. │ │ │ │ │ def=o_orderdate##965
  525. │ │ │ │ └─ optimize_var_order duration: 0.00275
  526. │ │ │ │ ┌─ compile
  527. │ │ │ │ └─ compile duration: 0.00061
  528. │ │ │ │ ┌─ materialize_iterator
  529. │ │ │ │ │ def=##0aamHxRF#1114
  530. │ │ │ │ │ body=k1#240v#136pos#432 : ( α17466060179216264394#orders_csv(pos#432, k1#240) and
  531. │ │ │ │ │     α6562725305928087178#orders_csv(pos#432, v#136))
  532. │ │ │ │ └─ materialize_iterator duration: 0.67774
  533. │ │ │ │ ┌─ permute_and_sort
  534. │ │ │ │ │ ┌─ set_relation
  535. │ │ │ │ │ └─ set_relation duration: 0.00014
  536. │ │ │ │ └─ permute_and_sort duration: 0.13289
  537. │ │ │ │ ┌─ compile
  538. │ │ │ │ └─ compile duration: 0.00040
  539. │ │ │ │ ┌─ materialize_iterator
  540. │ │ │ │ │ def=o_orderdate##965
  541. │ │ │ │ │ body=k1#240v#136 : exists( pos#432 : true : ##0aamHxRF#1114(k1#240, v#136, pos#432) )
  542. │ │ │ │ └─ materialize_iterator duration: 0.11858
  543. │ │ │ │ ┌─ set_relation
  544. │ │ │ │ └─ set_relation duration: 0.00009
  545. │ │ │ └─ decl o_orderdate##965 duration: 0.93495
  546. │ │ │ ┌─ decl o_totalprice##964
  547. │ │ │ │ ┌─ optimize_var_order
  548. │ │ │ │ │ def=o_totalprice##964
  549. │ │ │ │ └─ optimize_var_order duration: 0.00244
  550. │ │ │ │ ┌─ compile
  551. │ │ │ │ └─ compile duration: 0.00065
  552. │ │ │ │ ┌─ materialize_iterator
  553. │ │ │ │ │ def=##X5xZbYQv#1120
  554. │ │ │ │ │ body=k1#239v#135pos#431 : ( α17466060179216264394#orders_csv(pos#431, k1#239) and
  555. │ │ │ │ │     α3951672078038656503#orders_csv(pos#431, v#135))
  556. │ │ │ │ └─ materialize_iterator duration: 0.41654
  557. │ │ │ │ ┌─ permute_and_sort
  558. │ │ │ │ │ ┌─ set_relation
  559. │ │ │ │ │ └─ set_relation duration: 0.00015
  560. │ │ │ │ └─ permute_and_sort duration: 0.11324
  561. │ │ │ │ ┌─ compile
  562. │ │ │ │ └─ compile duration: 0.00052
  563. │ │ │ │ ┌─ materialize_iterator
  564. │ │ │ │ │ def=o_totalprice##964
  565. │ │ │ │ │ body=k1#239v#135 : exists( pos#431 : true : ##X5xZbYQv#1120(k1#239, v#135, pos#431) )
  566. │ │ │ │ └─ materialize_iterator duration: 0.12035
  567. │ │ │ │ ┌─ set_relation
  568. │ │ │ │ └─ set_relation duration: 0.00009
  569. │ │ │ └─ decl o_totalprice##964 duration: 0.65530
  570. │ │ │ ┌─ decl o_orderstatus##963
  571. │ │ │ │ ┌─ optimize_var_order
  572. │ │ │ │ │ def=o_orderstatus##963
  573. │ │ │ │ └─ optimize_var_order duration: 0.00238
  574. │ │ │ │ ┌─ compile
  575. │ │ │ │ └─ compile duration: 0.00061
  576. │ │ │ │ ┌─ materialize_iterator
  577. │ │ │ │ │ def=##jVDDd9Ex#1126
  578. │ │ │ │ │ body=k1#238v#134pos#430 : ( α17466060179216264394#orders_csv(pos#430, k1#238) and
  579. │ │ │ │ │     α15459211917278173377#orders_csv(pos#430, v#134))
  580. │ │ │ │ └─ materialize_iterator duration: 0.42347
  581. │ │ │ │ ┌─ permute_and_sort
  582. │ │ │ │ │ ┌─ set_relation
  583. │ │ │ │ │ └─ set_relation duration: 0.00022
  584. │ │ │ │ └─ permute_and_sort duration: 0.13853
  585. │ │ │ │ ┌─ compile
  586. │ │ │ │ └─ compile duration: 0.00046
  587. │ │ │ │ ┌─ materialize_iterator
  588. │ │ │ │ │ def=o_orderstatus##963
  589. │ │ │ │ │ body=k1#238v#134 : exists( pos#430 : true : ##jVDDd9Ex#1126(k1#238, v#134, pos#430) )
  590. │ │ │ │ └─ materialize_iterator duration: 0.12483
  591. │ │ │ │ ┌─ set_relation
  592. │ │ │ │ └─ set_relation duration: 0.00013
  593. │ │ │ └─ decl o_orderstatus##963 duration: 0.69197
  594. │ │ │ ┌─ decl o_custkey##962
  595. │ │ │ │ ┌─ optimize_var_order
  596. │ │ │ │ │ def=o_custkey##962
  597. │ │ │ │ └─ optimize_var_order duration: 0.00250
  598. │ │ │ │ ┌─ compile
  599. │ │ │ │ └─ compile duration: 0.00059
  600. │ │ │ │ ┌─ materialize_iterator
  601. │ │ │ │ │ def=##qCJ6pt7y#1132
  602. │ │ │ │ │ body=k1#237v#133pos#429 : ( α17466060179216264394#orders_csv(pos#429, k1#237) and
  603. │ │ │ │ │     α11477617183281708012#orders_csv(pos#429, v#133))
  604. │ │ │ │ └─ materialize_iterator duration: 0.46094
  605. │ │ │ │ ┌─ permute_and_sort
  606. │ │ │ │ │ ┌─ set_relation
  607. │ │ │ │ │ └─ set_relation duration: 0.00014
  608. │ │ │ │ └─ permute_and_sort duration: 0.13004
  609. │ │ │ │ ┌─ compile
  610. │ │ │ │ └─ compile duration: 0.00035
  611. │ │ │ │ ┌─ materialize_iterator
  612. │ │ │ │ │ def=o_custkey##962
  613. │ │ │ │ │ body=k1#237v#133 : exists( pos#429 : true : ##qCJ6pt7y#1132(k1#237, v#133, pos#429) )
  614. │ │ │ │ └─ materialize_iterator duration: 0.13562
  615. │ │ │ │ ┌─ set_relation
  616. │ │ │ │ └─ set_relation duration: 0.00008
  617. │ │ │ └─ decl o_custkey##962 duration: 0.73160
  618. │ │ │ ┌─ decl orders##961
  619. │ │ │ │ ┌─ optimize_var_order
  620. │ │ │ │ │ def=orders##961
  621. │ │ │ │ └─ optimize_var_order duration: 0.00093
  622. │ │ │ │ ┌─ compile
  623. │ │ │ │ └─ compile duration: 0.00025
  624. │ │ │ │ ┌─ materialize_iterator
  625. │ │ │ │ │ def=##zu4gYeZx#1138
  626. │ │ │ │ │ body=k1#169pos#328 : α17466060179216264394#orders_csv(pos#328, k1#169)
  627. │ │ │ │ └─ materialize_iterator duration: 0.07670
  628. │ │ │ │ ┌─ permute_and_sort
  629. │ │ │ │ │ ┌─ set_relation
  630. │ │ │ │ │ └─ set_relation duration: 0.00014
  631. │ │ │ │ └─ permute_and_sort duration: 0.09509
  632. │ │ │ │ ┌─ compile
  633. │ │ │ │ └─ compile duration: 0.00033
  634. │ │ │ │ ┌─ materialize_iterator
  635. │ │ │ │ │ def=orders##961
  636. │ │ │ │ │ body=k1#169 : exists( pos#328 : true : ##zu4gYeZx#1138(k1#169, pos#328) )
  637. │ │ │ │ └─ materialize_iterator duration: 0.05951
  638. │ │ │ │ ┌─ set_relation
  639. │ │ │ │ └─ set_relation duration: 0.00009
  640. │ │ │ └─ decl orders##961 duration: 0.23423
  641. │ │ │ ┌─ decl c_comment##959
  642. │ │ │ │ ┌─ optimize_var_order
  643. │ │ │ │ │ def=c_comment##959
  644. │ │ │ │ └─ optimize_var_order duration: 0.00256
  645. │ │ │ │ ┌─ compile
  646. │ │ │ │ └─ compile duration: 0.00070
  647. │ │ │ │ ┌─ materialize_iterator
  648. │ │ │ │ │ def=##txXTRnLO#1142
  649. │ │ │ │ │ body=k1#236v#132pos#428 : ( α1504874551628895679#customer_csv(pos#428, k1#236) and
  650. │ │ │ │ │     α14444002869432317970#customer_csv(pos#428, v#132))
  651. │ │ │ │ └─ materialize_iterator duration: 0.37003
  652. │ │ │ │ ┌─ permute_and_sort
  653. │ │ │ │ │ ┌─ set_relation
  654. │ │ │ │ │ └─ set_relation duration: 0.00015
  655. │ │ │ │ └─ permute_and_sort duration: 0.10230
  656. │ │ │ │ ┌─ compile
  657. │ │ │ │ └─ compile duration: 0.00046
  658. │ │ │ │ ┌─ materialize_iterator
  659. │ │ │ │ │ def=c_comment##959
  660. │ │ │ │ │ body=k1#236v#132 : exists( pos#428 : true : ##txXTRnLO#1142(k1#236, v#132, pos#428) )
  661. │ │ │ │ └─ materialize_iterator duration: 0.12150
  662. │ │ │ │ ┌─ set_relation
  663. │ │ │ │ └─ set_relation duration: 0.00015
  664. │ │ │ └─ decl c_comment##959 duration: 0.59938
  665. │ │ │ ┌─ decl c_mktsegment##958
  666. │ │ │ │ ┌─ optimize_var_order
  667. │ │ │ │ │ def=c_mktsegment##958
  668. │ │ │ │ └─ optimize_var_order duration: 0.00248
  669. │ │ │ │ ┌─ compile
  670. │ │ │ │ └─ compile duration: 0.00063
  671. │ │ │ │ ┌─ materialize_iterator
  672. │ │ │ │ │ def=##uKYU8uS7#1148
  673. │ │ │ │ │ body=k1#235v#131pos#427 : ( α1504874551628895679#customer_csv(pos#427, k1#235) and
  674. │ │ │ │ │     α16030867254717578618#customer_csv(pos#427, v#131))
  675. │ │ │ │ └─ materialize_iterator duration: 0.05001
  676. │ │ │ │ ┌─ permute_and_sort
  677. │ │ │ │ │ ┌─ set_relation
  678. │ │ │ │ │ └─ set_relation duration: 0.00014
  679. │ │ │ │ └─ permute_and_sort duration: 0.02675
  680. │ │ │ │ ┌─ compile
  681. │ │ │ │ └─ compile duration: 0.00039
  682. │ │ │ │ ┌─ materialize_iterator
  683. │ │ │ │ │ def=c_mktsegment##958
  684. │ │ │ │ │ body=k1#235v#131 : exists( pos#427 : true : ##uKYU8uS7#1148(k1#235, v#131, pos#427) )
  685. │ │ │ │ └─ materialize_iterator duration: 0.02944
  686. │ │ │ │ ┌─ set_relation
  687. │ │ │ │ └─ set_relation duration: 0.00009
  688. │ │ │ └─ decl c_mktsegment##958 duration: 0.11146
  689. │ │ │ ┌─ decl c_acctbal##957
  690. │ │ │ │ ┌─ optimize_var_order
  691. │ │ │ │ │ def=c_acctbal##957
  692. │ │ │ │ └─ optimize_var_order duration: 0.00336
  693. │ │ │ │ ┌─ compile
  694. │ │ │ │ └─ compile duration: 0.00099
  695. │ │ │ │ ┌─ materialize_iterator
  696. │ │ │ │ │ def=##Dyi1xmFV#1154
  697. │ │ │ │ │ body=k1#234v#130pos#426 : ( α1504874551628895679#customer_csv(pos#426, k1#234) and
  698. │ │ │ │ │     α13110038864292712307#customer_csv(pos#426, v#130))
  699. │ │ │ │ └─ materialize_iterator duration: 0.04528
  700. │ │ │ │ ┌─ permute_and_sort
  701. │ │ │ │ │ ┌─ set_relation
  702. │ │ │ │ │ └─ set_relation duration: 0.00015
  703. │ │ │ │ └─ permute_and_sort duration: 0.01139
  704. │ │ │ │ ┌─ compile
  705. │ │ │ │ └─ compile duration: 0.00056
  706. │ │ │ │ ┌─ materialize_iterator
  707. │ │ │ │ │ def=c_acctbal##957
  708. │ │ │ │ │ body=k1#234v#130 : exists( pos#426 : true : ##Dyi1xmFV#1154(k1#234, v#130, pos#426) )
  709. │ │ │ │ └─ materialize_iterator duration: 0.01276
  710. │ │ │ │ ┌─ set_relation
  711. │ │ │ │ └─ set_relation duration: 0.00009
  712. │ │ │ └─ decl c_acctbal##957 duration: 0.07639
  713. │ │ │ ┌─ decl c_phone##956
  714. │ │ │ │ ┌─ optimize_var_order
  715. │ │ │ │ │ def=c_phone##956
  716. │ │ │ │ └─ optimize_var_order duration: 0.00241
  717. │ │ │ │ ┌─ compile
  718. │ │ │ │ └─ compile duration: 0.00060
  719. │ │ │ │ ┌─ materialize_iterator
  720. │ │ │ │ │ def=##gyV1223h#1160
  721. │ │ │ │ │ body=k1#233v#129pos#425 : ( α1504874551628895679#customer_csv(pos#425, k1#233) and
  722. │ │ │ │ │     α4480129753207409041#customer_csv(pos#425, v#129))
  723. │ │ │ │ └─ materialize_iterator duration: 0.05385
  724. │ │ │ │ ┌─ permute_and_sort
  725. │ │ │ │ │ ┌─ set_relation
  726. │ │ │ │ │ └─ set_relation duration: 0.00017
  727. │ │ │ │ └─ permute_and_sort duration: 0.02919
  728. │ │ │ │ ┌─ compile
  729. │ │ │ │ └─ compile duration: 0.00045
  730. │ │ │ │ ┌─ materialize_iterator
  731. │ │ │ │ │ def=c_phone##956
  732. │ │ │ │ │ body=k1#233v#129 : exists( pos#425 : true : ##gyV1223h#1160(k1#233, v#129, pos#425) )
  733. │ │ │ │ └─ materialize_iterator duration: 0.03817
  734. │ │ │ │ ┌─ set_relation
  735. │ │ │ │ └─ set_relation duration: 0.00011
  736. │ │ │ └─ decl c_phone##956 duration: 0.12630
  737. │ │ │ ┌─ decl c_nationkey##955
  738. │ │ │ │ ┌─ optimize_var_order
  739. │ │ │ │ │ def=c_nationkey##955
  740. │ │ │ │ └─ optimize_var_order duration: 0.00303
  741. │ │ │ │ ┌─ compile
  742. │ │ │ │ └─ compile duration: 0.00059
  743. │ │ │ │ ┌─ materialize_iterator
  744. │ │ │ │ │ def=##quLAKL4X#1166
  745. │ │ │ │ │ body=k1#232v#128pos#424 : ( α1504874551628895679#customer_csv(pos#424, k1#232) and
  746. │ │ │ │ │     α13391373245812853342#customer_csv(pos#424, v#128))
  747. │ │ │ │ └─ materialize_iterator duration: 0.03968
  748. │ │ │ │ ┌─ permute_and_sort
  749. │ │ │ │ │ ┌─ set_relation
  750. │ │ │ │ │ └─ set_relation duration: 0.00015
  751. │ │ │ │ └─ permute_and_sort duration: 0.01101
  752. │ │ │ │ ┌─ compile
  753. │ │ │ │ └─ compile duration: 0.00038
  754. │ │ │ │ ┌─ materialize_iterator
  755. │ │ │ │ │ def=c_nationkey##955
  756. │ │ │ │ │ body=k1#232v#128 : exists( pos#424 : true : ##quLAKL4X#1166(k1#232, v#128, pos#424) )
  757. │ │ │ │ └─ materialize_iterator duration: 0.01192
  758. │ │ │ │ ┌─ set_relation
  759. │ │ │ │ └─ set_relation duration: 0.00008
  760. │ │ │ └─ decl c_nationkey##955 duration: 0.06834
  761. │ │ │ ┌─ decl c_address##954
  762. │ │ │ │ ┌─ optimize_var_order
  763. │ │ │ │ │ def=c_address##954
  764. │ │ │ │ └─ optimize_var_order duration: 0.00254
  765. │ │ │ │ ┌─ compile
  766. │ │ │ │ └─ compile duration: 0.00060
  767. │ │ │ │ ┌─ materialize_iterator
  768. │ │ │ │ │ def=##YT7XVXvT#1172
  769. │ │ │ │ │ body=k1#231v#127pos#423 : ( α1504874551628895679#customer_csv(pos#423, k1#231) and
  770. │ │ │ │ │     α16879221632773748801#customer_csv(pos#423, v#127))
  771. │ │ │ │ └─ materialize_iterator duration: 0.08027
  772. │ │ │ │ ┌─ permute_and_sort
  773. │ │ │ │ │ ┌─ set_relation
  774. │ │ │ │ │ └─ set_relation duration: 0.00016
  775. │ │ │ │ └─ permute_and_sort duration: 0.05302
  776. │ │ │ │ ┌─ compile
  777. │ │ │ │ └─ compile duration: 0.00042
  778. │ │ │ │ ┌─ materialize_iterator
  779. │ │ │ │ │ def=c_address##954
  780. │ │ │ │ │ body=k1#231v#127 : exists( pos#423 : true : ##YT7XVXvT#1172(k1#231, v#127, pos#423) )
  781. │ │ │ │ └─ materialize_iterator duration: 0.06925
  782. │ │ │ │ ┌─ set_relation
  783. │ │ │ │ └─ set_relation duration: 0.00014
  784. │ │ │ └─ decl c_address##954 duration: 0.20782
  785. │ │ │ ┌─ decl c_name##953
  786. │ │ │ │ ┌─ optimize_var_order
  787. │ │ │ │ │ def=c_name##953
  788. │ │ │ │ └─ optimize_var_order duration: 0.00279
  789. │ │ │ │ ┌─ compile
  790. │ │ │ │ └─ compile duration: 0.00063
  791. │ │ │ │ ┌─ materialize_iterator
  792. │ │ │ │ │ def=##Z9TQWNSV#1178
  793. │ │ │ │ │ body=k1#230v#126pos#422 : ( α1504874551628895679#customer_csv(pos#422, k1#230) and
  794. │ │ │ │ │     α14643723946533058584#customer_csv(pos#422, v#126))
  795. │ │ │ │ └─ materialize_iterator duration: 0.05704
  796. │ │ │ │ ┌─ permute_and_sort
  797. │ │ │ │ │ ┌─ set_relation
  798. │ │ │ │ │ └─ set_relation duration: 0.00016
  799. │ │ │ │ └─ permute_and_sort duration: 0.03447
  800. │ │ │ │ ┌─ compile
  801. │ │ │ │ └─ compile duration: 0.00055
  802. │ │ │ │ ┌─ materialize_iterator
  803. │ │ │ │ │ def=c_name##953
  804. │ │ │ │ │ body=k1#230v#126 : exists( pos#422 : true : ##Z9TQWNSV#1178(k1#230, v#126, pos#422) )
  805. │ │ │ │ └─ materialize_iterator duration: 0.04791
  806. │ │ │ │ ┌─ set_relation
  807. │ │ │ │ └─ set_relation duration: 0.00013
  808. │ │ │ └─ decl c_name##953 duration: 0.14555
  809. │ │ │ ┌─ decl customer##952
  810. │ │ │ │ ┌─ optimize_var_order
  811. │ │ │ │ │ def=customer##952
  812. │ │ │ │ └─ optimize_var_order duration: 0.00123
  813. │ │ │ │ ┌─ compile
  814. │ │ │ │ └─ compile duration: 0.00023
  815. │ │ │ │ ┌─ materialize_iterator
  816. │ │ │ │ │ def=##mrFMwzt1#1184
  817. │ │ │ │ │ body=k1#143pos#284 : α1504874551628895679#customer_csv(pos#284, k1#143)
  818. │ │ │ │ └─ materialize_iterator duration: 0.00729
  819. │ │ │ │ ┌─ permute_and_sort
  820. │ │ │ │ │ ┌─ set_relation
  821. │ │ │ │ │ └─ set_relation duration: 0.00017
  822. │ │ │ │ └─ permute_and_sort duration: 0.01026
  823. │ │ │ │ ┌─ compile
  824. │ │ │ │ └─ compile duration: 0.00035
  825. │ │ │ │ ┌─ materialize_iterator
  826. │ │ │ │ │ def=customer##952
  827. │ │ │ │ │ body=k1#143 : exists( pos#284 : true : ##mrFMwzt1#1184(k1#143, pos#284) )
  828. │ │ │ │ └─ materialize_iterator duration: 0.00615
  829. │ │ │ │ ┌─ set_relation
  830. │ │ │ │ └─ set_relation duration: 0.00010
  831. │ │ │ └─ decl customer##952 duration: 0.02703
  832. │ │ │ ┌─ decl ps_comment##950
  833. │ │ │ │ ┌─ optimize_var_order
  834. │ │ │ │ │ def=ps_comment##950
  835. │ │ │ │ └─ optimize_var_order duration: 0.00307
  836. │ │ │ │ ┌─ compile
  837. │ │ │ │ └─ compile duration: 0.00083
  838. │ │ │ │ ┌─ materialize_iterator
  839. │ │ │ │ │ def=##XaSia4fN#1188
  840. │ │ │ │ │ body=k1#229k2#54v#125pos#421 : ( α16892433824344785924#partsupp_csv(pos#421, k1#229) and
  841. │ │ │ │ │     α13134814623380875148#partsupp_csv(pos#421, k2#54) and
  842. │ │ │ │ │     α9921196157056755148#partsupp_csv(pos#421, v#125))
  843. │ │ │ │ └─ materialize_iterator duration: 1.01385
  844. │ │ │ │ ┌─ permute_and_sort
  845. │ │ │ │ │ ┌─ set_relation
  846. │ │ │ │ │ └─ set_relation duration: 0.00017
  847. │ │ │ │ └─ permute_and_sort duration: 1.51788
  848. │ │ │ │ ┌─ compile
  849. │ │ │ │ └─ compile duration: 0.00054
  850. │ │ │ │ ┌─ materialize_iterator
  851. │ │ │ │ │ def=ps_comment##950
  852. │ │ │ │ │ body=k1#229k2#54v#125 : exists( pos#421 : true : ##XaSia4fN#1188(k1#229, k2#54, v#125, pos#421) )
  853. │ │ │ │ └─ materialize_iterator duration: 1.58071
  854. │ │ │ │ ┌─ set_relation
  855. │ │ │ │ └─ set_relation duration: 0.00009
  856. │ │ │ └─ decl ps_comment##950 duration: 4.11896
  857. │ │ │ ┌─ decl ps_supplycost##949
  858. │ │ │ │ ┌─ optimize_var_order
  859. │ │ │ │ │ def=ps_supplycost##949
  860. │ │ │ │ └─ optimize_var_order duration: 0.00275
  861. │ │ │ │ ┌─ compile
  862. │ │ │ │ └─ compile duration: 0.00080
  863. │ │ │ │ ┌─ materialize_iterator
  864. │ │ │ │ │ def=##BCNe3PdS#1195
  865. │ │ │ │ │ body=k1#228k2#53v#124pos#420 : ( α16892433824344785924#partsupp_csv(pos#420, k1#228) and
  866. │ │ │ │ │     α13134814623380875148#partsupp_csv(pos#420, k2#53) and
  867. │ │ │ │ │     α15528911220189136086#partsupp_csv(pos#420, v#124))
  868. │ │ │ │ └─ materialize_iterator duration: 0.29788
  869. │ │ │ │ ┌─ permute_and_sort
  870. │ │ │ │ │ ┌─ set_relation
  871. │ │ │ │ │ └─ set_relation duration: 0.00015
  872. │ │ │ │ └─ permute_and_sort duration: 0.31223
  873. │ │ │ │ ┌─ compile
  874. │ │ │ │ └─ compile duration: 0.00051
  875. │ │ │ │ ┌─ materialize_iterator
  876. │ │ │ │ │ def=ps_supplycost##949
  877. │ │ │ │ │ body=k1#228k2#53v#124 : exists( pos#420 : true : ##BCNe3PdS#1195(k1#228, k2#53, v#124, pos#420) )
  878. │ │ │ │ └─ materialize_iterator duration: 0.09168
  879. │ │ │ │ ┌─ set_relation
  880. │ │ │ │ └─ set_relation duration: 0.00009
  881. │ │ │ └─ decl ps_supplycost##949 duration: 0.70759
  882. │ │ │ ┌─ decl ps_availqty##948
  883. │ │ │ │ ┌─ optimize_var_order
  884. │ │ │ │ │ def=ps_availqty##948
  885. │ │ │ │ └─ optimize_var_order duration: 0.00277
  886. │ │ │ │ ┌─ compile
  887. │ │ │ │ └─ compile duration: 0.00067
  888. │ │ │ │ ┌─ materialize_iterator
  889. │ │ │ │ │ def=##CnEIE3E7#1202
  890. │ │ │ │ │ body=k1#227k2#52v#123pos#419 : ( α16892433824344785924#partsupp_csv(pos#419, k1#227) and
  891. │ │ │ │ │     α13134814623380875148#partsupp_csv(pos#419, k2#52) and
  892. │ │ │ │ │     α15695630381743363008#partsupp_csv(pos#419, v#123))
  893. │ │ │ │ └─ materialize_iterator duration: 0.31569
  894. │ │ │ │ ┌─ permute_and_sort
  895. │ │ │ │ │ ┌─ set_relation
  896. │ │ │ │ │ └─ set_relation duration: 0.00015
  897. │ │ │ │ └─ permute_and_sort duration: 0.07750
  898. │ │ │ │ ┌─ compile
  899. │ │ │ │ └─ compile duration: 0.00040
  900. │ │ │ │ ┌─ materialize_iterator
  901. │ │ │ │ │ def=ps_availqty##948
  902. │ │ │ │ │ body=k1#227k2#52v#123 : exists( pos#419 : true : ##CnEIE3E7#1202(k1#227, k2#52, v#123, pos#419) )
  903. │ │ │ │ └─ materialize_iterator duration: 0.08649
  904. │ │ │ │ ┌─ set_relation
  905. │ │ │ │ └─ set_relation duration: 0.00008
  906. │ │ │ └─ decl ps_availqty##948 duration: 0.48525
  907. │ │ │ ┌─ decl partsupp##947
  908. │ │ │ │ ┌─ optimize_var_order
  909. │ │ │ │ │ def=partsupp##947
  910. │ │ │ │ └─ optimize_var_order duration: 0.00244
  911. │ │ │ │ ┌─ compile
  912. │ │ │ │ └─ compile duration: 0.00050
  913. │ │ │ │ ┌─ materialize_iterator
  914. │ │ │ │ │ def=##wb5nd2V7#1209
  915. │ │ │ │ │ body=k1#117k2#13pos#237 : ( α16892433824344785924#partsupp_csv(pos#237, k1#117) and
  916. │ │ │ │ │     α13134814623380875148#partsupp_csv(pos#237, k2#13))
  917. │ │ │ │ └─ materialize_iterator duration: 0.21311
  918. │ │ │ │ ┌─ permute_and_sort
  919. │ │ │ │ │ ┌─ set_relation
  920. │ │ │ │ │ └─ set_relation duration: 0.00018
  921. │ │ │ │ └─ permute_and_sort duration: 0.05975
  922. │ │ │ │ ┌─ compile
  923. │ │ │ │ └─ compile duration: 0.00053
  924. │ │ │ │ ┌─ materialize_iterator
  925. │ │ │ │ │ def=partsupp##947
  926. │ │ │ │ │ body=k1#117k2#13 : exists( pos#237 : true : ##wb5nd2V7#1209(k1#117, k2#13, pos#237) )
  927. │ │ │ │ └─ materialize_iterator duration: 0.05363
  928. │ │ │ │ ┌─ set_relation
  929. │ │ │ │ └─ set_relation duration: 0.00009
  930. │ │ │ └─ decl partsupp##947 duration: 0.33151
  931. │ │ │ ┌─ decl s_comment##945
  932. │ │ │ │ ┌─ optimize_var_order
  933. │ │ │ │ │ def=s_comment##945
  934. │ │ │ │ └─ optimize_var_order duration: 0.00253
  935. │ │ │ │ ┌─ compile
  936. │ │ │ │ └─ compile duration: 0.00068
  937. │ │ │ │ ┌─ materialize_iterator
  938. │ │ │ │ │ def=##EaUBC1mN#1215
  939. │ │ │ │ │ body=k1#226v#122pos#418 : ( α7144195540154632578#supplier_csv(pos#418, k1#226) and
  940. │ │ │ │ │     α12673900108833397009#supplier_csv(pos#418, v#122))
  941. │ │ │ │ └─ materialize_iterator duration: 0.00439
  942. │ │ │ │ ┌─ permute_and_sort
  943. │ │ │ │ │ ┌─ set_relation
  944. │ │ │ │ │ └─ set_relation duration: 0.00014
  945. │ │ │ │ └─ permute_and_sort duration: 0.00621
  946. │ │ │ │ ┌─ compile
  947. │ │ │ │ └─ compile duration: 0.00045
  948. │ │ │ │ ┌─ materialize_iterator
  949. │ │ │ │ │ def=s_comment##945
  950. │ │ │ │ │ body=k1#226v#122 : exists( pos#418 : true : ##EaUBC1mN#1215(k1#226, v#122, pos#418) )
  951. │ │ │ │ └─ materialize_iterator duration: 0.00765
  952. │ │ │ │ ┌─ set_relation
  953. │ │ │ │ └─ set_relation duration: 0.00008
  954. │ │ │ └─ decl s_comment##945 duration: 0.02346
  955. │ │ │ ┌─ decl s_acctbal##944
  956. │ │ │ │ ┌─ optimize_var_order
  957. │ │ │ │ │ def=s_acctbal##944
  958. │ │ │ │ └─ optimize_var_order duration: 0.00242
  959. │ │ │ │ ┌─ compile
  960. │ │ │ │ └─ compile duration: 0.00066
  961. │ │ │ │ ┌─ materialize_iterator
  962. │ │ │ │ │ def=##7TdjMAD6#1221
  963. │ │ │ │ │ body=k1#225v#121pos#417 : ( α7144195540154632578#supplier_csv(pos#417, k1#225) and
  964. │ │ │ │ │     α13582202366089004259#supplier_csv(pos#417, v#121))
  965. │ │ │ │ └─ materialize_iterator duration: 0.00316
  966. │ │ │ │ ┌─ permute_and_sort
  967. │ │ │ │ │ ┌─ set_relation
  968. │ │ │ │ │ └─ set_relation duration: 0.00006
  969. │ │ │ │ └─ permute_and_sort duration: 0.00083
  970. │ │ │ │ ┌─ compile
  971. │ │ │ │ └─ compile duration: 0.00043
  972. │ │ │ │ ┌─ materialize_iterator
  973. │ │ │ │ │ def=s_acctbal##944
  974. │ │ │ │ │ body=k1#225v#121 : exists( pos#417 : true : ##7TdjMAD6#1221(k1#225, v#121, pos#417) )
  975. │ │ │ │ └─ materialize_iterator duration: 0.00123
  976. │ │ │ │ ┌─ set_relation
  977. │ │ │ │ └─ set_relation duration: 0.00006
  978. │ │ │ └─ decl s_acctbal##944 duration: 0.01014
  979. │ │ │ ┌─ decl s_phone##943
  980. │ │ │ │ ┌─ optimize_var_order
  981. │ │ │ │ │ def=s_phone##943
  982. │ │ │ │ └─ optimize_var_order duration: 0.00260
  983. │ │ │ │ ┌─ compile
  984. │ │ │ │ └─ compile duration: 0.00059
  985. │ │ │ │ ┌─ materialize_iterator
  986. │ │ │ │ │ def=##6YTDM8cl#1227
  987. │ │ │ │ │ body=k1#224v#120pos#416 : ( α7144195540154632578#supplier_csv(pos#416, k1#224) and
  988. │ │ │ │ │     α10755995302625034689#supplier_csv(pos#416, v#120))
  989. │ │ │ │ └─ materialize_iterator duration: 0.00391
  990. │ │ │ │ ┌─ permute_and_sort
  991. │ │ │ │ │ ┌─ set_relation
  992. │ │ │ │ │ └─ set_relation duration: 0.00013
  993. │ │ │ │ └─ permute_and_sort duration: 0.00311
  994. │ │ │ │ ┌─ compile
  995. │ │ │ │ └─ compile duration: 0.00039
  996. │ │ │ │ ┌─ materialize_iterator
  997. │ │ │ │ │ def=s_phone##943
  998. │ │ │ │ │ body=k1#224v#120 : exists( pos#416 : true : ##6YTDM8cl#1227(k1#224, v#120, pos#416) )
  999. │ │ │ │ └─ materialize_iterator duration: 0.00250
  1000. │ │ │ │ ┌─ set_relation
  1001. │ │ │ │ └─ set_relation duration: 0.00006
  1002. │ │ │ └─ decl s_phone##943 duration: 0.01463
  1003. │ │ │ ┌─ decl s_nationkey##942
  1004. │ │ │ │ ┌─ optimize_var_order
  1005. │ │ │ │ │ def=s_nationkey##942
  1006. │ │ │ │ └─ optimize_var_order duration: 0.00237
  1007. │ │ │ │ ┌─ compile
  1008. │ │ │ │ └─ compile duration: 0.00049
  1009. │ │ │ │ ┌─ materialize_iterator
  1010. │ │ │ │ │ def=##dDlaiTXv#1233
  1011. │ │ │ │ │ body=k1#223v#119pos#415 : ( α7144195540154632578#supplier_csv(pos#415, k1#223) and
  1012. │ │ │ │ │     α14611475772084711538#supplier_csv(pos#415, v#119))
  1013. │ │ │ │ └─ materialize_iterator duration: 0.00324
  1014. │ │ │ │ ┌─ permute_and_sort
  1015. │ │ │ │ │ ┌─ set_relation
  1016. │ │ │ │ │ └─ set_relation duration: 0.00008
  1017. │ │ │ │ └─ permute_and_sort duration: 0.00097
  1018. │ │ │ │ ┌─ compile
  1019. │ │ │ │ └─ compile duration: 0.00027
  1020. │ │ │ │ ┌─ materialize_iterator
  1021. │ │ │ │ │ def=s_nationkey##942
  1022. │ │ │ │ │ body=k1#223v#119 : exists( pos#415 : true : ##dDlaiTXv#1233(k1#223, v#119, pos#415) )
  1023. │ │ │ │ └─ materialize_iterator duration: 0.00116
  1024. │ │ │ │ ┌─ set_relation
  1025. │ │ │ │ └─ set_relation duration: 0.00005
  1026. │ │ │ └─ decl s_nationkey##942 duration: 0.00976
  1027. │ │ │ ┌─ decl s_address##941
  1028. │ │ │ │ ┌─ optimize_var_order
  1029. │ │ │ │ │ def=s_address##941
  1030. │ │ │ │ └─ optimize_var_order duration: 0.00233
  1031. │ │ │ │ ┌─ compile
  1032. │ │ │ │ └─ compile duration: 0.00078
  1033. │ │ │ │ ┌─ materialize_iterator
  1034. │ │ │ │ │ def=##NqwhtlAa#1239
  1035. │ │ │ │ │ body=k1#222v#118pos#414 : ( α7144195540154632578#supplier_csv(pos#414, k1#222) and
  1036. │ │ │ │ │     α14702470735802211558#supplier_csv(pos#414, v#118))
  1037. │ │ │ │ └─ materialize_iterator duration: 0.00487
  1038. │ │ │ │ ┌─ permute_and_sort
  1039. │ │ │ │ │ ┌─ set_relation
  1040. │ │ │ │ │ └─ set_relation duration: 0.00012
  1041. │ │ │ │ └─ permute_and_sort duration: 0.00404
  1042. │ │ │ │ ┌─ compile
  1043. │ │ │ │ └─ compile duration: 0.00042
  1044. │ │ │ │ ┌─ materialize_iterator
  1045. │ │ │ │ │ def=s_address##941
  1046. │ │ │ │ │ body=k1#222v#118 : exists( pos#414 : true : ##NqwhtlAa#1239(k1#222, v#118, pos#414) )
  1047. │ │ │ │ └─ materialize_iterator duration: 0.00458
  1048. │ │ │ │ ┌─ set_relation
  1049. │ │ │ │ └─ set_relation duration: 0.00013
  1050. │ │ │ └─ decl s_address##941 duration: 0.01849
  1051. │ │ │ ┌─ decl s_name##940
  1052. │ │ │ │ ┌─ optimize_var_order
  1053. │ │ │ │ │ def=s_name##940
  1054. │ │ │ │ └─ optimize_var_order duration: 0.00388
  1055. │ │ │ │ ┌─ compile
  1056. │ │ │ │ └─ compile duration: 0.00068
  1057. │ │ │ │ ┌─ materialize_iterator
  1058. │ │ │ │ │ def=##ZgnggW1X#1245
  1059. │ │ │ │ │ body=k1#221v#117pos#413 : ( α7144195540154632578#supplier_csv(pos#413, k1#221) and
  1060. │ │ │ │ │     α15438944743611422600#supplier_csv(pos#413, v#117))
  1061. │ │ │ │ └─ materialize_iterator duration: 0.00567
  1062. │ │ │ │ ┌─ permute_and_sort
  1063. │ │ │ │ │ ┌─ set_relation
  1064. │ │ │ │ │ └─ set_relation duration: 0.00009
  1065. │ │ │ │ └─ permute_and_sort duration: 0.00269
  1066. │ │ │ │ ┌─ compile
  1067. │ │ │ │ └─ compile duration: 0.00042
  1068. │ │ │ │ ┌─ materialize_iterator
  1069. │ │ │ │ │ def=s_name##940
  1070. │ │ │ │ │ body=k1#221v#117 : exists( pos#413 : true : ##ZgnggW1X#1245(k1#221, v#117, pos#413) )
  1071. │ │ │ │ └─ materialize_iterator duration: 0.00324
  1072. │ │ │ │ ┌─ set_relation
  1073. │ │ │ │ └─ set_relation duration: 0.00012
  1074. │ │ │ └─ decl s_name##940 duration: 0.01811
  1075. │ │ │ ┌─ decl supplier##939
  1076. │ │ │ │ ┌─ optimize_var_order
  1077. │ │ │ │ │ def=supplier##939
  1078. │ │ │ │ └─ optimize_var_order duration: 0.00124
  1079. │ │ │ │ ┌─ compile
  1080. │ │ │ │ └─ compile duration: 0.00031
  1081. │ │ │ │ ┌─ materialize_iterator
  1082. │ │ │ │ │ def=##uYDwv1Jo#1251
  1083. │ │ │ │ │ body=k1#91pos#172 : α7144195540154632578#supplier_csv(pos#172, k1#91)
  1084. │ │ │ │ └─ materialize_iterator duration: 0.00096
  1085. │ │ │ │ ┌─ permute_and_sort
  1086. │ │ │ │ │ ┌─ set_relation
  1087. │ │ │ │ │ └─ set_relation duration: 0.00008
  1088. │ │ │ │ └─ permute_and_sort duration: 0.00087
  1089. │ │ │ │ ┌─ compile
  1090. │ │ │ │ └─ compile duration: 0.00032
  1091. │ │ │ │ ┌─ materialize_iterator
  1092. │ │ │ │ │ def=supplier##939
  1093. │ │ │ │ │ body=k1#91 : exists( pos#172 : true : ##uYDwv1Jo#1251(k1#91, pos#172) )
  1094. │ │ │ │ └─ materialize_iterator duration: 0.00064
  1095. │ │ │ │ ┌─ set_relation
  1096. │ │ │ │ └─ set_relation duration: 0.00006
  1097. │ │ │ └─ decl supplier##939 duration: 0.00586
  1098. │ │ │ ┌─ decl p_comment##937
  1099. │ │ │ │ ┌─ optimize_var_order
  1100. │ │ │ │ │ def=p_comment##937
  1101. │ │ │ │ └─ optimize_var_order duration: 0.00280
  1102. │ │ │ │ ┌─ compile
  1103. │ │ │ │ └─ compile duration: 0.00062
  1104. │ │ │ │ ┌─ materialize_iterator
  1105. │ │ │ │ │ def=##SpdjcDfI#1255
  1106. │ │ │ │ │ body=k1#220v#116pos#412 : ( α10734289165280286923#part_csv(pos#412, k1#220) and
  1107. │ │ │ │ │     α4897048987728850807#part_csv(pos#412, v#116))
  1108. │ │ │ │ └─ materialize_iterator duration: 0.07927
  1109. │ │ │ │ ┌─ permute_and_sort
  1110. │ │ │ │ │ ┌─ set_relation
  1111. │ │ │ │ │ └─ set_relation duration: 0.00023
  1112. │ │ │ │ └─ permute_and_sort duration: 0.04701
  1113. │ │ │ │ ┌─ compile
  1114. │ │ │ │ └─ compile duration: 0.00042
  1115. │ │ │ │ ┌─ materialize_iterator
  1116. │ │ │ │ │ def=p_comment##937
  1117. │ │ │ │ │ body=k1#220v#116 : exists( pos#412 : true : ##SpdjcDfI#1255(k1#220, v#116, pos#412) )
  1118. │ │ │ │ └─ materialize_iterator duration: 0.05774
  1119. │ │ │ │ ┌─ set_relation
  1120. │ │ │ │ └─ set_relation duration: 0.00008
  1121. │ │ │ └─ decl p_comment##937 duration: 0.18962
  1122. │ │ │ ┌─ decl p_retailprice##936
  1123. │ │ │ │ ┌─ optimize_var_order
  1124. │ │ │ │ │ def=p_retailprice##936
  1125. │ │ │ │ └─ optimize_var_order duration: 0.00277
  1126. │ │ │ │ ┌─ compile
  1127. │ │ │ │ └─ compile duration: 0.00069
  1128. │ │ │ │ ┌─ materialize_iterator
  1129. │ │ │ │ │ def=##PKv78yuQ#1261
  1130. │ │ │ │ │ body=k1#219v#115pos#411 : ( α10734289165280286923#part_csv(pos#411, k1#219) and
  1131. │ │ │ │ │     α11600678684095181655#part_csv(pos#411, v#115))
  1132. │ │ │ │ └─ materialize_iterator duration: 0.05391
  1133. │ │ │ │ ┌─ permute_and_sort
  1134. │ │ │ │ │ ┌─ set_relation
  1135. │ │ │ │ │ └─ set_relation duration: 0.00015
  1136. │ │ │ │ └─ permute_and_sort duration: 0.01259
  1137. │ │ │ │ ┌─ compile
  1138. │ │ │ │ └─ compile duration: 0.00052
  1139. │ │ │ │ ┌─ materialize_iterator
  1140. │ │ │ │ │ def=p_retailprice##936
  1141. │ │ │ │ │ body=k1#219v#115 : exists( pos#411 : true : ##PKv78yuQ#1261(k1#219, v#115, pos#411) )
  1142. │ │ │ │ └─ materialize_iterator duration: 0.01850
  1143. │ │ │ │ ┌─ set_relation
  1144. │ │ │ │ └─ set_relation duration: 0.00008
  1145. │ │ │ └─ decl p_retailprice##936 duration: 0.09078
  1146. │ │ │ ┌─ decl p_container##935
  1147. │ │ │ │ ┌─ optimize_var_order
  1148. │ │ │ │ │ def=p_container##935
  1149. │ │ │ │ └─ optimize_var_order duration: 0.00315
  1150. │ │ │ │ ┌─ compile
  1151. │ │ │ │ └─ compile duration: 0.00066
  1152. │ │ │ │ ┌─ materialize_iterator
  1153. │ │ │ │ │ def=##KEalQO61#1267
  1154. │ │ │ │ │ body=k1#218v#114pos#410 : ( α10734289165280286923#part_csv(pos#410, k1#218) and
  1155. │ │ │ │ │     α2489448211604646130#part_csv(pos#410, v#114))
  1156. │ │ │ │ └─ materialize_iterator duration: 0.07174
  1157. │ │ │ │ ┌─ permute_and_sort
  1158. │ │ │ │ │ ┌─ set_relation
  1159. │ │ │ │ │ └─ set_relation duration: 0.00014
  1160. │ │ │ │ └─ permute_and_sort duration: 0.03416
  1161. │ │ │ │ ┌─ compile
  1162. │ │ │ │ └─ compile duration: 0.00045
  1163. │ │ │ │ ┌─ materialize_iterator
  1164. │ │ │ │ │ def=p_container##935
  1165. │ │ │ │ │ body=k1#218v#114 : exists( pos#410 : true : ##KEalQO61#1267(k1#218, v#114, pos#410) )
  1166. │ │ │ │ └─ materialize_iterator duration: 0.03859
  1167. │ │ │ │ ┌─ set_relation
  1168. │ │ │ │ └─ set_relation duration: 0.00008
  1169. │ │ │ └─ decl p_container##935 duration: 0.15050
  1170. │ │ │ ┌─ decl p_size##934
  1171. │ │ │ │ ┌─ optimize_var_order
  1172. │ │ │ │ │ def=p_size##934
  1173. │ │ │ │ └─ optimize_var_order duration: 0.00270
  1174. │ │ │ │ ┌─ compile
  1175. │ │ │ │ └─ compile duration: 0.00053
  1176. │ │ │ │ ┌─ materialize_iterator
  1177. │ │ │ │ │ def=##np2HCkvd#1273
  1178. │ │ │ │ │ body=k1#217v#113pos#409 : ( α10734289165280286923#part_csv(pos#409, k1#217) and
  1179. │ │ │ │ │     α1056655978067624511#part_csv(pos#409, v#113))
  1180. │ │ │ │ └─ materialize_iterator duration: 0.05490
  1181. │ │ │ │ ┌─ permute_and_sort
  1182. │ │ │ │ │ ┌─ set_relation
  1183. │ │ │ │ │ └─ set_relation duration: 0.00015
  1184. │ │ │ │ └─ permute_and_sort duration: 0.01260
  1185. │ │ │ │ ┌─ compile
  1186. │ │ │ │ └─ compile duration: 0.00035
  1187. │ │ │ │ ┌─ materialize_iterator
  1188. │ │ │ │ │ def=p_size##934
  1189. │ │ │ │ │ body=k1#217v#113 : exists( pos#409 : true : ##np2HCkvd#1273(k1#217, v#113, pos#409) )
  1190. │ │ │ │ └─ materialize_iterator duration: 0.01447
  1191. │ │ │ │ ┌─ set_relation
  1192. │ │ │ │ └─ set_relation duration: 0.00011
  1193. │ │ │ └─ decl p_size##934 duration: 0.08724
  1194. │ │ │ ┌─ decl p_type##933
  1195. │ │ │ │ ┌─ optimize_var_order
  1196. │ │ │ │ │ def=p_type##933
  1197. │ │ │ │ └─ optimize_var_order duration: 0.00277
  1198. │ │ │ │ ┌─ compile
  1199. │ │ │ │ └─ compile duration: 0.00060
  1200. │ │ │ │ ┌─ materialize_iterator
  1201. │ │ │ │ │ def=##J9Z5ubYQ#1279
  1202. │ │ │ │ │ body=k1#216v#112pos#408 : ( α10734289165280286923#part_csv(pos#408, k1#216) and
  1203. │ │ │ │ │     α16207162390047273628#part_csv(pos#408, v#112))
  1204. │ │ │ │ └─ materialize_iterator duration: 0.07944
  1205. │ │ │ │ ┌─ permute_and_sort
  1206. │ │ │ │ │ ┌─ set_relation
  1207. │ │ │ │ │ └─ set_relation duration: 0.00013
  1208. │ │ │ │ └─ permute_and_sort duration: 0.04278
  1209. │ │ │ │ ┌─ compile
  1210. │ │ │ │ └─ compile duration: 0.00070
  1211. │ │ │ │ ┌─ materialize_iterator
  1212. │ │ │ │ │ def=p_type##933
  1213. │ │ │ │ │ body=k1#216v#112 : exists( pos#408 : true : ##J9Z5ubYQ#1279(k1#216, v#112, pos#408) )
  1214. │ │ │ │ └─ materialize_iterator duration: 0.06402
  1215. │ │ │ │ ┌─ set_relation
  1216. │ │ │ │ └─ set_relation duration: 0.00009
  1217. │ │ │ └─ decl p_type##933 duration: 0.19212
  1218. │ │ │ ┌─ decl p_brand##932
  1219. │ │ │ │ ┌─ optimize_var_order
  1220. │ │ │ │ │ def=p_brand##932
  1221. │ │ │ │ └─ optimize_var_order duration: 0.00305
  1222. │ │ │ │ ┌─ compile
  1223. │ │ │ │ └─ compile duration: 0.00079
  1224. │ │ │ │ ┌─ materialize_iterator
  1225. │ │ │ │ │ def=##46DrJFtU#1285
  1226. │ │ │ │ │ body=k1#215v#111pos#407 : ( α10734289165280286923#part_csv(pos#407, k1#215) and
  1227. │ │ │ │ │     α11382583712201670398#part_csv(pos#407, v#111))
  1228. │ │ │ │ └─ materialize_iterator duration: 0.06556
  1229. │ │ │ │ ┌─ permute_and_sort
  1230. │ │ │ │ │ ┌─ set_relation
  1231. │ │ │ │ │ └─ set_relation duration: 0.00018
  1232. │ │ │ │ └─ permute_and_sort duration: 0.03413
  1233. │ │ │ │ ┌─ compile
  1234. │ │ │ │ └─ compile duration: 0.00051
  1235. │ │ │ │ ┌─ materialize_iterator
  1236. │ │ │ │ │ def=p_brand##932
  1237. │ │ │ │ │ body=k1#215v#111 : exists( pos#407 : true : ##46DrJFtU#1285(k1#215, v#111, pos#407) )
  1238. │ │ │ │ └─ materialize_iterator duration: 0.03786
  1239. │ │ │ │ ┌─ set_relation
  1240. │ │ │ │ └─ set_relation duration: 0.00010
  1241. │ │ │ └─ decl p_brand##932 duration: 0.14370
  1242. │ │ │ ┌─ decl p_mfgr##931
  1243. │ │ │ │ ┌─ optimize_var_order
  1244. │ │ │ │ │ def=p_mfgr##931
  1245. │ │ │ │ └─ optimize_var_order duration: 0.00271
  1246. │ │ │ │ ┌─ compile
  1247. │ │ │ │ └─ compile duration: 0.00062
  1248. │ │ │ │ ┌─ materialize_iterator
  1249. │ │ │ │ │ def=##UpFu2bGo#1291
  1250. │ │ │ │ │ body=k1#214v#110pos#406 : ( α10734289165280286923#part_csv(pos#406, k1#214) and
  1251. │ │ │ │ │     α12445186319922821895#part_csv(pos#406, v#110))
  1252. │ │ │ │ └─ materialize_iterator duration: 0.07917
  1253. │ │ │ │ ┌─ permute_and_sort
  1254. │ │ │ │ │ ┌─ set_relation
  1255. │ │ │ │ │ └─ set_relation duration: 0.00019
  1256. │ │ │ │ └─ permute_and_sort duration: 0.04415
  1257. │ │ │ │ ┌─ compile
  1258. │ │ │ │ └─ compile duration: 0.00046
  1259. │ │ │ │ ┌─ materialize_iterator
  1260. │ │ │ │ │ def=p_mfgr##931
  1261. │ │ │ │ │ body=k1#214v#110 : exists( pos#406 : true : ##UpFu2bGo#1291(k1#214, v#110, pos#406) )
  1262. │ │ │ │ └─ materialize_iterator duration: 0.05568
  1263. │ │ │ │ ┌─ set_relation
  1264. │ │ │ │ └─ set_relation duration: 0.00011
  1265. │ │ │ └─ decl p_mfgr##931 duration: 0.18457
  1266. │ │ │ ┌─ decl p_name##930
  1267. │ │ │ │ ┌─ optimize_var_order
  1268. │ │ │ │ │ def=p_name##930
  1269. │ │ │ │ └─ optimize_var_order duration: 0.00271
  1270. │ │ │ │ ┌─ compile
  1271. │ │ │ │ └─ compile duration: 0.00059
  1272. │ │ │ │ ┌─ materialize_iterator
  1273. │ │ │ │ │ def=##yRxO1kt8#1297
  1274. │ │ │ │ │ body=k1#213v#109pos#405 : ( α10734289165280286923#part_csv(pos#405, k1#213) and
  1275. │ │ │ │ │     α4006340341622036718#part_csv(pos#405, v#109))
  1276. │ │ │ │ └─ materialize_iterator duration: 0.09135
  1277. │ │ │ │ ┌─ permute_and_sort
  1278. │ │ │ │ │ ┌─ set_relation
  1279. │ │ │ │ │ └─ set_relation duration: 0.00015
  1280. │ │ │ │ └─ permute_and_sort duration: 0.07257
  1281. │ │ │ │ ┌─ compile
  1282. │ │ │ │ └─ compile duration: 0.00039
  1283. │ │ │ │ ┌─ materialize_iterator
  1284. │ │ │ │ │ def=p_name##930
  1285. │ │ │ │ │ body=k1#213v#109 : exists( pos#405 : true : ##yRxO1kt8#1297(k1#213, v#109, pos#405) )
  1286. │ │ │ │ └─ materialize_iterator duration: 0.08860
  1287. │ │ │ │ ┌─ set_relation
  1288. │ │ │ │ └─ set_relation duration: 0.00008
  1289. │ │ │ └─ decl p_name##930 duration: 0.25789
  1290. │ │ │ ┌─ decl part##929
  1291. │ │ │ │ ┌─ optimize_var_order
  1292. │ │ │ │ │ def=part##929
  1293. │ │ │ │ └─ optimize_var_order duration: 0.00108
  1294. │ │ │ │ ┌─ compile
  1295. │ │ │ │ └─ compile duration: 0.00022
  1296. │ │ │ │ ┌─ materialize_iterator
  1297. │ │ │ │ │ def=##7O5VlQo6#1303
  1298. │ │ │ │ │ body=k1#65pos#128 : α10734289165280286923#part_csv(pos#128, k1#65)
  1299. │ │ │ │ └─ materialize_iterator duration: 0.00719
  1300. │ │ │ │ ┌─ permute_and_sort
  1301. │ │ │ │ │ ┌─ set_relation
  1302. │ │ │ │ │ └─ set_relation duration: 0.00013
  1303. │ │ │ │ └─ permute_and_sort duration: 0.00775
  1304. │ │ │ │ ┌─ compile
  1305. │ │ │ │ └─ compile duration: 0.00035
  1306. │ │ │ │ ┌─ materialize_iterator
  1307. │ │ │ │ │ def=part##929
  1308. │ │ │ │ │ body=k1#65 : exists( pos#128 : true : ##7O5VlQo6#1303(k1#65, pos#128) )
  1309. │ │ │ │ └─ materialize_iterator duration: 0.00757
  1310. │ │ │ │ ┌─ set_relation
  1311. │ │ │ │ └─ set_relation duration: 0.00008
  1312. │ │ │ └─ decl part##929 duration: 0.02561
  1313. │ │ │ ┌─ decl r_comment##927
  1314. │ │ │ │ ┌─ optimize_var_order
  1315. │ │ │ │ │ def=r_comment##927
  1316. │ │ │ │ └─ optimize_var_order duration: 0.00269
  1317. │ │ │ │ ┌─ compile
  1318. │ │ │ │ └─ compile duration: 0.00068
  1319. │ │ │ │ ┌─ materialize_iterator
  1320. │ │ │ │ │ def=##KbCF0TZ7#1307
  1321. │ │ │ │ │ body=k1#212v#108pos#404 : ( α15148030317753656782#region_csv(pos#404, k1#212) and
  1322. │ │ │ │ │     α16947085418625192449#region_csv(pos#404, v#108))
  1323. │ │ │ │ └─ materialize_iterator duration: 0.00051
  1324. │ │ │ │ ┌─ permute_and_sort
  1325. │ │ │ │ │ ┌─ set_relation
  1326. │ │ │ │ │ └─ set_relation duration: 0.00006
  1327. │ │ │ │ └─ permute_and_sort duration: 0.00023
  1328. │ │ │ │ ┌─ compile
  1329. │ │ │ │ └─ compile duration: 0.00037
  1330. │ │ │ │ ┌─ materialize_iterator
  1331. │ │ │ │ │ def=r_comment##927
  1332. │ │ │ │ │ body=k1#212v#108 : exists( pos#404 : true : ##KbCF0TZ7#1307(k1#212, v#108, pos#404) )
  1333. │ │ │ │ └─ materialize_iterator duration: 0.00043
  1334. │ │ │ │ ┌─ set_relation
  1335. │ │ │ │ └─ set_relation duration: 0.00006
  1336. │ │ │ └─ decl r_comment##927 duration: 0.00646
  1337. │ │ │ ┌─ decl r_name##926
  1338. │ │ │ │ ┌─ optimize_var_order
  1339. │ │ │ │ │ def=r_name##926
  1340. │ │ │ │ └─ optimize_var_order duration: 0.00293
  1341. │ │ │ │ ┌─ compile
  1342. │ │ │ │ └─ compile duration: 0.00066
  1343. │ │ │ │ ┌─ materialize_iterator
  1344. │ │ │ │ │ def=##u1yo7XnJ#1313
  1345. │ │ │ │ │ body=k1#211v#107pos#403 : ( α15148030317753656782#region_csv(pos#403, k1#211) and
  1346. │ │ │ │ │     α9282719838679521799#region_csv(pos#403, v#107))
  1347. │ │ │ │ └─ materialize_iterator duration: 0.00049
  1348. │ │ │ │ ┌─ permute_and_sort
  1349. │ │ │ │ │ ┌─ set_relation
  1350. │ │ │ │ │ └─ set_relation duration: 0.00006
  1351. │ │ │ │ └─ permute_and_sort duration: 0.00025
  1352. │ │ │ │ ┌─ compile
  1353. │ │ │ │ └─ compile duration: 0.00032
  1354. │ │ │ │ ┌─ materialize_iterator
  1355. │ │ │ │ │ def=r_name##926
  1356. │ │ │ │ │ body=k1#211v#107 : exists( pos#403 : true : ##u1yo7XnJ#1313(k1#211, v#107, pos#403) )
  1357. │ │ │ │ └─ materialize_iterator duration: 0.00033
  1358. │ │ │ │ ┌─ set_relation
  1359. │ │ │ │ └─ set_relation duration: 0.00005
  1360. │ │ │ └─ decl r_name##926 duration: 0.00637
  1361. │ │ │ ┌─ decl region##925
  1362. │ │ │ │ ┌─ optimize_var_order
  1363. │ │ │ │ │ def=region##925
  1364. │ │ │ │ └─ optimize_var_order duration: 0.00105
  1365. │ │ │ │ ┌─ compile
  1366. │ │ │ │ └─ compile duration: 0.00020
  1367. │ │ │ │ ┌─ materialize_iterator
  1368. │ │ │ │ │ def=##HvTb4gRq#1319
  1369. │ │ │ │ │ body=k1#39pos#84 : α15148030317753656782#region_csv(pos#84, k1#39)
  1370. │ │ │ │ └─ materialize_iterator duration: 0.00025
  1371. │ │ │ │ ┌─ permute_and_sort
  1372. │ │ │ │ │ ┌─ set_relation
  1373. │ │ │ │ │ └─ set_relation duration: 0.00005
  1374. │ │ │ │ └─ permute_and_sort duration: 0.00021
  1375. │ │ │ │ ┌─ compile
  1376. │ │ │ │ └─ compile duration: 0.00024
  1377. │ │ │ │ ┌─ materialize_iterator
  1378. │ │ │ │ │ def=region##925
  1379. │ │ │ │ │ body=k1#39 : exists( pos#84 : true : ##HvTb4gRq#1319(k1#39, pos#84) )
  1380. │ │ │ │ └─ materialize_iterator duration: 0.00139
  1381. │ │ │ │ ┌─ set_relation
  1382. │ │ │ │ └─ set_relation duration: 0.00007
  1383. │ │ │ └─ decl region##925 duration: 0.00450
  1384. │ │ │ ┌─ decl n_comment##923
  1385. │ │ │ │ ┌─ optimize_var_order
  1386. │ │ │ │ │ def=n_comment##923
  1387. │ │ │ │ └─ optimize_var_order duration: 0.00272
  1388. │ │ │ │ ┌─ compile
  1389. │ │ │ │ └─ compile duration: 0.00066
  1390. │ │ │ │ ┌─ materialize_iterator
  1391. │ │ │ │ │ def=##H65gsq6r#1323
  1392. │ │ │ │ │ body=k1#210v#106pos#402 : ( α12743676712398960558#nation_csv(pos#402, k1#210) and
  1393. │ │ │ │ │     α6272963105732907096#nation_csv(pos#402, v#106))
  1394. │ │ │ │ └─ materialize_iterator duration: 0.00052
  1395. │ │ │ │ ┌─ permute_and_sort
  1396. │ │ │ │ │ ┌─ set_relation
  1397. │ │ │ │ │ └─ set_relation duration: 0.00007
  1398. │ │ │ │ └─ permute_and_sort duration: 0.00033
  1399. │ │ │ │ ┌─ compile
  1400. │ │ │ │ └─ compile duration: 0.00037
  1401. │ │ │ │ ┌─ materialize_iterator
  1402. │ │ │ │ │ def=n_comment##923
  1403. │ │ │ │ │ body=k1#210v#106 : exists( pos#402 : true : ##H65gsq6r#1323(k1#210, v#106, pos#402) )
  1404. │ │ │ │ └─ materialize_iterator duration: 0.00036
  1405. │ │ │ │ ┌─ set_relation
  1406. │ │ │ │ └─ set_relation duration: 0.00006
  1407. │ │ │ └─ decl n_comment##923 duration: 0.00656
  1408. │ │ │ ┌─ decl n_regionkey##922
  1409. │ │ │ │ ┌─ optimize_var_order
  1410. │ │ │ │ │ def=n_regionkey##922
  1411. │ │ │ │ └─ optimize_var_order duration: 0.00296
  1412. │ │ │ │ ┌─ compile
  1413. │ │ │ │ └─ compile duration: 0.00069
  1414. │ │ │ │ ┌─ materialize_iterator
  1415. │ │ │ │ │ def=##YLeasVyQ#1329
  1416. │ │ │ │ │ body=k1#209v#105pos#401 : ( α12743676712398960558#nation_csv(pos#401, k1#209) and
  1417. │ │ │ │ │     α16320059826904084474#nation_csv(pos#401, v#105))
  1418. │ │ │ │ └─ materialize_iterator duration: 0.00075
  1419. │ │ │ │ ┌─ permute_and_sort
  1420. │ │ │ │ │ ┌─ set_relation
  1421. │ │ │ │ │ └─ set_relation duration: 0.00008
  1422. │ │ │ │ └─ permute_and_sort duration: 0.00032
  1423. │ │ │ │ ┌─ compile
  1424. │ │ │ │ └─ compile duration: 0.00043
  1425. │ │ │ │ ┌─ materialize_iterator
  1426. │ │ │ │ │ def=n_regionkey##922
  1427. │ │ │ │ │ body=k1#209v#105 : exists( pos#401 : true : ##YLeasVyQ#1329(k1#209, v#105, pos#401) )
  1428. │ │ │ │ └─ materialize_iterator duration: 0.00048
  1429. │ │ │ │ ┌─ set_relation
  1430. │ │ │ │ └─ set_relation duration: 0.00008
  1431. │ │ │ └─ decl n_regionkey##922 duration: 0.00712
  1432. │ │ │ ┌─ decl n_name##921
  1433. │ │ │ │ ┌─ optimize_var_order
  1434. │ │ │ │ │ def=n_name##921
  1435. │ │ │ │ └─ optimize_var_order duration: 0.00285
  1436. │ │ │ │ ┌─ compile
  1437. │ │ │ │ └─ compile duration: 0.00061
  1438. │ │ │ │ ┌─ materialize_iterator
  1439. │ │ │ │ │ def=##UwluX12X#1335
  1440. │ │ │ │ │ body=k1#208v#104pos#400 : ( α12743676712398960558#nation_csv(pos#400, k1#208) and
  1441. │ │ │ │ │     α8381500195863997733#nation_csv(pos#400, v#104))
  1442. │ │ │ │ └─ materialize_iterator duration: 0.00048
  1443. │ │ │ │ ┌─ permute_and_sort
  1444. │ │ │ │ │ ┌─ set_relation
  1445. │ │ │ │ │ └─ set_relation duration: 0.00006
  1446. │ │ │ │ └─ permute_and_sort duration: 0.00023
  1447. │ │ │ │ ┌─ compile
  1448. │ │ │ │ └─ compile duration: 0.00032
  1449. │ │ │ │ ┌─ materialize_iterator
  1450. │ │ │ │ │ def=n_name##921
  1451. │ │ │ │ │ body=k1#208v#104 : exists( pos#400 : true : ##UwluX12X#1335(k1#208, v#104, pos#400) )
  1452. │ │ │ │ └─ materialize_iterator duration: 0.00033
  1453. │ │ │ │ ┌─ set_relation
  1454. │ │ │ │ └─ set_relation duration: 0.00005
  1455. │ │ │ └─ decl n_name##921 duration: 0.00632
  1456. │ │ │ ┌─ decl nation##920
  1457. │ │ │ │ ┌─ optimize_var_order
  1458. │ │ │ │ │ def=nation##920
  1459. │ │ │ │ └─ optimize_var_order duration: 0.00095
  1460. │ │ │ │ ┌─ compile
  1461. │ │ │ │ └─ compile duration: 0.00018
  1462. │ │ │ │ ┌─ materialize_iterator
  1463. │ │ │ │ │ def=##AUT3JB4Q#1341
  1464. │ │ │ │ │ body=k1#13pos#40 : α12743676712398960558#nation_csv(pos#40, k1#13)
  1465. │ │ │ │ └─ materialize_iterator duration: 0.00025
  1466. │ │ │ │ ┌─ permute_and_sort
  1467. │ │ │ │ │ ┌─ set_relation
  1468. │ │ │ │ │ └─ set_relation duration: 0.00005
  1469. │ │ │ │ └─ permute_and_sort duration: 0.00020
  1470. │ │ │ │ ┌─ compile
  1471. │ │ │ │ └─ compile duration: 0.00023
  1472. │ │ │ │ ┌─ materialize_iterator
  1473. │ │ │ │ │ def=nation##920
  1474. │ │ │ │ │ body=k1#13 : exists( pos#40 : true : ##AUT3JB4Q#1341(k1#13, pos#40) )
  1475. │ │ │ │ └─ materialize_iterator duration: 0.00029
  1476. │ │ │ │ ┌─ set_relation
  1477. │ │ │ │ └─ set_relation duration: 0.00005
  1478. │ │ │ └─ decl nation##920 duration: 0.00315
  1479. │ │ └─ compile_to_iterators duration: 95.72997
  1480. │ │ ┌─ run_delve_persist
  1481. │ │ └─ run_delve_persist duration: 13.64371
  1482. │ └─ run_delve_compiled duration: 109.37543
  1483. │ ┌─ relationalML_postprocess
  1484. │ └─ relationalML_postprocess duration: 0.00020
  1485. │ Aggregate span duration (s):
  1486. │      6.66317 =  5.7% =  compile_delve
  1487. │      6.59713 =  5.7% =      frontend
  1488. │      0.24626 =  0.2% =          parse
  1489. │      6.35065 =  5.5% =          frontend_compile
  1490. │      6.28127 =  5.4% =              delve_specialize
  1491. │      0.00103 =  0.0% =      front2back
  1492. │      0.04969 =  0.0% =      normalize
  1493. │      0.01492 =  0.0% =      type_infer
  1494. │      0.00005 =  0.0% =  relationalML_preprocess
  1495. │    109.37543 = 94.3% =  run_delve_compiled
  1496. │      0.00004 =  0.0% =      run_delve_import
  1497. │     95.72997 = 82.5% =      compile_to_iterators
  1498. │     12.42991 = 10.7% =          decl l_comment##985
  1499. │      0.00272 =  0.0% =              optimize_var_order
  1500. │      0.00117 =  0.0% =              compile
  1501. │      8.15846 =  7.0% =              materialize_iterator
  1502. │      3.99002 =  3.4% =              permute_and_sort
  1503. │      0.00015 =  0.0% =                  set_relation
  1504. │      0.00010 =  0.0% =              set_relation
  1505. │      6.58266 =  5.7% =          decl l_shipmode##984
  1506. │      0.00288 =  0.0% =              optimize_var_order
  1507. │      0.00124 =  0.0% =              compile
  1508. │      4.38445 =  3.8% =              materialize_iterator
  1509. │      2.19220 =  1.9% =              permute_and_sort
  1510. │      0.00016 =  0.0% =                  set_relation
  1511. │      0.00010 =  0.0% =              set_relation
  1512. │      7.65457 =  6.6% =          decl l_shipinstruct##983
  1513. │      0.00283 =  0.0% =              optimize_var_order
  1514. │      0.00120 =  0.0% =              compile
  1515. │      5.33740 =  4.6% =              materialize_iterator
  1516. │      2.31130 =  2.0% =              permute_and_sort
  1517. │      0.00015 =  0.0% =                  set_relation
  1518. │      0.00009 =  0.0% =              set_relation
  1519. │      4.01759 =  3.5% =          decl l_receiptdate##982
  1520. │      0.00277 =  0.0% =              optimize_var_order
  1521. │      0.00110 =  0.0% =              compile
  1522. │      3.06156 =  2.6% =              materialize_iterator
  1523. │      0.95036 =  0.8% =              permute_and_sort
  1524. │      0.00017 =  0.0% =                  set_relation
  1525. │      0.00008 =  0.0% =              set_relation
  1526. │      4.06197 =  3.5% =          decl l_commitdate##981
  1527. │      0.00268 =  0.0% =              optimize_var_order
  1528. │      0.00108 =  0.0% =              compile
  1529. │      3.31343 =  2.9% =              materialize_iterator
  1530. │      0.74306 =  0.6% =              permute_and_sort
  1531. │      0.00016 =  0.0% =                  set_relation
  1532. │      0.00010 =  0.0% =              set_relation
  1533. │      4.01566 =  3.5% =          decl l_shipdate##980
  1534. │      0.00284 =  0.0% =              optimize_var_order
  1535. │      0.00112 =  0.0% =              compile
  1536. │      3.27501 =  2.8% =              materialize_iterator
  1537. │      0.73490 =  0.6% =              permute_and_sort
  1538. │      0.00019 =  0.0% =                  set_relation
  1539. │      0.00008 =  0.0% =              set_relation
  1540. │      4.30143 =  3.7% =          decl l_linestatus##979
  1541. │      0.00269 =  0.0% =              optimize_var_order
  1542. │      0.00107 =  0.0% =              compile
  1543. │      3.35298 =  2.9% =              materialize_iterator
  1544. │      0.94270 =  0.8% =              permute_and_sort
  1545. │      0.00016 =  0.0% =                  set_relation
  1546. │      0.00015 =  0.0% =              set_relation
  1547. │      4.30590 =  3.7% =          decl l_returnflag##978
  1548. │      0.00379 =  0.0% =              optimize_var_order
  1549. │      0.00116 =  0.0% =              compile
  1550. │      3.52078 =  3.0% =              materialize_iterator
  1551. │      0.77746 =  0.7% =              permute_and_sort
  1552. │      0.00014 =  0.0% =                  set_relation
  1553. │      0.00013 =  0.0% =              set_relation
  1554. │      4.77524 =  4.1% =          decl l_tax##977
  1555. │      0.00273 =  0.0% =              optimize_var_order
  1556. │      0.00139 =  0.0% =              compile
  1557. │      3.97265 =  3.4% =              materialize_iterator
  1558. │      0.79667 =  0.7% =              permute_and_sort
  1559. │      0.00017 =  0.0% =                  set_relation
  1560. │      0.00009 =  0.0% =              set_relation
  1561. │      4.54397 =  3.9% =          decl l_discount##976
  1562. │      0.00269 =  0.0% =              optimize_var_order
  1563. │      0.00134 =  0.0% =              compile
  1564. │      3.75372 =  3.2% =              materialize_iterator
  1565. │      0.78452 =  0.7% =              permute_and_sort
  1566. │      0.00013 =  0.0% =                  set_relation
  1567. │      0.00008 =  0.0% =              set_relation
  1568. │      4.57435 =  3.9% =          decl l_extendedprice##975
  1569. │      0.00262 =  0.0% =              optimize_var_order
  1570. │      0.00134 =  0.0% =              compile
  1571. │      3.73323 =  3.2% =              materialize_iterator
  1572. │      0.83549 =  0.7% =              permute_and_sort
  1573. │      0.00015 =  0.0% =                  set_relation
  1574. │      0.00009 =  0.0% =              set_relation
  1575. │      4.37817 =  3.8% =          decl l_quantity##974
  1576. │      0.00271 =  0.0% =              optimize_var_order
  1577. │      0.00134 =  0.0% =              compile
  1578. │      3.66154 =  3.2% =              materialize_iterator
  1579. │      0.71087 =  0.6% =              permute_and_sort
  1580. │      0.00015 =  0.0% =                  set_relation
  1581. │      0.00009 =  0.0% =              set_relation
  1582. │      4.30247 =  3.7% =          decl l_suppkey##973
  1583. │      0.00266 =  0.0% =              optimize_var_order
  1584. │      0.00108 =  0.0% =              compile
  1585. │      3.55381 =  3.1% =              materialize_iterator
  1586. │      0.74320 =  0.6% =              permute_and_sort
  1587. │      0.00016 =  0.0% =                  set_relation
  1588. │      0.00008 =  0.0% =              set_relation
  1589. │      4.34955 =  3.7% =          decl l_partkey##972
  1590. │      0.00261 =  0.0% =              optimize_var_order
  1591. │      0.00101 =  0.0% =              compile
  1592. │      3.58474 =  3.1% =              materialize_iterator
  1593. │      0.75947 =  0.7% =              permute_and_sort
  1594. │      0.00014 =  0.0% =                  set_relation
  1595. │      0.00008 =  0.0% =              set_relation
  1596. │      2.79624 =  2.4% =          decl lineitem##971
  1597. │      0.00248 =  0.0% =              optimize_var_order
  1598. │      0.00089 =  0.0% =              compile
  1599. │      2.03112 =  1.8% =              materialize_iterator
  1600. │      0.53328 =  0.5% =              permute_and_sort
  1601. │      0.00016 =  0.0% =                  set_relation
  1602. │      0.00009 =  0.0% =              set_relation
  1603. │      3.98626 =  3.4% =          decl o_comment##969
  1604. │      0.00257 =  0.0% =              optimize_var_order
  1605. │      0.00114 =  0.0% =              compile
  1606. │      2.47096 =  2.1% =              materialize_iterator
  1607. │      1.27576 =  1.1% =              permute_and_sort
  1608. │      0.00016 =  0.0% =                  set_relation
  1609. │      0.00009 =  0.0% =              set_relation
  1610. │      0.64165 =  0.6% =          decl o_shippriority##968
  1611. │      0.00269 =  0.0% =              optimize_var_order
  1612. │      0.00095 =  0.0% =              compile
  1613. │      0.52354 =  0.5% =              materialize_iterator
  1614. │      0.11276 =  0.1% =              permute_and_sort
  1615. │      0.00014 =  0.0% =                  set_relation
  1616. │      0.00009 =  0.0% =              set_relation
  1617. │      1.09476 =  0.9% =          decl o_clerk##967
  1618. │      0.00258 =  0.0% =              optimize_var_order
  1619. │      0.00107 =  0.0% =              compile
  1620. │      0.80062 =  0.7% =              materialize_iterator
  1621. │      0.28879 =  0.2% =              permute_and_sort
  1622. │      0.00016 =  0.0% =                  set_relation
  1623. │      0.00011 =  0.0% =              set_relation
  1624. │      1.19571 =  1.0% =          decl o_orderpriority##966
  1625. │      0.00258 =  0.0% =              optimize_var_order
  1626. │      0.00119 =  0.0% =              compile
  1627. │      0.83842 =  0.7% =              materialize_iterator
  1628. │      0.35170 =  0.3% =              permute_and_sort
  1629. │      0.00019 =  0.0% =                  set_relation
  1630. │      0.00021 =  0.0% =              set_relation
  1631. │      0.93495 =  0.8% =          decl o_orderdate##965
  1632. │      0.00275 =  0.0% =              optimize_var_order
  1633. │      0.00101 =  0.0% =              compile
  1634. │      0.79632 =  0.7% =              materialize_iterator
  1635. │      0.13289 =  0.1% =              permute_and_sort
  1636. │      0.00014 =  0.0% =                  set_relation
  1637. │      0.00009 =  0.0% =              set_relation
  1638. │      0.65530 =  0.6% =          decl o_totalprice##964
  1639. │      0.00244 =  0.0% =              optimize_var_order
  1640. │      0.00117 =  0.0% =              compile
  1641. │      0.53690 =  0.5% =              materialize_iterator
  1642. │      0.11324 =  0.1% =              permute_and_sort
  1643. │      0.00015 =  0.0% =                  set_relation
  1644. │      0.00009 =  0.0% =              set_relation
  1645. │      0.69197 =  0.6% =          decl o_orderstatus##963
  1646. │      0.00238 =  0.0% =              optimize_var_order
  1647. │      0.00107 =  0.0% =              compile
  1648. │      0.54830 =  0.5% =              materialize_iterator
  1649. │      0.13853 =  0.1% =              permute_and_sort
  1650. │      0.00022 =  0.0% =                  set_relation
  1651. │      0.00013 =  0.0% =              set_relation
  1652. │      0.73160 =  0.6% =          decl o_custkey##962
  1653. │      0.00250 =  0.0% =              optimize_var_order
  1654. │      0.00094 =  0.0% =              compile
  1655. │      0.59655 =  0.5% =              materialize_iterator
  1656. │      0.13004 =  0.1% =              permute_and_sort
  1657. │      0.00014 =  0.0% =                  set_relation
  1658. │      0.00008 =  0.0% =              set_relation
  1659. │      0.23423 =  0.2% =          decl orders##961
  1660. │      0.00093 =  0.0% =              optimize_var_order
  1661. │      0.00059 =  0.0% =              compile
  1662. │      0.13622 =  0.1% =              materialize_iterator
  1663. │      0.09509 =  0.1% =              permute_and_sort
  1664. │      0.00014 =  0.0% =                  set_relation
  1665. │      0.00009 =  0.0% =              set_relation
  1666. │      0.59938 =  0.5% =          decl c_comment##959
  1667. │      0.00256 =  0.0% =              optimize_var_order
  1668. │      0.00117 =  0.0% =              compile
  1669. │      0.49153 =  0.4% =              materialize_iterator
  1670. │      0.10230 =  0.1% =              permute_and_sort
  1671. │      0.00015 =  0.0% =                  set_relation
  1672. │      0.00015 =  0.0% =              set_relation
  1673. │      0.11146 =  0.1% =          decl c_mktsegment##958
  1674. │      0.00248 =  0.0% =              optimize_var_order
  1675. │      0.00101 =  0.0% =              compile
  1676. │      0.07945 =  0.1% =              materialize_iterator
  1677. │      0.02675 =  0.0% =              permute_and_sort
  1678. │      0.00014 =  0.0% =                  set_relation
  1679. │      0.00009 =  0.0% =              set_relation
  1680. │      0.07639 =  0.1% =          decl c_acctbal##957
  1681. │      0.00336 =  0.0% =              optimize_var_order
  1682. │      0.00155 =  0.0% =              compile
  1683. │      0.05804 =  0.1% =              materialize_iterator
  1684. │      0.01139 =  0.0% =              permute_and_sort
  1685. │      0.00015 =  0.0% =                  set_relation
  1686. │      0.00009 =  0.0% =              set_relation
  1687. │      0.12630 =  0.1% =          decl c_phone##956
  1688. │      0.00241 =  0.0% =              optimize_var_order
  1689. │      0.00106 =  0.0% =              compile
  1690. │      0.09202 =  0.1% =              materialize_iterator
  1691. │      0.02919 =  0.0% =              permute_and_sort
  1692. │      0.00017 =  0.0% =                  set_relation
  1693. │      0.00011 =  0.0% =              set_relation
  1694. │      0.06834 =  0.1% =          decl c_nationkey##955
  1695. │      0.00303 =  0.0% =              optimize_var_order
  1696. │      0.00097 =  0.0% =              compile
  1697. │      0.05160 =  0.0% =              materialize_iterator
  1698. │      0.01101 =  0.0% =              permute_and_sort
  1699. │      0.00015 =  0.0% =                  set_relation
  1700. │      0.00008 =  0.0% =              set_relation
  1701. │      0.20782 =  0.2% =          decl c_address##954
  1702. │      0.00254 =  0.0% =              optimize_var_order
  1703. │      0.00101 =  0.0% =              compile
  1704. │      0.14952 =  0.1% =              materialize_iterator
  1705. │      0.05302 =  0.0% =              permute_and_sort
  1706. │      0.00016 =  0.0% =                  set_relation
  1707. │      0.00014 =  0.0% =              set_relation
  1708. │      0.14555 =  0.1% =          decl c_name##953
  1709. │      0.00279 =  0.0% =              optimize_var_order
  1710. │      0.00118 =  0.0% =              compile
  1711. │      0.10495 =  0.1% =              materialize_iterator
  1712. │      0.03447 =  0.0% =              permute_and_sort
  1713. │      0.00016 =  0.0% =                  set_relation
  1714. │      0.00013 =  0.0% =              set_relation
  1715. │      0.02703 =  0.0% =          decl customer##952
  1716. │      0.00123 =  0.0% =              optimize_var_order
  1717. │      0.00059 =  0.0% =              compile
  1718. │      0.01344 =  0.0% =              materialize_iterator
  1719. │      0.01026 =  0.0% =              permute_and_sort
  1720. │      0.00017 =  0.0% =                  set_relation
  1721. │      0.00010 =  0.0% =              set_relation
  1722. │      4.11896 =  3.5% =          decl ps_comment##950
  1723. │      0.00307 =  0.0% =              optimize_var_order
  1724. │      0.00137 =  0.0% =              compile
  1725. │      2.59457 =  2.2% =              materialize_iterator
  1726. │      1.51788 =  1.3% =              permute_and_sort
  1727. │      0.00017 =  0.0% =                  set_relation
  1728. │      0.00009 =  0.0% =              set_relation
  1729. │      0.70759 =  0.6% =          decl ps_supplycost##949
  1730. │      0.00275 =  0.0% =              optimize_var_order
  1731. │      0.00131 =  0.0% =              compile
  1732. │      0.38956 =  0.3% =              materialize_iterator
  1733. │      0.31223 =  0.3% =              permute_and_sort
  1734. │      0.00015 =  0.0% =                  set_relation
  1735. │      0.00009 =  0.0% =              set_relation
  1736. │      0.48525 =  0.4% =          decl ps_availqty##948
  1737. │      0.00277 =  0.0% =              optimize_var_order
  1738. │      0.00107 =  0.0% =              compile
  1739. │      0.40218 =  0.3% =              materialize_iterator
  1740. │      0.07750 =  0.1% =              permute_and_sort
  1741. │      0.00015 =  0.0% =                  set_relation
  1742. │      0.00008 =  0.0% =              set_relation
  1743. │      0.33151 =  0.3% =          decl partsupp##947
  1744. │      0.00244 =  0.0% =              optimize_var_order
  1745. │      0.00103 =  0.0% =              compile
  1746. │      0.26675 =  0.2% =              materialize_iterator
  1747. │      0.05975 =  0.1% =              permute_and_sort
  1748. │      0.00018 =  0.0% =                  set_relation
  1749. │      0.00009 =  0.0% =              set_relation
  1750. │      0.02346 =  0.0% =          decl s_comment##945
  1751. │      0.00253 =  0.0% =              optimize_var_order
  1752. │      0.00113 =  0.0% =              compile
  1753. │      0.01204 =  0.0% =              materialize_iterator
  1754. │      0.00621 =  0.0% =              permute_and_sort
  1755. │      0.00014 =  0.0% =                  set_relation
  1756. │      0.00008 =  0.0% =              set_relation
  1757. │      0.01014 =  0.0% =          decl s_acctbal##944
  1758. │      0.00242 =  0.0% =              optimize_var_order
  1759. │      0.00109 =  0.0% =              compile
  1760. │      0.00439 =  0.0% =              materialize_iterator
  1761. │      0.00083 =  0.0% =              permute_and_sort
  1762. │      0.00006 =  0.0% =                  set_relation
  1763. │      0.00006 =  0.0% =              set_relation
  1764. │      0.01463 =  0.0% =          decl s_phone##943
  1765. │      0.00260 =  0.0% =              optimize_var_order
  1766. │      0.00099 =  0.0% =              compile
  1767. │      0.00642 =  0.0% =              materialize_iterator
  1768. │      0.00311 =  0.0% =              permute_and_sort
  1769. │      0.00013 =  0.0% =                  set_relation
  1770. │      0.00006 =  0.0% =              set_relation
  1771. │      0.00976 =  0.0% =          decl s_nationkey##942
  1772. │      0.00237 =  0.0% =              optimize_var_order
  1773. │      0.00076 =  0.0% =              compile
  1774. │      0.00440 =  0.0% =              materialize_iterator
  1775. │      0.00097 =  0.0% =              permute_and_sort
  1776. │      0.00008 =  0.0% =                  set_relation
  1777. │      0.00005 =  0.0% =              set_relation
  1778. │      0.01849 =  0.0% =          decl s_address##941
  1779. │      0.00233 =  0.0% =              optimize_var_order
  1780. │      0.00120 =  0.0% =              compile
  1781. │      0.00945 =  0.0% =              materialize_iterator
  1782. │      0.00404 =  0.0% =              permute_and_sort
  1783. │      0.00012 =  0.0% =                  set_relation
  1784. │      0.00013 =  0.0% =              set_relation
  1785. │      0.01811 =  0.0% =          decl s_name##940
  1786. │      0.00388 =  0.0% =              optimize_var_order
  1787. │      0.00110 =  0.0% =              compile
  1788. │      0.00891 =  0.0% =              materialize_iterator
  1789. │      0.00269 =  0.0% =              permute_and_sort
  1790. │      0.00009 =  0.0% =                  set_relation
  1791. │      0.00012 =  0.0% =              set_relation
  1792. │      0.00586 =  0.0% =          decl supplier##939
  1793. │      0.00124 =  0.0% =              optimize_var_order
  1794. │      0.00063 =  0.0% =              compile
  1795. │      0.00160 =  0.0% =              materialize_iterator
  1796. │      0.00087 =  0.0% =              permute_and_sort
  1797. │      0.00008 =  0.0% =                  set_relation
  1798. │      0.00006 =  0.0% =              set_relation
  1799. │      0.18962 =  0.2% =          decl p_comment##937
  1800. │      0.00280 =  0.0% =              optimize_var_order
  1801. │      0.00104 =  0.0% =              compile
  1802. │      0.13700 =  0.1% =              materialize_iterator
  1803. │      0.04701 =  0.0% =              permute_and_sort
  1804. │      0.00023 =  0.0% =                  set_relation
  1805. │      0.00008 =  0.0% =              set_relation
  1806. │      0.09078 =  0.1% =          decl p_retailprice##936
  1807. │      0.00277 =  0.0% =              optimize_var_order
  1808. │      0.00120 =  0.0% =              compile
  1809. │      0.07241 =  0.1% =              materialize_iterator
  1810. │      0.01259 =  0.0% =              permute_and_sort
  1811. │      0.00015 =  0.0% =                  set_relation
  1812. │      0.00008 =  0.0% =              set_relation
  1813. │      0.15050 =  0.1% =          decl p_container##935
  1814. │      0.00315 =  0.0% =              optimize_var_order
  1815. │      0.00111 =  0.0% =              compile
  1816. │      0.11033 =  0.1% =              materialize_iterator
  1817. │      0.03416 =  0.0% =              permute_and_sort
  1818. │      0.00014 =  0.0% =                  set_relation
  1819. │      0.00008 =  0.0% =              set_relation
  1820. │      0.08724 =  0.1% =          decl p_size##934
  1821. │      0.00270 =  0.0% =              optimize_var_order
  1822. │      0.00088 =  0.0% =              compile
  1823. │      0.06936 =  0.1% =              materialize_iterator
  1824. │      0.01260 =  0.0% =              permute_and_sort
  1825. │      0.00015 =  0.0% =                  set_relation
  1826. │      0.00011 =  0.0% =              set_relation
  1827. │      0.19212 =  0.2% =          decl p_type##933
  1828. │      0.00277 =  0.0% =              optimize_var_order
  1829. │      0.00130 =  0.0% =              compile
  1830. │      0.14347 =  0.1% =              materialize_iterator
  1831. │      0.04278 =  0.0% =              permute_and_sort
  1832. │      0.00013 =  0.0% =                  set_relation
  1833. │      0.00009 =  0.0% =              set_relation
  1834. │      0.14370 =  0.1% =          decl p_brand##932
  1835. │      0.00305 =  0.0% =              optimize_var_order
  1836. │      0.00130 =  0.0% =              compile
  1837. │      0.10342 =  0.1% =              materialize_iterator
  1838. │      0.03413 =  0.0% =              permute_and_sort
  1839. │      0.00018 =  0.0% =                  set_relation
  1840. │      0.00010 =  0.0% =              set_relation
  1841. │      0.18457 =  0.2% =          decl p_mfgr##931
  1842. │      0.00271 =  0.0% =              optimize_var_order
  1843. │      0.00108 =  0.0% =              compile
  1844. │      0.13486 =  0.1% =              materialize_iterator
  1845. │      0.04415 =  0.0% =              permute_and_sort
  1846. │      0.00019 =  0.0% =                  set_relation
  1847. │      0.00011 =  0.0% =              set_relation
  1848. │      0.25789 =  0.2% =          decl p_name##930
  1849. │      0.00271 =  0.0% =              optimize_var_order
  1850. │      0.00098 =  0.0% =              compile
  1851. │      0.17995 =  0.2% =              materialize_iterator
  1852. │      0.07257 =  0.1% =              permute_and_sort
  1853. │      0.00015 =  0.0% =                  set_relation
  1854. │      0.00008 =  0.0% =              set_relation
  1855. │      0.02561 =  0.0% =          decl part##929
  1856. │      0.00108 =  0.0% =              optimize_var_order
  1857. │      0.00058 =  0.0% =              compile
  1858. │      0.01476 =  0.0% =              materialize_iterator
  1859. │      0.00775 =  0.0% =              permute_and_sort
  1860. │      0.00013 =  0.0% =                  set_relation
  1861. │      0.00008 =  0.0% =              set_relation
  1862. │      0.00646 =  0.0% =          decl r_comment##927
  1863. │      0.00269 =  0.0% =              optimize_var_order
  1864. │      0.00105 =  0.0% =              compile
  1865. │      0.00093 =  0.0% =              materialize_iterator
  1866. │      0.00023 =  0.0% =              permute_and_sort
  1867. │      0.00006 =  0.0% =                  set_relation
  1868. │      0.00006 =  0.0% =              set_relation
  1869. │      0.00637 =  0.0% =          decl r_name##926
  1870. │      0.00293 =  0.0% =              optimize_var_order
  1871. │      0.00098 =  0.0% =              compile
  1872. │      0.00082 =  0.0% =              materialize_iterator
  1873. │      0.00025 =  0.0% =              permute_and_sort
  1874. │      0.00006 =  0.0% =                  set_relation
  1875. │      0.00005 =  0.0% =              set_relation
  1876. │      0.00450 =  0.0% =          decl region##925
  1877. │      0.00105 =  0.0% =              optimize_var_order
  1878. │      0.00044 =  0.0% =              compile
  1879. │      0.00164 =  0.0% =              materialize_iterator
  1880. │      0.00021 =  0.0% =              permute_and_sort
  1881. │      0.00005 =  0.0% =                  set_relation
  1882. │      0.00007 =  0.0% =              set_relation
  1883. │      0.00656 =  0.0% =          decl n_comment##923
  1884. │      0.00272 =  0.0% =              optimize_var_order
  1885. │      0.00104 =  0.0% =              compile
  1886. │      0.00088 =  0.0% =              materialize_iterator
  1887. │      0.00033 =  0.0% =              permute_and_sort
  1888. │      0.00007 =  0.0% =                  set_relation
  1889. │      0.00006 =  0.0% =              set_relation
  1890. │      0.00712 =  0.0% =          decl n_regionkey##922
  1891. │      0.00296 =  0.0% =              optimize_var_order
  1892. │      0.00112 =  0.0% =              compile
  1893. │      0.00123 =  0.0% =              materialize_iterator
  1894. │      0.00032 =  0.0% =              permute_and_sort
  1895. │      0.00008 =  0.0% =                  set_relation
  1896. │      0.00008 =  0.0% =              set_relation
  1897. │      0.00632 =  0.0% =          decl n_name##921
  1898. │      0.00285 =  0.0% =              optimize_var_order
  1899. │      0.00092 =  0.0% =              compile
  1900. │      0.00081 =  0.0% =              materialize_iterator
  1901. │      0.00023 =  0.0% =              permute_and_sort
  1902. │      0.00006 =  0.0% =                  set_relation
  1903. │      0.00005 =  0.0% =              set_relation
  1904. │      0.00315 =  0.0% =          decl nation##920
  1905. │      0.00095 =  0.0% =              optimize_var_order
  1906. │      0.00041 =  0.0% =              compile
  1907. │      0.00055 =  0.0% =              materialize_iterator
  1908. │      0.00020 =  0.0% =              permute_and_sort
  1909. │      0.00005 =  0.0% =                  set_relation
  1910. │      0.00005 =  0.0% =              set_relation
  1911. │     13.64371 = 11.8% =      run_delve_persist
  1912. │      0.00020 =  0.0% =  relationalML_postprocess
  1913. └─ run_delve duration: 116.04046
  1914. 2019:05:22 14:13:19 [ tpch | info ]   ran schema mapping: 116.097815509
  1915. 2019:05:22 14:13:58 [ tpch | info ] ran schema mapping: 155.323984027
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement