Advertisement
Guest User

TPCH SF0.01 - First Run

a guest
May 22nd, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Julia 104.39 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("0.01")); disable_tracing(); shutdown_delve(); Base.GC.gc();
  2. [ Info: Recompiling stale cache file /Users/dashti/.julia/compiled/v1.1/Delve/F6lGS.ji for Delve [8f9924a8-7947-11e8-0c46-4d9df14fe1d0]
  3. WARNING: Method definition display(REPL.REPLDisplay{R} where R<:REPL.AbstractREPL, Any) in module REPL at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.1/REPL/src/REPL.jl:135 overwritten in module Pager at /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/src/Pager/Pager.jl:27.
  4. WARNING: Method definition show(IO, Delve.PagedDataStructures.BeOpCode) in module PagedDataStructures at Enums.jl:157 overwritten at /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/src/PagedDataStructures/betree.jl:65.
  5. WARNING: Method definition copy(LightGraphs.SimpleGraphs.SimpleDiGraph{T<:Integer}) where {T<:Integer} in module SimpleGraphs at /Users/dashti/.julia/packages/LightGraphs/WBY2S/src/SimpleGraphs/simpledigraph.jl:344 overwritten in module LabeledDiGraph at /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/src/QueryOptimizer/simple_labeled_digraphs.jl:85.
  6. WARNING: Method definition lower(Symbol) in module TPCH at /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/src/Bench/TPCH/delve.jl:264 overwritten at /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/src/Bench/TPCH/sql_mapping.jl:51.
  7. 2019:05:22 14:01:57 [ tpch | info ] importing TPC-H SF 0.01
  8. DataType[Int64, FixedSizeString{25}, Int64, FixedSizeString{152}]
  9. 2019:05:22 14:01:59 [ tpch | info ]   importing nation_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf0.01/nation.tbl
  10. 2019:05:22 14:02:34 [ tpch | info ]   loaded csv data into relation: 34.434846572
  11. DataType[Int64, FixedSizeString{25}, FixedSizeString{152}]
  12. 2019:05:22 14:02:34 [ tpch | info ]   importing region_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf0.01/region.tbl
  13. 2019:05:22 14:02:34 [ tpch | info ]   loaded csv data into relation: 0.718999635
  14. DataType[Int64, FixedSizeString{55}, FixedSizeString{25}, FixedSizeString{10}, FixedSizeString{25}, Int64, FixedSizeString{10}, FixedDecimal{Int64,4}, FixedSizeString{23}]
  15. 2019:05:22 14:02:34 [ tpch | info ]   importing part_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf0.01/part.tbl
  16. 2019:05:22 14:02:42 [ tpch | info ]   loaded csv data into relation: 7.996566808
  17. DataType[Int64, FixedSizeString{25}, FixedSizeString{40}, Int64, FixedSizeString{15}, FixedDecimal{Int64,4}, FixedSizeString{101}]
  18. 2019:05:22 14:02:43 [ tpch | info ]   importing supplier_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf0.01/supplier.tbl
  19. 2019:05:22 14:02:48 [ tpch | info ]   loaded csv data into relation: 5.010070588
  20. DataType[Int64, Int64, Int64, FixedDecimal{Int64,4}, FixedSizeString{199}]
  21. 2019:05:22 14:02:48 [ tpch | info ]   importing partsupp_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf0.01/partsupp.tbl
  22. 2019:05:22 14:02:49 [ tpch | info ]   loaded csv data into relation: 1.325046449
  23. DataType[Int64, FixedSizeString{25}, FixedSizeString{40}, Int64, FixedSizeString{15}, FixedDecimal{Int64,4}, FixedSizeString{10}, FixedSizeString{117}]
  24. 2019:05:22 14:02:49 [ tpch | info ]   importing customer_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf0.01/customer.tbl
  25. 2019:05:22 14:02:50 [ tpch | info ]   loaded csv data into relation: 0.720449955
  26. DataType[Int64, Int64, Char, FixedDecimal{Int64,4}, Date, FixedSizeString{15}, FixedSizeString{15}, Int64, FixedSizeString{79}]
  27. 2019:05:22 14:02:50 [ tpch | info ]   importing orders_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf0.01/orders.tbl
  28. 2019:05:22 14:02:55 [ tpch | info ]   loaded csv data into relation: 5.479424515
  29. 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}]
  30. 2019:05:22 14:02:55 [ tpch | info ]   importing lineitem_csv from /Users/dashti/Dropbox/workspaces/RelationalAI/Delve/data/tpch/sf0.01/lineitem.tbl
  31. 2019:05:22 14:02:57 [ tpch | info ]   loaded csv data into relation: 1.499966465
  32. 2019:05:22 14:02:57 [ tpch | info ] ran csv import: 58.845601047
  33. 2019:05:22 14:02:57 [ tpch | info ] running schema mapping
  34. ┌─ run_delve
  35. │ ┌─ compile_delve
  36. │ │ ┌─ frontend
  37. │ │ │ ┌─ parse
  38. │ │ │ └─ parse duration: 7.14923
  39. │ │ │ ┌─ frontend_compile
  40. │ │ │ │ ┌─ delve_specialize
  41. │ │ │ │ └─ delve_specialize duration: 21.58891
  42. │ │ │ └─ frontend_compile duration: 28.57618
  43. │ │ └─ frontend duration: 35.81089
  44. │ │ ┌─ front2back
  45. │ │ └─ front2back duration: 0.47062
  46. │ │ ┌─ normalize
  47. │ │ └─ normalize duration: 6.61278
  48. │ │ ┌─ type_infer
  49. │ │ └─ type_infer duration: 5.93475
  50. │ └─ compile_delve duration: 49.87026
  51. │ ┌─ relationalML_preprocess
  52. │ └─ relationalML_preprocess duration: 0.00435
  53. │ ┌─ run_delve_compiled
  54. │ │ ┌─ run_delve_import
  55. │ │ └─ run_delve_import duration: 0.21221
  56. │ │ ┌─ compile_to_iterators
  57. │ │ │ ┌─ decl l_comment##494
  58. │ │ │ │ ┌─ optimize_var_order
  59. │ │ │ │ │ def=l_comment##494
  60. │ │ │ │ └─ optimize_var_order duration: 6.85787
  61. │ │ │ │ ┌─ compile
  62. │ │ │ │ └─ compile duration: 4.17057
  63. │ │ │ │ ┌─ materialize_iterator
  64. │ │ │ │ │ def=##zKJuf5Db#495
  65. │ │ │ │ │ body=k1#258k2#68v#154pos#450 : ( α4901579523514218236#lineitem_csv(pos#450, k1#258) and
  66. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#450, k2#68) and
  67. │ │ │ │ │     α2025691487677600344#lineitem_csv(pos#450, v#154))
  68. │ │ │ │ └─ materialize_iterator duration: 0.83855
  69. │ │ │ │ ┌─ permute_and_sort
  70. │ │ │ │ │ ┌─ set_relation
  71. │ │ │ │ │ └─ set_relation duration: 0.01465
  72. │ │ │ │ └─ permute_and_sort duration: 0.62586
  73. │ │ │ │ ┌─ compile
  74. │ │ │ │ └─ compile duration: 1.49492
  75. │ │ │ │ ┌─ materialize_iterator
  76. │ │ │ │ │ def=l_comment##494
  77. │ │ │ │ │ body=k1#258k2#68v#154 : exists( pos#450 : true : ##zKJuf5Db#495(k1#258, k2#68, v#154, pos#450) )
  78. │ │ │ │ └─ materialize_iterator duration: 0.09328
  79. │ │ │ │ ┌─ set_relation
  80. │ │ │ │ └─ set_relation duration: 0.04600
  81. │ │ │ └─ decl l_comment##494 duration: 28.49613
  82. │ │ │ ┌─ decl l_shipmode##493
  83. │ │ │ │ ┌─ optimize_var_order
  84. │ │ │ │ │ def=l_shipmode##493
  85. │ │ │ │ └─ optimize_var_order duration: 0.00276
  86. │ │ │ │ ┌─ compile
  87. │ │ │ │ └─ compile duration: 0.86119
  88. │ │ │ │ ┌─ materialize_iterator
  89. │ │ │ │ │ def=##yeUqLAZc#502
  90. │ │ │ │ │ body=k1#257k2#67v#153pos#449 : ( α4901579523514218236#lineitem_csv(pos#449, k1#257) and
  91. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#449, k2#67) and
  92. │ │ │ │ │     α10951290458373558971#lineitem_csv(pos#449, v#153))
  93. │ │ │ │ └─ materialize_iterator duration: 0.02648
  94. │ │ │ │ ┌─ permute_and_sort
  95. │ │ │ │ │ ┌─ set_relation
  96. │ │ │ │ │ └─ set_relation duration: 0.00013
  97. │ │ │ │ └─ permute_and_sort duration: 0.28908
  98. │ │ │ │ ┌─ compile
  99. │ │ │ │ └─ compile duration: 0.78274
  100. │ │ │ │ ┌─ materialize_iterator
  101. │ │ │ │ │ def=l_shipmode##493
  102. │ │ │ │ │ body=k1#257k2#67v#153 : exists( pos#449 : true : ##yeUqLAZc#502(k1#257, k2#67, v#153, pos#449) )
  103. │ │ │ │ └─ materialize_iterator duration: 0.01290
  104. │ │ │ │ ┌─ set_relation
  105. │ │ │ │ └─ set_relation duration: 0.04680
  106. │ │ │ └─ decl l_shipmode##493 duration: 4.43112
  107. │ │ │ ┌─ decl l_shipinstruct##492
  108. │ │ │ │ ┌─ optimize_var_order
  109. │ │ │ │ │ def=l_shipinstruct##492
  110. │ │ │ │ └─ optimize_var_order duration: 0.00269
  111. │ │ │ │ ┌─ compile
  112. │ │ │ │ └─ compile duration: 0.89480
  113. │ │ │ │ ┌─ materialize_iterator
  114. │ │ │ │ │ def=##kbYf8SVw#509
  115. │ │ │ │ │ body=k1#256k2#66v#152pos#448 : ( α4901579523514218236#lineitem_csv(pos#448, k1#256) and
  116. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#448, k2#66) and
  117. │ │ │ │ │     α11109918019206586672#lineitem_csv(pos#448, v#152))
  118. │ │ │ │ └─ materialize_iterator duration: 0.03239
  119. │ │ │ │ ┌─ permute_and_sort
  120. │ │ │ │ │ ┌─ set_relation
  121. │ │ │ │ │ └─ set_relation duration: 0.00015
  122. │ │ │ │ └─ permute_and_sort duration: 0.29821
  123. │ │ │ │ ┌─ compile
  124. │ │ │ │ └─ compile duration: 0.80837
  125. │ │ │ │ ┌─ materialize_iterator
  126. │ │ │ │ │ def=l_shipinstruct##492
  127. │ │ │ │ │ body=k1#256k2#66v#152 : exists( pos#448 : true : ##kbYf8SVw#509(k1#256, k2#66, v#152, pos#448) )
  128. │ │ │ │ └─ materialize_iterator duration: 0.01630
  129. │ │ │ │ ┌─ set_relation
  130. │ │ │ │ └─ set_relation duration: 0.04531
  131. │ │ │ └─ decl l_shipinstruct##492 duration: 4.40331
  132. │ │ │ ┌─ decl l_receiptdate##491
  133. │ │ │ │ ┌─ optimize_var_order
  134. │ │ │ │ │ def=l_receiptdate##491
  135. │ │ │ │ └─ optimize_var_order duration: 0.00283
  136. │ │ │ │ ┌─ compile
  137. │ │ │ │ └─ compile duration: 0.77156
  138. │ │ │ │ ┌─ materialize_iterator
  139. │ │ │ │ │ def=##ePMcDPOT#516
  140. │ │ │ │ │ body=k1#255k2#65v#151pos#447 : ( α4901579523514218236#lineitem_csv(pos#447, k1#255) and
  141. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#447, k2#65) and
  142. │ │ │ │ │     α5820689841906485336#lineitem_csv(pos#447, v#151))
  143. │ │ │ │ └─ materialize_iterator duration: 0.02118
  144. │ │ │ │ ┌─ permute_and_sort
  145. │ │ │ │ │ ┌─ set_relation
  146. │ │ │ │ │ └─ set_relation duration: 0.00016
  147. │ │ │ │ └─ permute_and_sort duration: 0.16895
  148. │ │ │ │ ┌─ compile
  149. │ │ │ │ └─ compile duration: 0.56161
  150. │ │ │ │ ┌─ materialize_iterator
  151. │ │ │ │ │ def=l_receiptdate##491
  152. │ │ │ │ │ body=k1#255k2#65v#151 : exists( pos#447 : true : ##ePMcDPOT#516(k1#255, k2#65, v#151, pos#447) )
  153. │ │ │ │ └─ materialize_iterator duration: 0.00776
  154. │ │ │ │ ┌─ set_relation
  155. │ │ │ │ └─ set_relation duration: 0.04668
  156. │ │ │ └─ decl l_receiptdate##491 duration: 3.15118
  157. │ │ │ ┌─ decl l_commitdate##490
  158. │ │ │ │ ┌─ optimize_var_order
  159. │ │ │ │ │ def=l_commitdate##490
  160. │ │ │ │ └─ optimize_var_order duration: 0.00283
  161. │ │ │ │ ┌─ compile
  162. │ │ │ │ └─ compile duration: 0.16744
  163. │ │ │ │ ┌─ materialize_iterator
  164. │ │ │ │ │ def=##MRj79jlR#523
  165. │ │ │ │ │ body=k1#254k2#64v#150pos#446 : ( α4901579523514218236#lineitem_csv(pos#446, k1#254) and
  166. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#446, k2#64) and
  167. │ │ │ │ │     α17227760915099431693#lineitem_csv(pos#446, v#150))
  168. │ │ │ │ └─ materialize_iterator duration: 0.02264
  169. │ │ │ │ ┌─ permute_and_sort
  170. │ │ │ │ │ ┌─ set_relation
  171. │ │ │ │ │ └─ set_relation duration: 0.00015
  172. │ │ │ │ └─ permute_and_sort duration: 0.03625
  173. │ │ │ │ ┌─ compile
  174. │ │ │ │ └─ compile duration: 0.00037
  175. │ │ │ │ ┌─ materialize_iterator
  176. │ │ │ │ │ def=l_commitdate##490
  177. │ │ │ │ │ body=k1#254k2#64v#150 : exists( pos#446 : true : ##MRj79jlR#523(k1#254, k2#64, v#150, pos#446) )
  178. │ │ │ │ └─ materialize_iterator duration: 0.00706
  179. │ │ │ │ ┌─ set_relation
  180. │ │ │ │ └─ set_relation duration: 0.00008
  181. │ │ │ └─ decl l_commitdate##490 duration: 0.66663
  182. │ │ │ ┌─ decl l_shipdate##489
  183. │ │ │ │ ┌─ optimize_var_order
  184. │ │ │ │ │ def=l_shipdate##489
  185. │ │ │ │ └─ optimize_var_order duration: 0.00248
  186. │ │ │ │ ┌─ compile
  187. │ │ │ │ └─ compile duration: 0.06572
  188. │ │ │ │ ┌─ materialize_iterator
  189. │ │ │ │ │ def=##oYg3kGEa#530
  190. │ │ │ │ │ body=k1#253k2#63v#149pos#445 : ( α4901579523514218236#lineitem_csv(pos#445, k1#253) and
  191. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#445, k2#63) and
  192. │ │ │ │ │     α3799440466253687612#lineitem_csv(pos#445, v#149))
  193. │ │ │ │ └─ materialize_iterator duration: 0.02376
  194. │ │ │ │ ┌─ permute_and_sort
  195. │ │ │ │ │ ┌─ set_relation
  196. │ │ │ │ │ └─ set_relation duration: 0.00016
  197. │ │ │ │ └─ permute_and_sort duration: 0.02145
  198. │ │ │ │ ┌─ compile
  199. │ │ │ │ └─ compile duration: 0.00043
  200. │ │ │ │ ┌─ materialize_iterator
  201. │ │ │ │ │ def=l_shipdate##489
  202. │ │ │ │ │ body=k1#253k2#63v#149 : exists( pos#445 : true : ##oYg3kGEa#530(k1#253, k2#63, v#149, pos#445) )
  203. │ │ │ │ └─ materialize_iterator duration: 0.00819
  204. │ │ │ │ ┌─ set_relation
  205. │ │ │ │ └─ set_relation duration: 0.00009
  206. │ │ │ └─ decl l_shipdate##489 duration: 0.55925
  207. │ │ │ ┌─ decl l_linestatus##488
  208. │ │ │ │ ┌─ optimize_var_order
  209. │ │ │ │ │ def=l_linestatus##488
  210. │ │ │ │ └─ optimize_var_order duration: 0.00275
  211. │ │ │ │ ┌─ compile
  212. │ │ │ │ └─ compile duration: 0.75975
  213. │ │ │ │ ┌─ materialize_iterator
  214. │ │ │ │ │ def=##dGVn7nrw#537
  215. │ │ │ │ │ body=k1#252k2#62v#148pos#444 : ( α4901579523514218236#lineitem_csv(pos#444, k1#252) and
  216. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#444, k2#62) and
  217. │ │ │ │ │     α10934385818735950953#lineitem_csv(pos#444, v#148))
  218. │ │ │ │ └─ materialize_iterator duration: 0.03665
  219. │ │ │ │ ┌─ permute_and_sort
  220. │ │ │ │ │ ┌─ set_relation
  221. │ │ │ │ │ └─ set_relation duration: 0.00013
  222. │ │ │ │ └─ permute_and_sort duration: 0.15096
  223. │ │ │ │ ┌─ compile
  224. │ │ │ │ └─ compile duration: 0.54611
  225. │ │ │ │ ┌─ materialize_iterator
  226. │ │ │ │ │ def=l_linestatus##488
  227. │ │ │ │ │ body=k1#252k2#62v#148 : exists( pos#444 : true : ##dGVn7nrw#537(k1#252, k2#62, v#148, pos#444) )
  228. │ │ │ │ └─ materialize_iterator duration: 0.00579
  229. │ │ │ │ ┌─ set_relation
  230. │ │ │ │ └─ set_relation duration: 0.04748
  231. │ │ │ └─ decl l_linestatus##488 duration: 3.09850
  232. │ │ │ ┌─ decl l_returnflag##487
  233. │ │ │ │ ┌─ optimize_var_order
  234. │ │ │ │ │ def=l_returnflag##487
  235. │ │ │ │ └─ optimize_var_order duration: 0.00256
  236. │ │ │ │ ┌─ compile
  237. │ │ │ │ └─ compile duration: 0.17134
  238. │ │ │ │ ┌─ materialize_iterator
  239. │ │ │ │ │ def=##WOSGXr55#544
  240. │ │ │ │ │ body=k1#251k2#61v#147pos#443 : ( α4901579523514218236#lineitem_csv(pos#443, k1#251) and
  241. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#443, k2#61) and
  242. │ │ │ │ │     α6535333265274472393#lineitem_csv(pos#443, v#147))
  243. │ │ │ │ └─ materialize_iterator duration: 0.02341
  244. │ │ │ │ ┌─ permute_and_sort
  245. │ │ │ │ │ ┌─ set_relation
  246. │ │ │ │ │ └─ set_relation duration: 0.00014
  247. │ │ │ │ └─ permute_and_sort duration: 0.02417
  248. │ │ │ │ ┌─ compile
  249. │ │ │ │ └─ compile duration: 0.00035
  250. │ │ │ │ ┌─ materialize_iterator
  251. │ │ │ │ │ def=l_returnflag##487
  252. │ │ │ │ │ body=k1#251k2#61v#147 : exists( pos#443 : true : ##WOSGXr55#544(k1#251, k2#61, v#147, pos#443) )
  253. │ │ │ │ └─ materialize_iterator duration: 0.00817
  254. │ │ │ │ ┌─ set_relation
  255. │ │ │ │ └─ set_relation duration: 0.00011
  256. │ │ │ └─ decl l_returnflag##487 duration: 0.67447
  257. │ │ │ ┌─ decl l_tax##486
  258. │ │ │ │ ┌─ optimize_var_order
  259. │ │ │ │ │ def=l_tax##486
  260. │ │ │ │ └─ optimize_var_order duration: 0.00272
  261. │ │ │ │ ┌─ compile
  262. │ │ │ │ └─ compile duration: 0.75665
  263. │ │ │ │ ┌─ materialize_iterator
  264. │ │ │ │ │ def=##mtH5fR8n#551
  265. │ │ │ │ │ body=k1#250k2#60v#146pos#442 : ( α4901579523514218236#lineitem_csv(pos#442, k1#250) and
  266. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#442, k2#60) and
  267. │ │ │ │ │     α13220736321595135197#lineitem_csv(pos#442, v#146))
  268. │ │ │ │ └─ materialize_iterator duration: 0.02345
  269. │ │ │ │ ┌─ permute_and_sort
  270. │ │ │ │ │ ┌─ set_relation
  271. │ │ │ │ │ └─ set_relation duration: 0.00020
  272. │ │ │ │ └─ permute_and_sort duration: 0.16725
  273. │ │ │ │ ┌─ compile
  274. │ │ │ │ └─ compile duration: 0.60604
  275. │ │ │ │ ┌─ materialize_iterator
  276. │ │ │ │ │ def=l_tax##486
  277. │ │ │ │ │ body=k1#250k2#60v#146 : exists( pos#442 : true : ##mtH5fR8n#551(k1#250, k2#60, v#146, pos#442) )
  278. │ │ │ │ └─ materialize_iterator duration: 0.00712
  279. │ │ │ │ ┌─ set_relation
  280. │ │ │ │ └─ set_relation duration: 0.04517
  281. │ │ │ └─ decl l_tax##486 duration: 3.29738
  282. │ │ │ ┌─ decl l_discount##485
  283. │ │ │ │ ┌─ optimize_var_order
  284. │ │ │ │ │ def=l_discount##485
  285. │ │ │ │ └─ optimize_var_order duration: 0.00240
  286. │ │ │ │ ┌─ compile
  287. │ │ │ │ └─ compile duration: 0.00081
  288. │ │ │ │ ┌─ materialize_iterator
  289. │ │ │ │ │ def=##SyiGrr5a#558
  290. │ │ │ │ │ body=k1#249k2#59v#145pos#441 : ( α4901579523514218236#lineitem_csv(pos#441, k1#249) and
  291. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#441, k2#59) and
  292. │ │ │ │ │     α12120245663243080063#lineitem_csv(pos#441, v#145))
  293. │ │ │ │ └─ materialize_iterator duration: 0.02787
  294. │ │ │ │ ┌─ permute_and_sort
  295. │ │ │ │ │ ┌─ set_relation
  296. │ │ │ │ │ └─ set_relation duration: 0.00014
  297. │ │ │ │ └─ permute_and_sort duration: 0.00530
  298. │ │ │ │ ┌─ compile
  299. │ │ │ │ └─ compile duration: 0.00055
  300. │ │ │ │ ┌─ materialize_iterator
  301. │ │ │ │ │ def=l_discount##485
  302. │ │ │ │ │ body=k1#249k2#59v#145 : exists( pos#441 : true : ##SyiGrr5a#558(k1#249, k2#59, v#145, pos#441) )
  303. │ │ │ │ └─ materialize_iterator duration: 0.01824
  304. │ │ │ │ ┌─ set_relation
  305. │ │ │ │ └─ set_relation duration: 0.00009
  306. │ │ │ └─ decl l_discount##485 duration: 0.05683
  307. │ │ │ ┌─ decl l_extendedprice##484
  308. │ │ │ │ ┌─ optimize_var_order
  309. │ │ │ │ │ def=l_extendedprice##484
  310. │ │ │ │ └─ optimize_var_order duration: 0.00252
  311. │ │ │ │ ┌─ compile
  312. │ │ │ │ └─ compile duration: 0.15302
  313. │ │ │ │ ┌─ materialize_iterator
  314. │ │ │ │ │ def=##nWjnbaJU#565
  315. │ │ │ │ │ body=k1#248k2#58v#144pos#440 : ( α4901579523514218236#lineitem_csv(pos#440, k1#248) and
  316. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#440, k2#58) and
  317. │ │ │ │ │     α15644903990354595916#lineitem_csv(pos#440, v#144))
  318. │ │ │ │ └─ materialize_iterator duration: 0.02303
  319. │ │ │ │ ┌─ permute_and_sort
  320. │ │ │ │ │ ┌─ set_relation
  321. │ │ │ │ │ └─ set_relation duration: 0.00014
  322. │ │ │ │ └─ permute_and_sort duration: 0.02318
  323. │ │ │ │ ┌─ compile
  324. │ │ │ │ └─ compile duration: 0.00053
  325. │ │ │ │ ┌─ materialize_iterator
  326. │ │ │ │ │ def=l_extendedprice##484
  327. │ │ │ │ │ body=k1#248k2#58v#144 : exists( pos#440 : true : ##nWjnbaJU#565(k1#248, k2#58, v#144, pos#440) )
  328. │ │ │ │ └─ materialize_iterator duration: 0.00784
  329. │ │ │ │ ┌─ set_relation
  330. │ │ │ │ └─ set_relation duration: 0.00009
  331. │ │ │ └─ decl l_extendedprice##484 duration: 0.66997
  332. │ │ │ ┌─ decl l_quantity##483
  333. │ │ │ │ ┌─ optimize_var_order
  334. │ │ │ │ │ def=l_quantity##483
  335. │ │ │ │ └─ optimize_var_order duration: 0.00263
  336. │ │ │ │ ┌─ compile
  337. │ │ │ │ └─ compile duration: 0.06520
  338. │ │ │ │ ┌─ materialize_iterator
  339. │ │ │ │ │ def=##3chVBqsf#572
  340. │ │ │ │ │ body=k1#247k2#57v#143pos#439 : ( α4901579523514218236#lineitem_csv(pos#439, k1#247) and
  341. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#439, k2#57) and
  342. │ │ │ │ │     α4449981989524378413#lineitem_csv(pos#439, v#143))
  343. │ │ │ │ └─ materialize_iterator duration: 0.02383
  344. │ │ │ │ ┌─ permute_and_sort
  345. │ │ │ │ │ ┌─ set_relation
  346. │ │ │ │ │ └─ set_relation duration: 0.00013
  347. │ │ │ │ └─ permute_and_sort duration: 0.03082
  348. │ │ │ │ ┌─ compile
  349. │ │ │ │ └─ compile duration: 0.00052
  350. │ │ │ │ ┌─ materialize_iterator
  351. │ │ │ │ │ def=l_quantity##483
  352. │ │ │ │ │ body=k1#247k2#57v#143 : exists( pos#439 : true : ##3chVBqsf#572(k1#247, k2#57, v#143, pos#439) )
  353. │ │ │ │ └─ materialize_iterator duration: 0.00639
  354. │ │ │ │ ┌─ set_relation
  355. │ │ │ │ └─ set_relation duration: 0.00008
  356. │ │ │ └─ decl l_quantity##483 duration: 0.56903
  357. │ │ │ ┌─ decl l_suppkey##482
  358. │ │ │ │ ┌─ optimize_var_order
  359. │ │ │ │ │ def=l_suppkey##482
  360. │ │ │ │ └─ optimize_var_order duration: 0.00251
  361. │ │ │ │ ┌─ compile
  362. │ │ │ │ └─ compile duration: 0.28769
  363. │ │ │ │ ┌─ materialize_iterator
  364. │ │ │ │ │ def=##AidSU42B#579
  365. │ │ │ │ │ body=k1#246k2#56v#142pos#438 : ( α4901579523514218236#lineitem_csv(pos#438, k1#246) and
  366. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#438, k2#56) and
  367. │ │ │ │ │     α9251347474017950988#lineitem_csv(pos#438, v#142))
  368. │ │ │ │ └─ materialize_iterator duration: 0.03657
  369. │ │ │ │ ┌─ permute_and_sort
  370. │ │ │ │ │ ┌─ set_relation
  371. │ │ │ │ │ └─ set_relation duration: 0.00014
  372. │ │ │ │ └─ permute_and_sort duration: 0.14809
  373. │ │ │ │ ┌─ compile
  374. │ │ │ │ └─ compile duration: 0.53939
  375. │ │ │ │ ┌─ materialize_iterator
  376. │ │ │ │ │ def=l_suppkey##482
  377. │ │ │ │ │ body=k1#246k2#56v#142 : exists( pos#438 : true : ##AidSU42B#579(k1#246, k2#56, v#142, pos#438) )
  378. │ │ │ │ └─ materialize_iterator duration: 0.00599
  379. │ │ │ │ ┌─ set_relation
  380. │ │ │ │ └─ set_relation duration: 0.04550
  381. │ │ │ └─ decl l_suppkey##482 duration: 1.76880
  382. │ │ │ ┌─ decl l_partkey##481
  383. │ │ │ │ ┌─ optimize_var_order
  384. │ │ │ │ │ def=l_partkey##481
  385. │ │ │ │ └─ optimize_var_order duration: 0.00236
  386. │ │ │ │ ┌─ compile
  387. │ │ │ │ └─ compile duration: 0.07934
  388. │ │ │ │ ┌─ materialize_iterator
  389. │ │ │ │ │ def=##PkWOQq30#586
  390. │ │ │ │ │ body=k1#245k2#55v#141pos#437 : ( α4901579523514218236#lineitem_csv(pos#437, k1#245) and
  391. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#437, k2#55) and
  392. │ │ │ │ │     α8147411163009543391#lineitem_csv(pos#437, v#141))
  393. │ │ │ │ └─ materialize_iterator duration: 0.02175
  394. │ │ │ │ ┌─ permute_and_sort
  395. │ │ │ │ │ ┌─ set_relation
  396. │ │ │ │ │ └─ set_relation duration: 0.00016
  397. │ │ │ │ └─ permute_and_sort duration: 0.03237
  398. │ │ │ │ ┌─ compile
  399. │ │ │ │ └─ compile duration: 0.00052
  400. │ │ │ │ ┌─ materialize_iterator
  401. │ │ │ │ │ def=l_partkey##481
  402. │ │ │ │ │ body=k1#245k2#55v#141 : exists( pos#437 : true : ##PkWOQq30#586(k1#245, k2#55, v#141, pos#437) )
  403. │ │ │ │ └─ materialize_iterator duration: 0.00889
  404. │ │ │ │ ┌─ set_relation
  405. │ │ │ │ └─ set_relation duration: 0.00010
  406. │ │ │ └─ decl l_partkey##481 duration: 0.59108
  407. │ │ │ ┌─ decl lineitem##480
  408. │ │ │ │ ┌─ optimize_var_order
  409. │ │ │ │ │ def=lineitem##480
  410. │ │ │ │ └─ optimize_var_order duration: 0.00325
  411. │ │ │ │ ┌─ compile
  412. │ │ │ │ └─ compile duration: 0.51728
  413. │ │ │ │ ┌─ materialize_iterator
  414. │ │ │ │ │ def=##EXNijKrW#593
  415. │ │ │ │ │ body=k1#195k2#39pos#393 : ( α4901579523514218236#lineitem_csv(pos#393, k1#195) and
  416. │ │ │ │ │     α14405939495865536565#lineitem_csv(pos#393, k2#39))
  417. │ │ │ │ └─ materialize_iterator duration: 0.01586
  418. │ │ │ │ ┌─ permute_and_sort
  419. │ │ │ │ │ ┌─ set_relation
  420. │ │ │ │ │ └─ set_relation duration: 0.00013
  421. │ │ │ │ └─ permute_and_sort duration: 0.15717
  422. │ │ │ │ ┌─ compile
  423. │ │ │ │ └─ compile duration: 0.47112
  424. │ │ │ │ ┌─ materialize_iterator
  425. │ │ │ │ │ def=lineitem##480
  426. │ │ │ │ │ body=k1#195k2#39 : exists( pos#393 : true : ##EXNijKrW#593(k1#195, k2#39, pos#393) )
  427. │ │ │ │ └─ materialize_iterator duration: 0.00345
  428. │ │ │ │ ┌─ set_relation
  429. │ │ │ │ └─ set_relation duration: 0.04554
  430. │ │ │ └─ decl lineitem##480 duration: 1.95881
  431. │ │ │ ┌─ decl o_comment##478
  432. │ │ │ │ ┌─ optimize_var_order
  433. │ │ │ │ │ def=o_comment##478
  434. │ │ │ │ └─ optimize_var_order duration: 0.00254
  435. │ │ │ │ ┌─ compile
  436. │ │ │ │ └─ compile duration: 1.24941
  437. │ │ │ │ ┌─ materialize_iterator
  438. │ │ │ │ │ def=##BNTdVBGl#599
  439. │ │ │ │ │ body=k1#244v#140pos#436 : ( α5648857759134651122#orders_csv(pos#436, k1#244) and
  440. │ │ │ │ │     α6198693310994985142#orders_csv(pos#436, v#140))
  441. │ │ │ │ └─ materialize_iterator duration: 0.00773
  442. │ │ │ │ ┌─ permute_and_sort
  443. │ │ │ │ │ ┌─ set_relation
  444. │ │ │ │ │ └─ set_relation duration: 0.00016
  445. │ │ │ │ └─ permute_and_sort duration: 0.75377
  446. │ │ │ │ ┌─ compile
  447. │ │ │ │ └─ compile duration: 1.74247
  448. │ │ │ │ ┌─ materialize_iterator
  449. │ │ │ │ │ def=o_comment##478
  450. │ │ │ │ │ body=k1#244v#140 : exists( pos#436 : true : ##BNTdVBGl#599(k1#244, v#140, pos#436) )
  451. │ │ │ │ └─ materialize_iterator duration: 0.00796
  452. │ │ │ │ ┌─ set_relation
  453. │ │ │ │ └─ set_relation duration: 0.04426
  454. │ │ │ └─ decl o_comment##478 duration: 8.01862
  455. │ │ │ ┌─ decl o_shippriority##477
  456. │ │ │ │ ┌─ optimize_var_order
  457. │ │ │ │ │ def=o_shippriority##477
  458. │ │ │ │ └─ optimize_var_order duration: 0.00245
  459. │ │ │ │ ┌─ compile
  460. │ │ │ │ └─ compile duration: 0.07060
  461. │ │ │ │ ┌─ materialize_iterator
  462. │ │ │ │ │ def=##QkXVTAG2#605
  463. │ │ │ │ │ body=k1#243v#139pos#435 : ( α5648857759134651122#orders_csv(pos#435, k1#243) and
  464. │ │ │ │ │     α10340337184391672712#orders_csv(pos#435, v#139))
  465. │ │ │ │ └─ materialize_iterator duration: 0.00501
  466. │ │ │ │ ┌─ permute_and_sort
  467. │ │ │ │ │ ┌─ set_relation
  468. │ │ │ │ │ └─ set_relation duration: 0.00014
  469. │ │ │ │ └─ permute_and_sort duration: 0.02762
  470. │ │ │ │ ┌─ compile
  471. │ │ │ │ └─ compile duration: 0.00039
  472. │ │ │ │ ┌─ materialize_iterator
  473. │ │ │ │ │ def=o_shippriority##477
  474. │ │ │ │ │ body=k1#243v#139 : exists( pos#435 : true : ##QkXVTAG2#605(k1#243, v#139, pos#435) )
  475. │ │ │ │ └─ materialize_iterator duration: 0.00144
  476. │ │ │ │ ┌─ set_relation
  477. │ │ │ │ └─ set_relation duration: 0.00008
  478. │ │ │ └─ decl o_shippriority##477 duration: 0.42270
  479. │ │ │ ┌─ decl o_clerk##476
  480. │ │ │ │ ┌─ optimize_var_order
  481. │ │ │ │ │ def=o_clerk##476
  482. │ │ │ │ └─ optimize_var_order duration: 0.00244
  483. │ │ │ │ ┌─ compile
  484. │ │ │ │ └─ compile duration: 0.29372
  485. │ │ │ │ ┌─ materialize_iterator
  486. │ │ │ │ │ def=##k5JyxBlD#611
  487. │ │ │ │ │ body=k1#242v#138pos#434 : ( α5648857759134651122#orders_csv(pos#434, k1#242) and
  488. │ │ │ │ │     α16936663968146691656#orders_csv(pos#434, v#138))
  489. │ │ │ │ └─ materialize_iterator duration: 0.00470
  490. │ │ │ │ ┌─ permute_and_sort
  491. │ │ │ │ │ ┌─ set_relation
  492. │ │ │ │ │ └─ set_relation duration: 0.00015
  493. │ │ │ │ └─ permute_and_sort duration: 0.20803
  494. │ │ │ │ ┌─ compile
  495. │ │ │ │ └─ compile duration: 0.66060
  496. │ │ │ │ ┌─ materialize_iterator
  497. │ │ │ │ │ def=o_clerk##476
  498. │ │ │ │ │ body=k1#242v#138 : exists( pos#434 : true : ##k5JyxBlD#611(k1#242, v#138, pos#434) )
  499. │ │ │ │ └─ materialize_iterator duration: 0.00290
  500. │ │ │ │ ┌─ set_relation
  501. │ │ │ │ └─ set_relation duration: 0.04712
  502. │ │ │ └─ decl o_clerk##476 duration: 2.17333
  503. │ │ │ ┌─ decl o_orderpriority##475
  504. │ │ │ │ ┌─ optimize_var_order
  505. │ │ │ │ │ def=o_orderpriority##475
  506. │ │ │ │ └─ optimize_var_order duration: 0.00253
  507. │ │ │ │ ┌─ compile
  508. │ │ │ │ └─ compile duration: 0.00073
  509. │ │ │ │ ┌─ materialize_iterator
  510. │ │ │ │ │ def=##fWFOcY69#617
  511. │ │ │ │ │ body=k1#241v#137pos#433 : ( α5648857759134651122#orders_csv(pos#433, k1#241) and
  512. │ │ │ │ │     α3891607451048281064#orders_csv(pos#433, v#137))
  513. │ │ │ │ └─ materialize_iterator duration: 0.00546
  514. │ │ │ │ ┌─ permute_and_sort
  515. │ │ │ │ │ ┌─ set_relation
  516. │ │ │ │ │ └─ set_relation duration: 0.00013
  517. │ │ │ │ └─ permute_and_sort duration: 0.00245
  518. │ │ │ │ ┌─ compile
  519. │ │ │ │ └─ compile duration: 0.00038
  520. │ │ │ │ ┌─ materialize_iterator
  521. │ │ │ │ │ def=o_orderpriority##475
  522. │ │ │ │ │ body=k1#241v#137 : exists( pos#433 : true : ##fWFOcY69#617(k1#241, v#137, pos#433) )
  523. │ │ │ │ └─ materialize_iterator duration: 0.00307
  524. │ │ │ │ ┌─ set_relation
  525. │ │ │ │ └─ set_relation duration: 0.00007
  526. │ │ │ └─ decl o_orderpriority##475 duration: 0.01611
  527. │ │ │ ┌─ decl o_orderdate##474
  528. │ │ │ │ ┌─ optimize_var_order
  529. │ │ │ │ │ def=o_orderdate##474
  530. │ │ │ │ └─ optimize_var_order duration: 0.00224
  531. │ │ │ │ ┌─ compile
  532. │ │ │ │ └─ compile duration: 0.28472
  533. │ │ │ │ ┌─ materialize_iterator
  534. │ │ │ │ │ def=##Fhb5NKq8#623
  535. │ │ │ │ │ body=k1#240v#136pos#432 : ( α5648857759134651122#orders_csv(pos#432, k1#240) and
  536. │ │ │ │ │     α10519696545233277314#orders_csv(pos#432, v#136))
  537. │ │ │ │ └─ materialize_iterator duration: 0.00440
  538. │ │ │ │ ┌─ permute_and_sort
  539. │ │ │ │ │ ┌─ set_relation
  540. │ │ │ │ │ └─ set_relation duration: 0.00014
  541. │ │ │ │ └─ permute_and_sort duration: 0.14019
  542. │ │ │ │ ┌─ compile
  543. │ │ │ │ └─ compile duration: 0.50304
  544. │ │ │ │ ┌─ materialize_iterator
  545. │ │ │ │ │ def=o_orderdate##474
  546. │ │ │ │ │ body=k1#240v#136 : exists( pos#432 : true : ##Fhb5NKq8#623(k1#240, v#136, pos#432) )
  547. │ │ │ │ └─ materialize_iterator duration: 0.00133
  548. │ │ │ │ ┌─ set_relation
  549. │ │ │ │ └─ set_relation duration: 0.03993
  550. │ │ │ └─ decl o_orderdate##474 duration: 1.49098
  551. │ │ │ ┌─ decl o_totalprice##473
  552. │ │ │ │ ┌─ optimize_var_order
  553. │ │ │ │ │ def=o_totalprice##473
  554. │ │ │ │ └─ optimize_var_order duration: 0.00229
  555. │ │ │ │ ┌─ compile
  556. │ │ │ │ └─ compile duration: 0.29005
  557. │ │ │ │ ┌─ materialize_iterator
  558. │ │ │ │ │ def=##pY0iaDbD#629
  559. │ │ │ │ │ body=k1#239v#135pos#431 : ( α5648857759134651122#orders_csv(pos#431, k1#239) and
  560. │ │ │ │ │     α3400915161299521665#orders_csv(pos#431, v#135))
  561. │ │ │ │ └─ materialize_iterator duration: 0.00418
  562. │ │ │ │ ┌─ permute_and_sort
  563. │ │ │ │ │ ┌─ set_relation
  564. │ │ │ │ │ └─ set_relation duration: 0.00016
  565. │ │ │ │ └─ permute_and_sort duration: 0.14395
  566. │ │ │ │ ┌─ compile
  567. │ │ │ │ └─ compile duration: 0.49533
  568. │ │ │ │ ┌─ materialize_iterator
  569. │ │ │ │ │ def=o_totalprice##473
  570. │ │ │ │ │ body=k1#239v#135 : exists( pos#431 : true : ##pY0iaDbD#629(k1#239, v#135, pos#431) )
  571. │ │ │ │ └─ materialize_iterator duration: 0.00136
  572. │ │ │ │ ┌─ set_relation
  573. │ │ │ │ └─ set_relation duration: 0.04081
  574. │ │ │ └─ decl o_totalprice##473 duration: 1.45424
  575. │ │ │ ┌─ decl o_orderstatus##472
  576. │ │ │ │ ┌─ optimize_var_order
  577. │ │ │ │ │ def=o_orderstatus##472
  578. │ │ │ │ └─ optimize_var_order duration: 0.00227
  579. │ │ │ │ ┌─ compile
  580. │ │ │ │ └─ compile duration: 0.28452
  581. │ │ │ │ ┌─ materialize_iterator
  582. │ │ │ │ │ def=##NJO2wbqG#635
  583. │ │ │ │ │ body=k1#238v#134pos#430 : ( α5648857759134651122#orders_csv(pos#430, k1#238) and
  584. │ │ │ │ │     α10951268342707252075#orders_csv(pos#430, v#134))
  585. │ │ │ │ └─ materialize_iterator duration: 0.00432
  586. │ │ │ │ ┌─ permute_and_sort
  587. │ │ │ │ │ ┌─ set_relation
  588. │ │ │ │ │ └─ set_relation duration: 0.00020
  589. │ │ │ │ └─ permute_and_sort duration: 0.14264
  590. │ │ │ │ ┌─ compile
  591. │ │ │ │ └─ compile duration: 0.50192
  592. │ │ │ │ ┌─ materialize_iterator
  593. │ │ │ │ │ def=o_orderstatus##472
  594. │ │ │ │ │ body=k1#238v#134 : exists( pos#430 : true : ##NJO2wbqG#635(k1#238, v#134, pos#430) )
  595. │ │ │ │ └─ materialize_iterator duration: 0.00136
  596. │ │ │ │ ┌─ set_relation
  597. │ │ │ │ └─ set_relation duration: 0.05476
  598. │ │ │ └─ decl o_orderstatus##472 duration: 1.44642
  599. │ │ │ ┌─ decl o_custkey##471
  600. │ │ │ │ ┌─ optimize_var_order
  601. │ │ │ │ │ def=o_custkey##471
  602. │ │ │ │ └─ optimize_var_order duration: 0.00314
  603. │ │ │ │ ┌─ compile
  604. │ │ │ │ └─ compile duration: 0.00067
  605. │ │ │ │ ┌─ materialize_iterator
  606. │ │ │ │ │ def=##qgCo7yFb#641
  607. │ │ │ │ │ body=k1#237v#133pos#429 : ( α5648857759134651122#orders_csv(pos#429, k1#237) and
  608. │ │ │ │ │     α1953868763460164825#orders_csv(pos#429, v#133))
  609. │ │ │ │ └─ materialize_iterator duration: 0.00591
  610. │ │ │ │ ┌─ permute_and_sort
  611. │ │ │ │ │ ┌─ set_relation
  612. │ │ │ │ │ └─ set_relation duration: 0.00008
  613. │ │ │ │ └─ permute_and_sort duration: 0.00110
  614. │ │ │ │ ┌─ compile
  615. │ │ │ │ └─ compile duration: 0.00035
  616. │ │ │ │ ┌─ materialize_iterator
  617. │ │ │ │ │ def=o_custkey##471
  618. │ │ │ │ │ body=k1#237v#133 : exists( pos#429 : true : ##qgCo7yFb#641(k1#237, v#133, pos#429) )
  619. │ │ │ │ └─ materialize_iterator duration: 0.00152
  620. │ │ │ │ ┌─ set_relation
  621. │ │ │ │ └─ set_relation duration: 0.00008
  622. │ │ │ └─ decl o_custkey##471 duration: 0.01457
  623. │ │ │ ┌─ decl orders##470
  624. │ │ │ │ ┌─ optimize_var_order
  625. │ │ │ │ │ def=orders##470
  626. │ │ │ │ └─ optimize_var_order duration: 0.05752
  627. │ │ │ │ ┌─ compile
  628. │ │ │ │ └─ compile duration: 0.00696
  629. │ │ │ │ ┌─ materialize_iterator
  630. │ │ │ │ │ def=##ViFnNtmz#647
  631. │ │ │ │ │ body=k1#169pos#328 : α5648857759134651122#orders_csv(pos#328, k1#169)
  632. │ │ │ │ └─ materialize_iterator duration: 0.00076
  633. │ │ │ │ ┌─ permute_and_sort
  634. │ │ │ │ │ ┌─ set_relation
  635. │ │ │ │ │ └─ set_relation duration: 0.00013
  636. │ │ │ │ └─ permute_and_sort duration: 0.13313
  637. │ │ │ │ ┌─ compile
  638. │ │ │ │ └─ compile duration: 0.54745
  639. │ │ │ │ ┌─ materialize_iterator
  640. │ │ │ │ │ def=orders##470
  641. │ │ │ │ │ body=k1#169 : exists( pos#328 : true : ##ViFnNtmz#647(k1#169, pos#328) )
  642. │ │ │ │ └─ materialize_iterator duration: 0.00084
  643. │ │ │ │ ┌─ set_relation
  644. │ │ │ │ └─ set_relation duration: 0.05620
  645. │ │ │ └─ decl orders##470 duration: 1.11233
  646. │ │ │ ┌─ decl c_comment##468
  647. │ │ │ │ ┌─ optimize_var_order
  648. │ │ │ │ │ def=c_comment##468
  649. │ │ │ │ └─ optimize_var_order duration: 0.00265
  650. │ │ │ │ ┌─ compile
  651. │ │ │ │ └─ compile duration: 0.00067
  652. │ │ │ │ ┌─ materialize_iterator
  653. │ │ │ │ │ def=##WL7VqcGu#651
  654. │ │ │ │ │ body=k1#236v#132pos#428 : ( α16463399872733420402#customer_csv(pos#428, k1#236) and
  655. │ │ │ │ │     α10429424092825033494#customer_csv(pos#428, v#132))
  656. │ │ │ │ └─ materialize_iterator duration: 0.00092
  657. │ │ │ │ ┌─ permute_and_sort
  658. │ │ │ │ │ ┌─ set_relation
  659. │ │ │ │ │ └─ set_relation duration: 0.00006
  660. │ │ │ │ └─ permute_and_sort duration: 0.00071
  661. │ │ │ │ ┌─ compile
  662. │ │ │ │ └─ compile duration: 0.00042
  663. │ │ │ │ ┌─ materialize_iterator
  664. │ │ │ │ │ def=c_comment##468
  665. │ │ │ │ │ body=k1#236v#132 : exists( pos#428 : true : ##WL7VqcGu#651(k1#236, v#132, pos#428) )
  666. │ │ │ │ └─ materialize_iterator duration: 0.00133
  667. │ │ │ │ ┌─ set_relation
  668. │ │ │ │ └─ set_relation duration: 0.00006
  669. │ │ │ └─ decl c_comment##468 duration: 0.00836
  670. │ │ │ ┌─ decl c_mktsegment##467
  671. │ │ │ │ ┌─ optimize_var_order
  672. │ │ │ │ │ def=c_mktsegment##467
  673. │ │ │ │ └─ optimize_var_order duration: 0.00220
  674. │ │ │ │ ┌─ compile
  675. │ │ │ │ └─ compile duration: 0.17635
  676. │ │ │ │ ┌─ materialize_iterator
  677. │ │ │ │ │ def=##239gR5YF#657
  678. │ │ │ │ │ body=k1#235v#131pos#427 : ( α16463399872733420402#customer_csv(pos#427, k1#235) and
  679. │ │ │ │ │     α1218970162025755769#customer_csv(pos#427, v#131))
  680. │ │ │ │ └─ materialize_iterator duration: 0.00091
  681. │ │ │ │ ┌─ permute_and_sort
  682. │ │ │ │ │ ┌─ set_relation
  683. │ │ │ │ │ └─ set_relation duration: 0.00013
  684. │ │ │ │ └─ permute_and_sort duration: 0.02353
  685. │ │ │ │ ┌─ compile
  686. │ │ │ │ └─ compile duration: 0.00042
  687. │ │ │ │ ┌─ materialize_iterator
  688. │ │ │ │ │ def=c_mktsegment##467
  689. │ │ │ │ │ body=k1#235v#131 : exists( pos#427 : true : ##239gR5YF#657(k1#235, v#131, pos#427) )
  690. │ │ │ │ └─ materialize_iterator duration: 0.00054
  691. │ │ │ │ ┌─ set_relation
  692. │ │ │ │ └─ set_relation duration: 0.00005
  693. │ │ │ └─ decl c_mktsegment##467 duration: 0.57214
  694. │ │ │ ┌─ decl c_acctbal##466
  695. │ │ │ │ ┌─ optimize_var_order
  696. │ │ │ │ │ def=c_acctbal##466
  697. │ │ │ │ └─ optimize_var_order duration: 0.00221
  698. │ │ │ │ ┌─ compile
  699. │ │ │ │ └─ compile duration: 0.00061
  700. │ │ │ │ ┌─ materialize_iterator
  701. │ │ │ │ │ def=##UbDqtHAs#663
  702. │ │ │ │ │ body=k1#234v#130pos#426 : ( α16463399872733420402#customer_csv(pos#426, k1#234) and
  703. │ │ │ │ │     α4442874623377277380#customer_csv(pos#426, v#130))
  704. │ │ │ │ └─ materialize_iterator duration: 0.00068
  705. │ │ │ │ ┌─ permute_and_sort
  706. │ │ │ │ │ ┌─ set_relation
  707. │ │ │ │ │ └─ set_relation duration: 0.00006
  708. │ │ │ │ └─ permute_and_sort duration: 0.00027
  709. │ │ │ │ ┌─ compile
  710. │ │ │ │ └─ compile duration: 0.00037
  711. │ │ │ │ ┌─ materialize_iterator
  712. │ │ │ │ │ def=c_acctbal##466
  713. │ │ │ │ │ body=k1#234v#130 : exists( pos#426 : true : ##UbDqtHAs#663(k1#234, v#130, pos#426) )
  714. │ │ │ │ └─ materialize_iterator duration: 0.00033
  715. │ │ │ │ ┌─ set_relation
  716. │ │ │ │ └─ set_relation duration: 0.00005
  717. │ │ │ └─ decl c_acctbal##466 duration: 0.00572
  718. │ │ │ ┌─ decl c_phone##465
  719. │ │ │ │ ┌─ optimize_var_order
  720. │ │ │ │ │ def=c_phone##465
  721. │ │ │ │ └─ optimize_var_order duration: 0.00203
  722. │ │ │ │ ┌─ compile
  723. │ │ │ │ └─ compile duration: 0.00050
  724. │ │ │ │ ┌─ materialize_iterator
  725. │ │ │ │ │ def=##FzhBAG2h#669
  726. │ │ │ │ │ body=k1#233v#129pos#425 : ( α16463399872733420402#customer_csv(pos#425, k1#233) and
  727. │ │ │ │ │     α6114473364383795241#customer_csv(pos#425, v#129))
  728. │ │ │ │ └─ materialize_iterator duration: 0.00078
  729. │ │ │ │ ┌─ permute_and_sort
  730. │ │ │ │ │ ┌─ set_relation
  731. │ │ │ │ │ └─ set_relation duration: 0.00006
  732. │ │ │ │ └─ permute_and_sort duration: 0.00042
  733. │ │ │ │ ┌─ compile
  734. │ │ │ │ └─ compile duration: 0.00035
  735. │ │ │ │ ┌─ materialize_iterator
  736. │ │ │ │ │ def=c_phone##465
  737. │ │ │ │ │ body=k1#233v#129 : exists( pos#425 : true : ##FzhBAG2h#669(k1#233, v#129, pos#425) )
  738. │ │ │ │ └─ materialize_iterator duration: 0.00051
  739. │ │ │ │ ┌─ set_relation
  740. │ │ │ │ └─ set_relation duration: 0.00005
  741. │ │ │ └─ decl c_phone##465 duration: 0.00572
  742. │ │ │ ┌─ decl c_nationkey##464
  743. │ │ │ │ ┌─ optimize_var_order
  744. │ │ │ │ │ def=c_nationkey##464
  745. │ │ │ │ └─ optimize_var_order duration: 0.00215
  746. │ │ │ │ ┌─ compile
  747. │ │ │ │ └─ compile duration: 0.00047
  748. │ │ │ │ ┌─ materialize_iterator
  749. │ │ │ │ │ def=##lYmA5yTt#675
  750. │ │ │ │ │ body=k1#232v#128pos#424 : ( α16463399872733420402#customer_csv(pos#424, k1#232) and
  751. │ │ │ │ │     α13099912105568837177#customer_csv(pos#424, v#128))
  752. │ │ │ │ └─ materialize_iterator duration: 0.00067
  753. │ │ │ │ ┌─ permute_and_sort
  754. │ │ │ │ │ ┌─ set_relation
  755. │ │ │ │ │ └─ set_relation duration: 0.00005
  756. │ │ │ │ └─ permute_and_sort duration: 0.00026
  757. │ │ │ │ ┌─ compile
  758. │ │ │ │ └─ compile duration: 0.00023
  759. │ │ │ │ ┌─ materialize_iterator
  760. │ │ │ │ │ def=c_nationkey##464
  761. │ │ │ │ │ body=k1#232v#128 : exists( pos#424 : true : ##lYmA5yTt#675(k1#232, v#128, pos#424) )
  762. │ │ │ │ └─ materialize_iterator duration: 0.00033
  763. │ │ │ │ ┌─ set_relation
  764. │ │ │ │ └─ set_relation duration: 0.00005
  765. │ │ │ └─ decl c_nationkey##464 duration: 0.00531
  766. │ │ │ ┌─ decl c_address##463
  767. │ │ │ │ ┌─ optimize_var_order
  768. │ │ │ │ │ def=c_address##463
  769. │ │ │ │ └─ optimize_var_order duration: 0.00227
  770. │ │ │ │ ┌─ compile
  771. │ │ │ │ └─ compile duration: 0.29251
  772. │ │ │ │ ┌─ materialize_iterator
  773. │ │ │ │ │ def=##SaWJ9nHk#681
  774. │ │ │ │ │ body=k1#231v#127pos#423 : ( α16463399872733420402#customer_csv(pos#423, k1#231) and
  775. │ │ │ │ │     α14779384517071270391#customer_csv(pos#423, v#127))
  776. │ │ │ │ └─ materialize_iterator duration: 0.00104
  777. │ │ │ │ ┌─ permute_and_sort
  778. │ │ │ │ │ ┌─ set_relation
  779. │ │ │ │ │ └─ set_relation duration: 0.00014
  780. │ │ │ │ └─ permute_and_sort duration: 0.36941
  781. │ │ │ │ ┌─ compile
  782. │ │ │ │ └─ compile duration: 0.96105
  783. │ │ │ │ ┌─ materialize_iterator
  784. │ │ │ │ │ def=c_address##463
  785. │ │ │ │ │ body=k1#231v#127 : exists( pos#423 : true : ##SaWJ9nHk#681(k1#231, v#127, pos#423) )
  786. │ │ │ │ └─ materialize_iterator duration: 0.00092
  787. │ │ │ │ ┌─ set_relation
  788. │ │ │ │ └─ set_relation duration: 0.03950
  789. │ │ │ └─ decl c_address##463 duration: 2.94863
  790. │ │ │ ┌─ decl c_name##462
  791. │ │ │ │ ┌─ optimize_var_order
  792. │ │ │ │ │ def=c_name##462
  793. │ │ │ │ └─ optimize_var_order duration: 0.00226
  794. │ │ │ │ ┌─ compile
  795. │ │ │ │ └─ compile duration: 0.28215
  796. │ │ │ │ ┌─ materialize_iterator
  797. │ │ │ │ │ def=##2YDgONIx#687
  798. │ │ │ │ │ body=k1#230v#126pos#422 : ( α16463399872733420402#customer_csv(pos#422, k1#230) and
  799. │ │ │ │ │     α6341016064208346465#customer_csv(pos#422, v#126))
  800. │ │ │ │ └─ materialize_iterator duration: 0.00099
  801. │ │ │ │ ┌─ permute_and_sort
  802. │ │ │ │ │ ┌─ set_relation
  803. │ │ │ │ │ └─ set_relation duration: 0.00013
  804. │ │ │ │ └─ permute_and_sort duration: 0.24296
  805. │ │ │ │ ┌─ compile
  806. │ │ │ │ └─ compile duration: 0.72460
  807. │ │ │ │ ┌─ materialize_iterator
  808. │ │ │ │ │ def=c_name##462
  809. │ │ │ │ │ body=k1#230v#126 : exists( pos#422 : true : ##2YDgONIx#687(k1#230, v#126, pos#422) )
  810. │ │ │ │ └─ materialize_iterator duration: 0.00072
  811. │ │ │ │ ┌─ set_relation
  812. │ │ │ │ └─ set_relation duration: 0.04241
  813. │ │ │ └─ decl c_name##462 duration: 2.15240
  814. │ │ │ ┌─ decl customer##461
  815. │ │ │ │ ┌─ optimize_var_order
  816. │ │ │ │ │ def=customer##461
  817. │ │ │ │ └─ optimize_var_order duration: 0.00109
  818. │ │ │ │ ┌─ compile
  819. │ │ │ │ └─ compile duration: 0.00026
  820. │ │ │ │ ┌─ materialize_iterator
  821. │ │ │ │ │ def=##lKbcKgUd#693
  822. │ │ │ │ │ body=k1#143pos#284 : α16463399872733420402#customer_csv(pos#284, k1#143)
  823. │ │ │ │ └─ materialize_iterator duration: 0.00029
  824. │ │ │ │ ┌─ permute_and_sort
  825. │ │ │ │ │ ┌─ set_relation
  826. │ │ │ │ │ └─ set_relation duration: 0.00006
  827. │ │ │ │ └─ permute_and_sort duration: 0.00030
  828. │ │ │ │ ┌─ compile
  829. │ │ │ │ └─ compile duration: 0.00026
  830. │ │ │ │ ┌─ materialize_iterator
  831. │ │ │ │ │ def=customer##461
  832. │ │ │ │ │ body=k1#143 : exists( pos#284 : true : ##lKbcKgUd#693(k1#143, pos#284) )
  833. │ │ │ │ └─ materialize_iterator duration: 0.00140
  834. │ │ │ │ ┌─ set_relation
  835. │ │ │ │ └─ set_relation duration: 0.00009
  836. │ │ │ └─ decl customer##461 duration: 0.00485
  837. │ │ │ ┌─ decl ps_comment##459
  838. │ │ │ │ ┌─ optimize_var_order
  839. │ │ │ │ │ def=ps_comment##459
  840. │ │ │ │ └─ optimize_var_order duration: 0.00266
  841. │ │ │ │ ┌─ compile
  842. │ │ │ │ └─ compile duration: 1.80205
  843. │ │ │ │ ┌─ materialize_iterator
  844. │ │ │ │ │ def=##zgBruWL8#697
  845. │ │ │ │ │ body=k1#229k2#54v#125pos#421 : ( α15419786987773016758#partsupp_csv(pos#421, k1#229) and
  846. │ │ │ │ │     α3298856533526015624#partsupp_csv(pos#421, k2#54) and
  847. │ │ │ │ │     α332203536579144113#partsupp_csv(pos#421, v#125))
  848. │ │ │ │ └─ materialize_iterator duration: 0.00642
  849. │ │ │ │ ┌─ permute_and_sort
  850. │ │ │ │ │ ┌─ set_relation
  851. │ │ │ │ │ └─ set_relation duration: 0.00013
  852. │ │ │ │ └─ permute_and_sort duration: 1.46765
  853. │ │ │ │ ┌─ compile
  854. │ │ │ │ └─ compile duration: 3.32619
  855. │ │ │ │ ┌─ materialize_iterator
  856. │ │ │ │ │ def=ps_comment##459
  857. │ │ │ │ │ body=k1#229k2#54v#125 : exists( pos#421 : true : ##zgBruWL8#697(k1#229, k2#54, v#125, pos#421) )
  858. │ │ │ │ └─ materialize_iterator duration: 0.01292
  859. │ │ │ │ ┌─ set_relation
  860. │ │ │ │ └─ set_relation duration: 0.05632
  861. │ │ │ └─ decl ps_comment##459 duration: 15.28805
  862. │ │ │ ┌─ decl ps_supplycost##458
  863. │ │ │ │ ┌─ optimize_var_order
  864. │ │ │ │ │ def=ps_supplycost##458
  865. │ │ │ │ └─ optimize_var_order duration: 0.00256
  866. │ │ │ │ ┌─ compile
  867. │ │ │ │ └─ compile duration: 0.00082
  868. │ │ │ │ ┌─ materialize_iterator
  869. │ │ │ │ │ def=##1nDunW5y#704
  870. │ │ │ │ │ body=k1#228k2#53v#124pos#420 : ( α15419786987773016758#partsupp_csv(pos#420, k1#228) and
  871. │ │ │ │ │     α3298856533526015624#partsupp_csv(pos#420, k2#53) and
  872. │ │ │ │ │     α14924184239590299948#partsupp_csv(pos#420, v#124))
  873. │ │ │ │ └─ materialize_iterator duration: 0.00329
  874. │ │ │ │ ┌─ permute_and_sort
  875. │ │ │ │ │ ┌─ set_relation
  876. │ │ │ │ │ └─ set_relation duration: 0.00007
  877. │ │ │ │ └─ permute_and_sort duration: 0.00057
  878. │ │ │ │ ┌─ compile
  879. │ │ │ │ └─ compile duration: 0.00046
  880. │ │ │ │ ┌─ materialize_iterator
  881. │ │ │ │ │ def=ps_supplycost##458
  882. │ │ │ │ │ body=k1#228k2#53v#124 : exists( pos#420 : true : ##1nDunW5y#704(k1#228, k2#53, v#124, pos#420) )
  883. │ │ │ │ └─ materialize_iterator duration: 0.00098
  884. │ │ │ │ ┌─ set_relation
  885. │ │ │ │ └─ set_relation duration: 0.00006
  886. │ │ │ └─ decl ps_supplycost##458 duration: 0.01056
  887. │ │ │ ┌─ decl ps_availqty##457
  888. │ │ │ │ ┌─ optimize_var_order
  889. │ │ │ │ │ def=ps_availqty##457
  890. │ │ │ │ └─ optimize_var_order duration: 0.00243
  891. │ │ │ │ ┌─ compile
  892. │ │ │ │ └─ compile duration: 0.06806
  893. │ │ │ │ ┌─ materialize_iterator
  894. │ │ │ │ │ def=##3vtrRNp8#711
  895. │ │ │ │ │ body=k1#227k2#52v#123pos#419 : ( α15419786987773016758#partsupp_csv(pos#419, k1#227) and
  896. │ │ │ │ │     α3298856533526015624#partsupp_csv(pos#419, k2#52) and
  897. │ │ │ │ │     α6484385186269302252#partsupp_csv(pos#419, v#123))
  898. │ │ │ │ └─ materialize_iterator duration: 0.00337
  899. │ │ │ │ ┌─ permute_and_sort
  900. │ │ │ │ │ ┌─ set_relation
  901. │ │ │ │ │ └─ set_relation duration: 0.00018
  902. │ │ │ │ └─ permute_and_sort duration: 0.01369
  903. │ │ │ │ ┌─ compile
  904. │ │ │ │ └─ compile duration: 0.00042
  905. │ │ │ │ ┌─ materialize_iterator
  906. │ │ │ │ │ def=ps_availqty##457
  907. │ │ │ │ │ body=k1#227k2#52v#123 : exists( pos#419 : true : ##3vtrRNp8#711(k1#227, k2#52, v#123, pos#419) )
  908. │ │ │ │ └─ materialize_iterator duration: 0.01351
  909. │ │ │ │ ┌─ set_relation
  910. │ │ │ │ └─ set_relation duration: 0.00008
  911. │ │ │ └─ decl ps_availqty##457 duration: 0.51013
  912. │ │ │ ┌─ decl partsupp##456
  913. │ │ │ │ ┌─ optimize_var_order
  914. │ │ │ │ │ def=partsupp##456
  915. │ │ │ │ └─ optimize_var_order duration: 0.00239
  916. │ │ │ │ ┌─ compile
  917. │ │ │ │ └─ compile duration: 0.00057
  918. │ │ │ │ ┌─ materialize_iterator
  919. │ │ │ │ │ def=##fN94oX6C#718
  920. │ │ │ │ │ body=k1#117k2#13pos#237 : ( α15419786987773016758#partsupp_csv(pos#237, k1#117) and
  921. │ │ │ │ │     α3298856533526015624#partsupp_csv(pos#237, k2#13))
  922. │ │ │ │ └─ materialize_iterator duration: 0.00243
  923. │ │ │ │ ┌─ permute_and_sort
  924. │ │ │ │ │ ┌─ set_relation
  925. │ │ │ │ │ └─ set_relation duration: 0.00006
  926. │ │ │ │ └─ permute_and_sort duration: 0.00057
  927. │ │ │ │ ┌─ compile
  928. │ │ │ │ └─ compile duration: 0.00030
  929. │ │ │ │ ┌─ materialize_iterator
  930. │ │ │ │ │ def=partsupp##456
  931. │ │ │ │ │ body=k1#117k2#13 : exists( pos#237 : true : ##fN94oX6C#718(k1#117, k2#13, pos#237) )
  932. │ │ │ │ └─ materialize_iterator duration: 0.00066
  933. │ │ │ │ ┌─ set_relation
  934. │ │ │ │ └─ set_relation duration: 0.00005
  935. │ │ │ └─ decl partsupp##456 duration: 0.00827
  936. │ │ │ ┌─ decl s_comment##454
  937. │ │ │ │ ┌─ optimize_var_order
  938. │ │ │ │ │ def=s_comment##454
  939. │ │ │ │ └─ optimize_var_order duration: 0.00241
  940. │ │ │ │ ┌─ compile
  941. │ │ │ │ └─ compile duration: 0.15637
  942. │ │ │ │ ┌─ materialize_iterator
  943. │ │ │ │ │ def=##sZRgN3OZ#724
  944. │ │ │ │ │ body=k1#226v#122pos#418 : ( α5381354380146329536#supplier_csv(pos#418, k1#226) and
  945. │ │ │ │ │     α16072690431916503838#supplier_csv(pos#418, v#122))
  946. │ │ │ │ └─ materialize_iterator duration: 0.00055
  947. │ │ │ │ ┌─ permute_and_sort
  948. │ │ │ │ │ ┌─ set_relation
  949. │ │ │ │ │ └─ set_relation duration: 0.00015
  950. │ │ │ │ └─ permute_and_sort duration: 0.11883
  951. │ │ │ │ ┌─ compile
  952. │ │ │ │ └─ compile duration: 0.00049
  953. │ │ │ │ ┌─ materialize_iterator
  954. │ │ │ │ │ def=s_comment##454
  955. │ │ │ │ │ body=k1#226v#122 : exists( pos#418 : true : ##sZRgN3OZ#724(k1#226, v#122, pos#418) )
  956. │ │ │ │ └─ materialize_iterator duration: 0.00042
  957. │ │ │ │ ┌─ set_relation
  958. │ │ │ │ └─ set_relation duration: 0.00007
  959. │ │ │ └─ decl s_comment##454 duration: 1.27810
  960. │ │ │ ┌─ decl s_acctbal##453
  961. │ │ │ │ ┌─ optimize_var_order
  962. │ │ │ │ │ def=s_acctbal##453
  963. │ │ │ │ └─ optimize_var_order duration: 0.00223
  964. │ │ │ │ ┌─ compile
  965. │ │ │ │ └─ compile duration: 0.00067
  966. │ │ │ │ ┌─ materialize_iterator
  967. │ │ │ │ │ def=##QycGX5U7#730
  968. │ │ │ │ │ body=k1#225v#121pos#417 : ( α5381354380146329536#supplier_csv(pos#417, k1#225) and
  969. │ │ │ │ │     α2000024054474459503#supplier_csv(pos#417, v#121))
  970. │ │ │ │ └─ materialize_iterator duration: 0.00036
  971. │ │ │ │ ┌─ permute_and_sort
  972. │ │ │ │ │ ┌─ set_relation
  973. │ │ │ │ │ └─ set_relation duration: 0.00006
  974. │ │ │ │ └─ permute_and_sort duration: 0.00025
  975. │ │ │ │ ┌─ compile
  976. │ │ │ │ └─ compile duration: 0.00037
  977. │ │ │ │ ┌─ materialize_iterator
  978. │ │ │ │ │ def=s_acctbal##453
  979. │ │ │ │ │ body=k1#225v#121 : exists( pos#417 : true : ##QycGX5U7#730(k1#225, v#121, pos#417) )
  980. │ │ │ │ └─ materialize_iterator duration: 0.00024
  981. │ │ │ │ ┌─ set_relation
  982. │ │ │ │ └─ set_relation duration: 0.00005
  983. │ │ │ └─ decl s_acctbal##453 duration: 0.00550
  984. │ │ │ ┌─ decl s_phone##452
  985. │ │ │ │ ┌─ optimize_var_order
  986. │ │ │ │ │ def=s_phone##452
  987. │ │ │ │ └─ optimize_var_order duration: 0.00225
  988. │ │ │ │ ┌─ compile
  989. │ │ │ │ └─ compile duration: 0.00054
  990. │ │ │ │ ┌─ materialize_iterator
  991. │ │ │ │ │ def=##I3Mks3bL#736
  992. │ │ │ │ │ body=k1#224v#120pos#416 : ( α5381354380146329536#supplier_csv(pos#416, k1#224) and
  993. │ │ │ │ │     α1778087457759469446#supplier_csv(pos#416, v#120))
  994. │ │ │ │ └─ materialize_iterator duration: 0.00035
  995. │ │ │ │ ┌─ permute_and_sort
  996. │ │ │ │ │ ┌─ set_relation
  997. │ │ │ │ │ └─ set_relation duration: 0.00006
  998. │ │ │ │ └─ permute_and_sort duration: 0.00023
  999. │ │ │ │ ┌─ compile
  1000. │ │ │ │ └─ compile duration: 0.00028
  1001. │ │ │ │ ┌─ materialize_iterator
  1002. │ │ │ │ │ def=s_phone##452
  1003. │ │ │ │ │ body=k1#224v#120 : exists( pos#416 : true : ##I3Mks3bL#736(k1#224, v#120, pos#416) )
  1004. │ │ │ │ └─ materialize_iterator duration: 0.00026
  1005. │ │ │ │ ┌─ set_relation
  1006. │ │ │ │ └─ set_relation duration: 0.00005
  1007. │ │ │ └─ decl s_phone##452 duration: 0.00507
  1008. │ │ │ ┌─ decl s_nationkey##451
  1009. │ │ │ │ ┌─ optimize_var_order
  1010. │ │ │ │ │ def=s_nationkey##451
  1011. │ │ │ │ └─ optimize_var_order duration: 0.00204
  1012. │ │ │ │ ┌─ compile
  1013. │ │ │ │ └─ compile duration: 0.00041
  1014. │ │ │ │ ┌─ materialize_iterator
  1015. │ │ │ │ │ def=##rxyZMR3V#742
  1016. │ │ │ │ │ body=k1#223v#119pos#415 : ( α5381354380146329536#supplier_csv(pos#415, k1#223) and
  1017. │ │ │ │ │     α15695902449522723370#supplier_csv(pos#415, v#119))
  1018. │ │ │ │ └─ materialize_iterator duration: 0.00033
  1019. │ │ │ │ ┌─ permute_and_sort
  1020. │ │ │ │ │ ┌─ set_relation
  1021. │ │ │ │ │ └─ set_relation duration: 0.00005
  1022. │ │ │ │ └─ permute_and_sort duration: 0.00020
  1023. │ │ │ │ ┌─ compile
  1024. │ │ │ │ └─ compile duration: 0.00022
  1025. │ │ │ │ ┌─ materialize_iterator
  1026. │ │ │ │ │ def=s_nationkey##451
  1027. │ │ │ │ │ body=k1#223v#119 : exists( pos#415 : true : ##rxyZMR3V#742(k1#223, v#119, pos#415) )
  1028. │ │ │ │ └─ materialize_iterator duration: 0.00024
  1029. │ │ │ │ ┌─ set_relation
  1030. │ │ │ │ └─ set_relation duration: 0.00005
  1031. │ │ │ └─ decl s_nationkey##451 duration: 0.00458
  1032. │ │ │ ┌─ decl s_address##450
  1033. │ │ │ │ ┌─ optimize_var_order
  1034. │ │ │ │ │ def=s_address##450
  1035. │ │ │ │ └─ optimize_var_order duration: 0.00200
  1036. │ │ │ │ ┌─ compile
  1037. │ │ │ │ └─ compile duration: 0.16488
  1038. │ │ │ │ ┌─ materialize_iterator
  1039. │ │ │ │ │ def=##nJ74XKVC#748
  1040. │ │ │ │ │ body=k1#222v#118pos#414 : ( α5381354380146329536#supplier_csv(pos#414, k1#222) and
  1041. │ │ │ │ │     α12991518675070768491#supplier_csv(pos#414, v#118))
  1042. │ │ │ │ └─ materialize_iterator duration: 0.00051
  1043. │ │ │ │ ┌─ permute_and_sort
  1044. │ │ │ │ │ ┌─ set_relation
  1045. │ │ │ │ │ └─ set_relation duration: 0.00013
  1046. │ │ │ │ └─ permute_and_sort duration: 0.05638
  1047. │ │ │ │ ┌─ compile
  1048. │ │ │ │ └─ compile duration: 0.00054
  1049. │ │ │ │ ┌─ materialize_iterator
  1050. │ │ │ │ │ def=s_address##450
  1051. │ │ │ │ │ body=k1#222v#118 : exists( pos#414 : true : ##nJ74XKVC#748(k1#222, v#118, pos#414) )
  1052. │ │ │ │ └─ materialize_iterator duration: 0.00036
  1053. │ │ │ │ ┌─ set_relation
  1054. │ │ │ │ └─ set_relation duration: 0.00008
  1055. │ │ │ └─ decl s_address##450 duration: 0.84644
  1056. │ │ │ ┌─ decl s_name##449
  1057. │ │ │ │ ┌─ optimize_var_order
  1058. │ │ │ │ │ def=s_name##449
  1059. │ │ │ │ └─ optimize_var_order duration: 0.00231
  1060. │ │ │ │ ┌─ compile
  1061. │ │ │ │ └─ compile duration: 0.00064
  1062. │ │ │ │ ┌─ materialize_iterator
  1063. │ │ │ │ │ def=##gIgublk0#754
  1064. │ │ │ │ │ body=k1#221v#117pos#413 : ( α5381354380146329536#supplier_csv(pos#413, k1#221) and
  1065. │ │ │ │ │     α10276388915680157469#supplier_csv(pos#413, v#117))
  1066. │ │ │ │ └─ materialize_iterator duration: 0.00037
  1067. │ │ │ │ ┌─ permute_and_sort
  1068. │ │ │ │ │ ┌─ set_relation
  1069. │ │ │ │ │ └─ set_relation duration: 0.00006
  1070. │ │ │ │ └─ permute_and_sort duration: 0.00026
  1071. │ │ │ │ ┌─ compile
  1072. │ │ │ │ └─ compile duration: 0.00033
  1073. │ │ │ │ ┌─ materialize_iterator
  1074. │ │ │ │ │ def=s_name##449
  1075. │ │ │ │ │ body=k1#221v#117 : exists( pos#413 : true : ##gIgublk0#754(k1#221, v#117, pos#413) )
  1076. │ │ │ │ └─ materialize_iterator duration: 0.00027
  1077. │ │ │ │ ┌─ set_relation
  1078. │ │ │ │ └─ set_relation duration: 0.00005
  1079. │ │ │ └─ decl s_name##449 duration: 0.00560
  1080. │ │ │ ┌─ decl supplier##448
  1081. │ │ │ │ ┌─ optimize_var_order
  1082. │ │ │ │ │ def=supplier##448
  1083. │ │ │ │ └─ optimize_var_order duration: 0.00098
  1084. │ │ │ │ ┌─ compile
  1085. │ │ │ │ └─ compile duration: 0.00019
  1086. │ │ │ │ ┌─ materialize_iterator
  1087. │ │ │ │ │ def=##rRooFxAn#760
  1088. │ │ │ │ │ body=k1#91pos#172 : α5381354380146329536#supplier_csv(pos#172, k1#91)
  1089. │ │ │ │ └─ materialize_iterator duration: 0.00020
  1090. │ │ │ │ ┌─ permute_and_sort
  1091. │ │ │ │ │ ┌─ set_relation
  1092. │ │ │ │ │ └─ set_relation duration: 0.00005
  1093. │ │ │ │ └─ permute_and_sort duration: 0.00022
  1094. │ │ │ │ ┌─ compile
  1095. │ │ │ │ └─ compile duration: 0.00022
  1096. │ │ │ │ ┌─ materialize_iterator
  1097. │ │ │ │ │ def=supplier##448
  1098. │ │ │ │ │ body=k1#91 : exists( pos#172 : true : ##rRooFxAn#760(k1#91, pos#172) )
  1099. │ │ │ │ └─ materialize_iterator duration: 0.00022
  1100. │ │ │ │ ┌─ set_relation
  1101. │ │ │ │ └─ set_relation duration: 0.00005
  1102. │ │ │ └─ decl supplier##448 duration: 0.00309
  1103. │ │ │ ┌─ decl p_comment##446
  1104. │ │ │ │ ┌─ optimize_var_order
  1105. │ │ │ │ │ def=p_comment##446
  1106. │ │ │ │ └─ optimize_var_order duration: 0.00211
  1107. │ │ │ │ ┌─ compile
  1108. │ │ │ │ └─ compile duration: 0.00053
  1109. │ │ │ │ ┌─ materialize_iterator
  1110. │ │ │ │ │ def=##tuNdxVaP#764
  1111. │ │ │ │ │ body=k1#220v#116pos#412 : ( α12169576938164149870#part_csv(pos#412, k1#220) and
  1112. │ │ │ │ │     α15788335878031330693#part_csv(pos#412, v#116))
  1113. │ │ │ │ └─ materialize_iterator duration: 0.00094
  1114. │ │ │ │ ┌─ permute_and_sort
  1115. │ │ │ │ │ ┌─ set_relation
  1116. │ │ │ │ │ └─ set_relation duration: 0.00006
  1117. │ │ │ │ └─ permute_and_sort duration: 0.00044
  1118. │ │ │ │ ┌─ compile
  1119. │ │ │ │ └─ compile duration: 0.00030
  1120. │ │ │ │ ┌─ materialize_iterator
  1121. │ │ │ │ │ def=p_comment##446
  1122. │ │ │ │ │ body=k1#220v#116 : exists( pos#412 : true : ##tuNdxVaP#764(k1#220, v#116, pos#412) )
  1123. │ │ │ │ └─ materialize_iterator duration: 0.00069
  1124. │ │ │ │ ┌─ set_relation
  1125. │ │ │ │ └─ set_relation duration: 0.00005
  1126. │ │ │ └─ decl p_comment##446 duration: 0.00612
  1127. │ │ │ ┌─ decl p_retailprice##445
  1128. │ │ │ │ ┌─ optimize_var_order
  1129. │ │ │ │ │ def=p_retailprice##445
  1130. │ │ │ │ └─ optimize_var_order duration: 0.00209
  1131. │ │ │ │ ┌─ compile
  1132. │ │ │ │ └─ compile duration: 0.15731
  1133. │ │ │ │ ┌─ materialize_iterator
  1134. │ │ │ │ │ def=##CI9y7QXg#770
  1135. │ │ │ │ │ body=k1#219v#115pos#411 : ( α12169576938164149870#part_csv(pos#411, k1#219) and
  1136. │ │ │ │ │     α8248454591183298971#part_csv(pos#411, v#115))
  1137. │ │ │ │ └─ materialize_iterator duration: 0.00106
  1138. │ │ │ │ ┌─ permute_and_sort
  1139. │ │ │ │ │ ┌─ set_relation
  1140. │ │ │ │ │ └─ set_relation duration: 0.00012
  1141. │ │ │ │ └─ permute_and_sort duration: 0.01648
  1142. │ │ │ │ ┌─ compile
  1143. │ │ │ │ └─ compile duration: 0.00049
  1144. │ │ │ │ ┌─ materialize_iterator
  1145. │ │ │ │ │ def=p_retailprice##445
  1146. │ │ │ │ │ body=k1#219v#115 : exists( pos#411 : true : ##CI9y7QXg#770(k1#219, v#115, pos#411) )
  1147. │ │ │ │ └─ materialize_iterator duration: 0.00040
  1148. │ │ │ │ ┌─ set_relation
  1149. │ │ │ │ └─ set_relation duration: 0.00006
  1150. │ │ │ └─ decl p_retailprice##445 duration: 0.49064
  1151. │ │ │ ┌─ decl p_container##444
  1152. │ │ │ │ ┌─ optimize_var_order
  1153. │ │ │ │ │ def=p_container##444
  1154. │ │ │ │ └─ optimize_var_order duration: 0.00223
  1155. │ │ │ │ ┌─ compile
  1156. │ │ │ │ └─ compile duration: 0.00051
  1157. │ │ │ │ ┌─ materialize_iterator
  1158. │ │ │ │ │ def=##2O1sUIjl#776
  1159. │ │ │ │ │ body=k1#218v#114pos#410 : ( α12169576938164149870#part_csv(pos#410, k1#218) and
  1160. │ │ │ │ │     α14498861008277158551#part_csv(pos#410, v#114))
  1161. │ │ │ │ └─ materialize_iterator duration: 0.00091
  1162. │ │ │ │ ┌─ permute_and_sort
  1163. │ │ │ │ │ ┌─ set_relation
  1164. │ │ │ │ │ └─ set_relation duration: 0.00006
  1165. │ │ │ │ └─ permute_and_sort duration: 0.00039
  1166. │ │ │ │ ┌─ compile
  1167. │ │ │ │ └─ compile duration: 0.00028
  1168. │ │ │ │ ┌─ materialize_iterator
  1169. │ │ │ │ │ def=p_container##444
  1170. │ │ │ │ │ body=k1#218v#114 : exists( pos#410 : true : ##2O1sUIjl#776(k1#218, v#114, pos#410) )
  1171. │ │ │ │ └─ materialize_iterator duration: 0.00053
  1172. │ │ │ │ ┌─ set_relation
  1173. │ │ │ │ └─ set_relation duration: 0.00006
  1174. │ │ │ └─ decl p_container##444 duration: 0.00611
  1175. │ │ │ ┌─ decl p_size##443
  1176. │ │ │ │ ┌─ optimize_var_order
  1177. │ │ │ │ │ def=p_size##443
  1178. │ │ │ │ └─ optimize_var_order duration: 0.00211
  1179. │ │ │ │ ┌─ compile
  1180. │ │ │ │ └─ compile duration: 0.00048
  1181. │ │ │ │ ┌─ materialize_iterator
  1182. │ │ │ │ │ def=##xqF0n0Dq#782
  1183. │ │ │ │ │ body=k1#217v#113pos#409 : ( α12169576938164149870#part_csv(pos#409, k1#217) and
  1184. │ │ │ │ │     α7414229056357027660#part_csv(pos#409, v#113))
  1185. │ │ │ │ └─ materialize_iterator duration: 0.00080
  1186. │ │ │ │ ┌─ permute_and_sort
  1187. │ │ │ │ │ ┌─ set_relation
  1188. │ │ │ │ │ └─ set_relation duration: 0.00010
  1189. │ │ │ │ └─ permute_and_sort duration: 0.00034
  1190. │ │ │ │ ┌─ compile
  1191. │ │ │ │ └─ compile duration: 0.00035
  1192. │ │ │ │ ┌─ materialize_iterator
  1193. │ │ │ │ │ def=p_size##443
  1194. │ │ │ │ │ body=k1#217v#113 : exists( pos#409 : true : ##xqF0n0Dq#782(k1#217, v#113, pos#409) )
  1195. │ │ │ │ └─ materialize_iterator duration: 0.00037
  1196. │ │ │ │ ┌─ set_relation
  1197. │ │ │ │ └─ set_relation duration: 0.00005
  1198. │ │ │ └─ decl p_size##443 duration: 0.00563
  1199. │ │ │ ┌─ decl p_type##442
  1200. │ │ │ │ ┌─ optimize_var_order
  1201. │ │ │ │ │ def=p_type##442
  1202. │ │ │ │ └─ optimize_var_order duration: 0.00211
  1203. │ │ │ │ ┌─ compile
  1204. │ │ │ │ └─ compile duration: 0.00052
  1205. │ │ │ │ ┌─ materialize_iterator
  1206. │ │ │ │ │ def=##HB049oq1#788
  1207. │ │ │ │ │ body=k1#216v#112pos#408 : ( α12169576938164149870#part_csv(pos#408, k1#216) and
  1208. │ │ │ │ │     α10817664250433717476#part_csv(pos#408, v#112))
  1209. │ │ │ │ └─ materialize_iterator duration: 0.00098
  1210. │ │ │ │ ┌─ permute_and_sort
  1211. │ │ │ │ │ ┌─ set_relation
  1212. │ │ │ │ │ └─ set_relation duration: 0.00006
  1213. │ │ │ │ └─ permute_and_sort duration: 0.00050
  1214. │ │ │ │ ┌─ compile
  1215. │ │ │ │ └─ compile duration: 0.00037
  1216. │ │ │ │ ┌─ materialize_iterator
  1217. │ │ │ │ │ def=p_type##442
  1218. │ │ │ │ │ body=k1#216v#112 : exists( pos#408 : true : ##HB049oq1#788(k1#216, v#112, pos#408) )
  1219. │ │ │ │ └─ materialize_iterator duration: 0.00074
  1220. │ │ │ │ ┌─ set_relation
  1221. │ │ │ │ └─ set_relation duration: 0.00005
  1222. │ │ │ └─ decl p_type##442 duration: 0.00640
  1223. │ │ │ ┌─ decl p_brand##441
  1224. │ │ │ │ ┌─ optimize_var_order
  1225. │ │ │ │ │ def=p_brand##441
  1226. │ │ │ │ └─ optimize_var_order duration: 0.00219
  1227. │ │ │ │ ┌─ compile
  1228. │ │ │ │ └─ compile duration: 0.00052
  1229. │ │ │ │ ┌─ materialize_iterator
  1230. │ │ │ │ │ def=##ewOtLaMJ#794
  1231. │ │ │ │ │ body=k1#215v#111pos#407 : ( α12169576938164149870#part_csv(pos#407, k1#215) and
  1232. │ │ │ │ │     α5191813880201886107#part_csv(pos#407, v#111))
  1233. │ │ │ │ └─ materialize_iterator duration: 0.00098
  1234. │ │ │ │ ┌─ permute_and_sort
  1235. │ │ │ │ │ ┌─ set_relation
  1236. │ │ │ │ │ └─ set_relation duration: 0.00104
  1237. │ │ │ │ └─ permute_and_sort duration: 0.00151
  1238. │ │ │ │ ┌─ compile
  1239. │ │ │ │ └─ compile duration: 0.00045
  1240. │ │ │ │ ┌─ materialize_iterator
  1241. │ │ │ │ │ def=p_brand##441
  1242. │ │ │ │ │ body=k1#215v#111 : exists( pos#407 : true : ##ewOtLaMJ#794(k1#215, v#111, pos#407) )
  1243. │ │ │ │ └─ materialize_iterator duration: 0.00066
  1244. │ │ │ │ ┌─ set_relation
  1245. │ │ │ │ └─ set_relation duration: 0.00005
  1246. │ │ │ └─ decl p_brand##441 duration: 0.00761
  1247. │ │ │ ┌─ decl p_mfgr##440
  1248. │ │ │ │ ┌─ optimize_var_order
  1249. │ │ │ │ │ def=p_mfgr##440
  1250. │ │ │ │ └─ optimize_var_order duration: 0.00237
  1251. │ │ │ │ ┌─ compile
  1252. │ │ │ │ └─ compile duration: 0.16040
  1253. │ │ │ │ ┌─ materialize_iterator
  1254. │ │ │ │ │ def=##jpvWLHAY#800
  1255. │ │ │ │ │ body=k1#214v#110pos#406 : ( α12169576938164149870#part_csv(pos#406, k1#214) and
  1256. │ │ │ │ │     α1132261619643214985#part_csv(pos#406, v#110))
  1257. │ │ │ │ └─ materialize_iterator duration: 0.00108
  1258. │ │ │ │ ┌─ permute_and_sort
  1259. │ │ │ │ │ ┌─ set_relation
  1260. │ │ │ │ │ └─ set_relation duration: 0.00014
  1261. │ │ │ │ └─ permute_and_sort duration: 0.03304
  1262. │ │ │ │ ┌─ compile
  1263. │ │ │ │ └─ compile duration: 0.00045
  1264. │ │ │ │ ┌─ materialize_iterator
  1265. │ │ │ │ │ def=p_mfgr##440
  1266. │ │ │ │ │ body=k1#214v#110 : exists( pos#406 : true : ##jpvWLHAY#800(k1#214, v#110, pos#406) )
  1267. │ │ │ │ └─ materialize_iterator duration: 0.00089
  1268. │ │ │ │ ┌─ set_relation
  1269. │ │ │ │ └─ set_relation duration: 0.00008
  1270. │ │ │ └─ decl p_mfgr##440 duration: 0.63247
  1271. │ │ │ ┌─ decl p_name##439
  1272. │ │ │ │ ┌─ optimize_var_order
  1273. │ │ │ │ │ def=p_name##439
  1274. │ │ │ │ └─ optimize_var_order duration: 0.00230
  1275. │ │ │ │ ┌─ compile
  1276. │ │ │ │ └─ compile duration: 0.00055
  1277. │ │ │ │ ┌─ materialize_iterator
  1278. │ │ │ │ │ def=##aNHVGiJ2#806
  1279. │ │ │ │ │ body=k1#213v#109pos#405 : ( α12169576938164149870#part_csv(pos#405, k1#213) and
  1280. │ │ │ │ │     α30568507345991897#part_csv(pos#405, v#109))
  1281. │ │ │ │ └─ materialize_iterator duration: 0.00097
  1282. │ │ │ │ ┌─ permute_and_sort
  1283. │ │ │ │ │ ┌─ set_relation
  1284. │ │ │ │ │ └─ set_relation duration: 0.00006
  1285. │ │ │ │ └─ permute_and_sort duration: 0.00061
  1286. │ │ │ │ ┌─ compile
  1287. │ │ │ │ └─ compile duration: 0.00028
  1288. │ │ │ │ ┌─ materialize_iterator
  1289. │ │ │ │ │ def=p_name##439
  1290. │ │ │ │ │ body=k1#213v#109 : exists( pos#405 : true : ##aNHVGiJ2#806(k1#213, v#109, pos#405) )
  1291. │ │ │ │ └─ materialize_iterator duration: 0.00091
  1292. │ │ │ │ ┌─ set_relation
  1293. │ │ │ │ └─ set_relation duration: 0.00005
  1294. │ │ │ └─ decl p_name##439 duration: 0.00704
  1295. │ │ │ ┌─ decl part##438
  1296. │ │ │ │ ┌─ optimize_var_order
  1297. │ │ │ │ │ def=part##438
  1298. │ │ │ │ └─ optimize_var_order duration: 0.00083
  1299. │ │ │ │ ┌─ compile
  1300. │ │ │ │ └─ compile duration: 0.00018
  1301. │ │ │ │ ┌─ materialize_iterator
  1302. │ │ │ │ │ def=##sGAyyXEB#812
  1303. │ │ │ │ │ body=k1#65pos#128 : α12169576938164149870#part_csv(pos#128, k1#65)
  1304. │ │ │ │ └─ materialize_iterator duration: 0.00026
  1305. │ │ │ │ ┌─ permute_and_sort
  1306. │ │ │ │ │ ┌─ set_relation
  1307. │ │ │ │ │ └─ set_relation duration: 0.00007
  1308. │ │ │ │ └─ permute_and_sort duration: 0.00049
  1309. │ │ │ │ ┌─ compile
  1310. │ │ │ │ └─ compile duration: 0.00036
  1311. │ │ │ │ ┌─ materialize_iterator
  1312. │ │ │ │ │ def=part##438
  1313. │ │ │ │ │ body=k1#65 : exists( pos#128 : true : ##sGAyyXEB#812(k1#65, pos#128) )
  1314. │ │ │ │ └─ materialize_iterator duration: 0.00041
  1315. │ │ │ │ ┌─ set_relation
  1316. │ │ │ │ └─ set_relation duration: 0.00005
  1317. │ │ │ └─ decl part##438 duration: 0.00451
  1318. │ │ │ ┌─ decl r_comment##436
  1319. │ │ │ │ ┌─ optimize_var_order
  1320. │ │ │ │ │ def=r_comment##436
  1321. │ │ │ │ └─ optimize_var_order duration: 0.00234
  1322. │ │ │ │ ┌─ compile
  1323. │ │ │ │ └─ compile duration: 0.30307
  1324. │ │ │ │ ┌─ materialize_iterator
  1325. │ │ │ │ │ def=##8ULn3slW#816
  1326. │ │ │ │ │ body=k1#212v#108pos#404 : ( α11919313823753789102#region_csv(pos#404, k1#212) and
  1327. │ │ │ │ │     α8653031513853626130#region_csv(pos#404, v#108))
  1328. │ │ │ │ └─ materialize_iterator duration: 0.00051
  1329. │ │ │ │ ┌─ permute_and_sort
  1330. │ │ │ │ │ ┌─ set_relation
  1331. │ │ │ │ │ └─ set_relation duration: 0.00015
  1332. │ │ │ │ └─ permute_and_sort duration: 1.42773
  1333. │ │ │ │ ┌─ compile
  1334. │ │ │ │ └─ compile duration: 3.31347
  1335. │ │ │ │ ┌─ materialize_iterator
  1336. │ │ │ │ │ def=r_comment##436
  1337. │ │ │ │ │ body=k1#212v#108 : exists( pos#404 : true : ##8ULn3slW#816(k1#212, v#108, pos#404) )
  1338. │ │ │ │ └─ materialize_iterator duration: 0.00041
  1339. │ │ │ │ ┌─ set_relation
  1340. │ │ │ │ └─ set_relation duration: 0.04192
  1341. │ │ │ └─ decl r_comment##436 duration: 10.30249
  1342. │ │ │ ┌─ decl r_name##435
  1343. │ │ │ │ ┌─ optimize_var_order
  1344. │ │ │ │ │ def=r_name##435
  1345. │ │ │ │ └─ optimize_var_order duration: 0.00224
  1346. │ │ │ │ ┌─ compile
  1347. │ │ │ │ └─ compile duration: 0.00059
  1348. │ │ │ │ ┌─ materialize_iterator
  1349. │ │ │ │ │ def=##O8Hxx9Ry#822
  1350. │ │ │ │ │ body=k1#211v#107pos#403 : ( α11919313823753789102#region_csv(pos#403, k1#211) and
  1351. │ │ │ │ │     α5677757801198510995#region_csv(pos#403, v#107))
  1352. │ │ │ │ └─ materialize_iterator duration: 0.00034
  1353. │ │ │ │ ┌─ permute_and_sort
  1354. │ │ │ │ │ ┌─ set_relation
  1355. │ │ │ │ │ └─ set_relation duration: 0.00100
  1356. │ │ │ │ └─ permute_and_sort duration: 0.00128
  1357. │ │ │ │ ┌─ compile
  1358. │ │ │ │ └─ compile duration: 0.00046
  1359. │ │ │ │ ┌─ materialize_iterator
  1360. │ │ │ │ │ def=r_name##435
  1361. │ │ │ │ │ body=k1#211v#107 : exists( pos#403 : true : ##O8Hxx9Ry#822(k1#211, v#107, pos#403) )
  1362. │ │ │ │ └─ materialize_iterator duration: 0.00029
  1363. │ │ │ │ ┌─ set_relation
  1364. │ │ │ │ └─ set_relation duration: 0.00006
  1365. │ │ │ └─ decl r_name##435 duration: 0.00657
  1366. │ │ │ ┌─ decl region##434
  1367. │ │ │ │ ┌─ optimize_var_order
  1368. │ │ │ │ │ def=region##434
  1369. │ │ │ │ └─ optimize_var_order duration: 0.00093
  1370. │ │ │ │ ┌─ compile
  1371. │ │ │ │ └─ compile duration: 0.00018
  1372. │ │ │ │ ┌─ materialize_iterator
  1373. │ │ │ │ │ def=##omgRCPMA#828
  1374. │ │ │ │ │ body=k1#39pos#84 : α11919313823753789102#region_csv(pos#84, k1#39)
  1375. │ │ │ │ └─ materialize_iterator duration: 0.00019
  1376. │ │ │ │ ┌─ permute_and_sort
  1377. │ │ │ │ │ ┌─ set_relation
  1378. │ │ │ │ │ └─ set_relation duration: 0.00005
  1379. │ │ │ │ └─ permute_and_sort duration: 0.00023
  1380. │ │ │ │ ┌─ compile
  1381. │ │ │ │ └─ compile duration: 0.00021
  1382. │ │ │ │ ┌─ materialize_iterator
  1383. │ │ │ │ │ def=region##434
  1384. │ │ │ │ │ body=k1#39 : exists( pos#84 : true : ##omgRCPMA#828(k1#39, pos#84) )
  1385. │ │ │ │ └─ materialize_iterator duration: 0.00022
  1386. │ │ │ │ ┌─ set_relation
  1387. │ │ │ │ └─ set_relation duration: 0.00005
  1388. │ │ │ └─ decl region##434 duration: 0.00299
  1389. │ │ │ ┌─ decl n_comment##432
  1390. │ │ │ │ ┌─ optimize_var_order
  1391. │ │ │ │ │ def=n_comment##432
  1392. │ │ │ │ └─ optimize_var_order duration: 0.00207
  1393. │ │ │ │ ┌─ compile
  1394. │ │ │ │ └─ compile duration: 0.00056
  1395. │ │ │ │ ┌─ materialize_iterator
  1396. │ │ │ │ │ def=##E5UCoCV6#832
  1397. │ │ │ │ │ body=k1#210v#106pos#402 : ( α15146474923685561818#nation_csv(pos#402, k1#210) and
  1398. │ │ │ │ │     α4482358885794236871#nation_csv(pos#402, v#106))
  1399. │ │ │ │ └─ materialize_iterator duration: 0.00033
  1400. │ │ │ │ ┌─ permute_and_sort
  1401. │ │ │ │ │ ┌─ set_relation
  1402. │ │ │ │ │ └─ set_relation duration: 0.00006
  1403. │ │ │ │ └─ permute_and_sort duration: 0.00022
  1404. │ │ │ │ ┌─ compile
  1405. │ │ │ │ └─ compile duration: 0.00033
  1406. │ │ │ │ ┌─ materialize_iterator
  1407. │ │ │ │ │ def=n_comment##432
  1408. │ │ │ │ │ body=k1#210v#106 : exists( pos#402 : true : ##E5UCoCV6#832(k1#210, v#106, pos#402) )
  1409. │ │ │ │ └─ materialize_iterator duration: 0.00026
  1410. │ │ │ │ ┌─ set_relation
  1411. │ │ │ │ └─ set_relation duration: 0.00005
  1412. │ │ │ └─ decl n_comment##432 duration: 0.00487
  1413. │ │ │ ┌─ decl n_regionkey##431
  1414. │ │ │ │ ┌─ optimize_var_order
  1415. │ │ │ │ │ def=n_regionkey##431
  1416. │ │ │ │ └─ optimize_var_order duration: 0.00200
  1417. │ │ │ │ ┌─ compile
  1418. │ │ │ │ └─ compile duration: 0.00040
  1419. │ │ │ │ ┌─ materialize_iterator
  1420. │ │ │ │ │ def=##VxdgqRxr#838
  1421. │ │ │ │ │ body=k1#209v#105pos#401 : ( α15146474923685561818#nation_csv(pos#401, k1#209) and
  1422. │ │ │ │ │     α1579763741909858623#nation_csv(pos#401, v#105))
  1423. │ │ │ │ └─ materialize_iterator duration: 0.00035
  1424. │ │ │ │ ┌─ permute_and_sort
  1425. │ │ │ │ │ ┌─ set_relation
  1426. │ │ │ │ │ └─ set_relation duration: 0.00006
  1427. │ │ │ │ └─ permute_and_sort duration: 0.00021
  1428. │ │ │ │ ┌─ compile
  1429. │ │ │ │ └─ compile duration: 0.00030
  1430. │ │ │ │ ┌─ materialize_iterator
  1431. │ │ │ │ │ def=n_regionkey##431
  1432. │ │ │ │ │ body=k1#209v#105 : exists( pos#401 : true : ##VxdgqRxr#838(k1#209, v#105, pos#401) )
  1433. │ │ │ │ └─ materialize_iterator duration: 0.00025
  1434. │ │ │ │ ┌─ set_relation
  1435. │ │ │ │ └─ set_relation duration: 0.00005
  1436. │ │ │ └─ decl n_regionkey##431 duration: 0.00459
  1437. │ │ │ ┌─ decl n_name##430
  1438. │ │ │ │ ┌─ optimize_var_order
  1439. │ │ │ │ │ def=n_name##430
  1440. │ │ │ │ └─ optimize_var_order duration: 0.00206
  1441. │ │ │ │ ┌─ compile
  1442. │ │ │ │ └─ compile duration: 0.00055
  1443. │ │ │ │ ┌─ materialize_iterator
  1444. │ │ │ │ │ def=##XRO837BF#844
  1445. │ │ │ │ │ body=k1#208v#104pos#400 : ( α15146474923685561818#nation_csv(pos#400, k1#208) and
  1446. │ │ │ │ │     α15363208668596024900#nation_csv(pos#400, v#104))
  1447. │ │ │ │ └─ materialize_iterator duration: 0.00032
  1448. │ │ │ │ ┌─ permute_and_sort
  1449. │ │ │ │ │ ┌─ set_relation
  1450. │ │ │ │ │ └─ set_relation duration: 0.00006
  1451. │ │ │ │ └─ permute_and_sort duration: 0.00022
  1452. │ │ │ │ ┌─ compile
  1453. │ │ │ │ └─ compile duration: 0.00032
  1454. │ │ │ │ ┌─ materialize_iterator
  1455. │ │ │ │ │ def=n_name##430
  1456. │ │ │ │ │ body=k1#208v#104 : exists( pos#400 : true : ##XRO837BF#844(k1#208, v#104, pos#400) )
  1457. │ │ │ │ └─ materialize_iterator duration: 0.00037
  1458. │ │ │ │ ┌─ set_relation
  1459. │ │ │ │ └─ set_relation duration: 0.00008
  1460. │ │ │ └─ decl n_name##430 duration: 0.00503
  1461. │ │ │ ┌─ decl nation##429
  1462. │ │ │ │ ┌─ optimize_var_order
  1463. │ │ │ │ │ def=nation##429
  1464. │ │ │ │ └─ optimize_var_order duration: 0.00106
  1465. │ │ │ │ ┌─ compile
  1466. │ │ │ │ └─ compile duration: 0.00026
  1467. │ │ │ │ ┌─ materialize_iterator
  1468. │ │ │ │ │ def=##ItGxmin4#850
  1469. │ │ │ │ │ body=k1#13pos#40 : α15146474923685561818#nation_csv(pos#40, k1#13)
  1470. │ │ │ │ └─ materialize_iterator duration: 0.00021
  1471. │ │ │ │ ┌─ permute_and_sort
  1472. │ │ │ │ │ ┌─ set_relation
  1473. │ │ │ │ │ └─ set_relation duration: 0.00006
  1474. │ │ │ │ └─ permute_and_sort duration: 0.00024
  1475. │ │ │ │ ┌─ compile
  1476. │ │ │ │ └─ compile duration: 0.00024
  1477. │ │ │ │ ┌─ materialize_iterator
  1478. │ │ │ │ │ def=nation##429
  1479. │ │ │ │ │ body=k1#13 : exists( pos#40 : true : ##ItGxmin4#850(k1#13, pos#40) )
  1480. │ │ │ │ └─ materialize_iterator duration: 0.00022
  1481. │ │ │ │ ┌─ set_relation
  1482. │ │ │ │ └─ set_relation duration: 0.00005
  1483. │ │ │ └─ decl nation##429 duration: 0.00336
  1484. │ │ └─ compile_to_iterators duration: 107.54231
  1485. │ │ ┌─ run_delve_persist
  1486. │ │ └─ run_delve_persist duration: 126.50023
  1487. │ └─ run_delve_compiled duration: 234.32859
  1488. │ ┌─ relationalML_postprocess
  1489. │ └─ relationalML_postprocess duration: 0.00012
  1490. │ Aggregate span duration (s):
  1491. │     49.87026 = 17.5% =  compile_delve
  1492. │     35.81089 = 12.6% =      frontend
  1493. │      7.14923 =  2.5% =          parse
  1494. │     28.57618 = 10.1% =          frontend_compile
  1495. │     21.58891 =  7.6% =              delve_specialize
  1496. │      0.47062 =  0.2% =      front2back
  1497. │      6.61278 =  2.3% =      normalize
  1498. │      5.93475 =  2.1% =      type_infer
  1499. │      0.00435 =  0.0% =  relationalML_preprocess
  1500. │    234.32859 = 82.4% =  run_delve_compiled
  1501. │      0.21221 =  0.1% =      run_delve_import
  1502. │    107.54231 = 37.8% =      compile_to_iterators
  1503. │     28.49613 = 10.0% =          decl l_comment##494
  1504. │      6.85787 =  2.4% =              optimize_var_order
  1505. │      5.66549 =  2.0% =              compile
  1506. │      0.93183 =  0.3% =              materialize_iterator
  1507. │      0.62586 =  0.2% =              permute_and_sort
  1508. │      0.01465 =  0.0% =                  set_relation
  1509. │      0.04600 =  0.0% =              set_relation
  1510. │      4.43112 =  1.6% =          decl l_shipmode##493
  1511. │      0.00276 =  0.0% =              optimize_var_order
  1512. │      1.64393 =  0.6% =              compile
  1513. │      0.03938 =  0.0% =              materialize_iterator
  1514. │      0.28908 =  0.1% =              permute_and_sort
  1515. │      0.00013 =  0.0% =                  set_relation
  1516. │      0.04680 =  0.0% =              set_relation
  1517. │      4.40331 =  1.5% =          decl l_shipinstruct##492
  1518. │      0.00269 =  0.0% =              optimize_var_order
  1519. │      1.70317 =  0.6% =              compile
  1520. │      0.04868 =  0.0% =              materialize_iterator
  1521. │      0.29821 =  0.1% =              permute_and_sort
  1522. │      0.00015 =  0.0% =                  set_relation
  1523. │      0.04531 =  0.0% =              set_relation
  1524. │      3.15118 =  1.1% =          decl l_receiptdate##491
  1525. │      0.00283 =  0.0% =              optimize_var_order
  1526. │      1.33317 =  0.5% =              compile
  1527. │      0.02894 =  0.0% =              materialize_iterator
  1528. │      0.16895 =  0.1% =              permute_and_sort
  1529. │      0.00016 =  0.0% =                  set_relation
  1530. │      0.04668 =  0.0% =              set_relation
  1531. │      0.66663 =  0.2% =          decl l_commitdate##490
  1532. │      0.00283 =  0.0% =              optimize_var_order
  1533. │      0.16781 =  0.1% =              compile
  1534. │      0.02970 =  0.0% =              materialize_iterator
  1535. │      0.03625 =  0.0% =              permute_and_sort
  1536. │      0.00015 =  0.0% =                  set_relation
  1537. │      0.00008 =  0.0% =              set_relation
  1538. │      0.55925 =  0.2% =          decl l_shipdate##489
  1539. │      0.00248 =  0.0% =              optimize_var_order
  1540. │      0.06615 =  0.0% =              compile
  1541. │      0.03196 =  0.0% =              materialize_iterator
  1542. │      0.02145 =  0.0% =              permute_and_sort
  1543. │      0.00016 =  0.0% =                  set_relation
  1544. │      0.00009 =  0.0% =              set_relation
  1545. │      3.09850 =  1.1% =          decl l_linestatus##488
  1546. │      0.00275 =  0.0% =              optimize_var_order
  1547. │      1.30586 =  0.5% =              compile
  1548. │      0.04244 =  0.0% =              materialize_iterator
  1549. │      0.15096 =  0.1% =              permute_and_sort
  1550. │      0.00013 =  0.0% =                  set_relation
  1551. │      0.04748 =  0.0% =              set_relation
  1552. │      0.67447 =  0.2% =          decl l_returnflag##487
  1553. │      0.00256 =  0.0% =              optimize_var_order
  1554. │      0.17169 =  0.1% =              compile
  1555. │      0.03159 =  0.0% =              materialize_iterator
  1556. │      0.02417 =  0.0% =              permute_and_sort
  1557. │      0.00014 =  0.0% =                  set_relation
  1558. │      0.00011 =  0.0% =              set_relation
  1559. │      3.29738 =  1.2% =          decl l_tax##486
  1560. │      0.00272 =  0.0% =              optimize_var_order
  1561. │      1.36270 =  0.5% =              compile
  1562. │      0.03057 =  0.0% =              materialize_iterator
  1563. │      0.16725 =  0.1% =              permute_and_sort
  1564. │      0.00020 =  0.0% =                  set_relation
  1565. │      0.04517 =  0.0% =              set_relation
  1566. │      0.05683 =  0.0% =          decl l_discount##485
  1567. │      0.00240 =  0.0% =              optimize_var_order
  1568. │      0.00136 =  0.0% =              compile
  1569. │      0.04611 =  0.0% =              materialize_iterator
  1570. │      0.00530 =  0.0% =              permute_and_sort
  1571. │      0.00014 =  0.0% =                  set_relation
  1572. │      0.00009 =  0.0% =              set_relation
  1573. │      0.66997 =  0.2% =          decl l_extendedprice##484
  1574. │      0.00252 =  0.0% =              optimize_var_order
  1575. │      0.15355 =  0.1% =              compile
  1576. │      0.03087 =  0.0% =              materialize_iterator
  1577. │      0.02318 =  0.0% =              permute_and_sort
  1578. │      0.00014 =  0.0% =                  set_relation
  1579. │      0.00009 =  0.0% =              set_relation
  1580. │      0.56903 =  0.2% =          decl l_quantity##483
  1581. │      0.00263 =  0.0% =              optimize_var_order
  1582. │      0.06572 =  0.0% =              compile
  1583. │      0.03022 =  0.0% =              materialize_iterator
  1584. │      0.03082 =  0.0% =              permute_and_sort
  1585. │      0.00013 =  0.0% =                  set_relation
  1586. │      0.00008 =  0.0% =              set_relation
  1587. │      1.76880 =  0.6% =          decl l_suppkey##482
  1588. │      0.00251 =  0.0% =              optimize_var_order
  1589. │      0.82708 =  0.3% =              compile
  1590. │      0.04256 =  0.0% =              materialize_iterator
  1591. │      0.14809 =  0.1% =              permute_and_sort
  1592. │      0.00014 =  0.0% =                  set_relation
  1593. │      0.04550 =  0.0% =              set_relation
  1594. │      0.59108 =  0.2% =          decl l_partkey##481
  1595. │      0.00236 =  0.0% =              optimize_var_order
  1596. │      0.07986 =  0.0% =              compile
  1597. │      0.03064 =  0.0% =              materialize_iterator
  1598. │      0.03237 =  0.0% =              permute_and_sort
  1599. │      0.00016 =  0.0% =                  set_relation
  1600. │      0.00010 =  0.0% =              set_relation
  1601. │      1.95881 =  0.7% =          decl lineitem##480
  1602. │      0.00325 =  0.0% =              optimize_var_order
  1603. │      0.98840 =  0.3% =              compile
  1604. │      0.01931 =  0.0% =              materialize_iterator
  1605. │      0.15717 =  0.1% =              permute_and_sort
  1606. │      0.00013 =  0.0% =                  set_relation
  1607. │      0.04554 =  0.0% =              set_relation
  1608. │      8.01862 =  2.8% =          decl o_comment##478
  1609. │      0.00254 =  0.0% =              optimize_var_order
  1610. │      2.99188 =  1.1% =              compile
  1611. │      0.01569 =  0.0% =              materialize_iterator
  1612. │      0.75377 =  0.3% =              permute_and_sort
  1613. │      0.00016 =  0.0% =                  set_relation
  1614. │      0.04426 =  0.0% =              set_relation
  1615. │      0.42270 =  0.1% =          decl o_shippriority##477
  1616. │      0.00245 =  0.0% =              optimize_var_order
  1617. │      0.07099 =  0.0% =              compile
  1618. │      0.00645 =  0.0% =              materialize_iterator
  1619. │      0.02762 =  0.0% =              permute_and_sort
  1620. │      0.00014 =  0.0% =                  set_relation
  1621. │      0.00008 =  0.0% =              set_relation
  1622. │      2.17333 =  0.8% =          decl o_clerk##476
  1623. │      0.00244 =  0.0% =              optimize_var_order
  1624. │      0.95432 =  0.3% =              compile
  1625. │      0.00760 =  0.0% =              materialize_iterator
  1626. │      0.20803 =  0.1% =              permute_and_sort
  1627. │      0.00015 =  0.0% =                  set_relation
  1628. │      0.04712 =  0.0% =              set_relation
  1629. │      0.01611 =  0.0% =          decl o_orderpriority##475
  1630. │      0.00253 =  0.0% =              optimize_var_order
  1631. │      0.00111 =  0.0% =              compile
  1632. │      0.00852 =  0.0% =              materialize_iterator
  1633. │      0.00245 =  0.0% =              permute_and_sort
  1634. │      0.00013 =  0.0% =                  set_relation
  1635. │      0.00007 =  0.0% =              set_relation
  1636. │      1.49098 =  0.5% =          decl o_orderdate##474
  1637. │      0.00224 =  0.0% =              optimize_var_order
  1638. │      0.78776 =  0.3% =              compile
  1639. │      0.00573 =  0.0% =              materialize_iterator
  1640. │      0.14019 =  0.0% =              permute_and_sort
  1641. │      0.00014 =  0.0% =                  set_relation
  1642. │      0.03993 =  0.0% =              set_relation
  1643. │      1.45424 =  0.5% =          decl o_totalprice##473
  1644. │      0.00229 =  0.0% =              optimize_var_order
  1645. │      0.78538 =  0.3% =              compile
  1646. │      0.00554 =  0.0% =              materialize_iterator
  1647. │      0.14395 =  0.1% =              permute_and_sort
  1648. │      0.00016 =  0.0% =                  set_relation
  1649. │      0.04081 =  0.0% =              set_relation
  1650. │      1.44642 =  0.5% =          decl o_orderstatus##472
  1651. │      0.00227 =  0.0% =              optimize_var_order
  1652. │      0.78644 =  0.3% =              compile
  1653. │      0.00567 =  0.0% =              materialize_iterator
  1654. │      0.14264 =  0.1% =              permute_and_sort
  1655. │      0.00020 =  0.0% =                  set_relation
  1656. │      0.05476 =  0.0% =              set_relation
  1657. │      0.01457 =  0.0% =          decl o_custkey##471
  1658. │      0.00314 =  0.0% =              optimize_var_order
  1659. │      0.00102 =  0.0% =              compile
  1660. │      0.00743 =  0.0% =              materialize_iterator
  1661. │      0.00110 =  0.0% =              permute_and_sort
  1662. │      0.00008 =  0.0% =                  set_relation
  1663. │      0.00008 =  0.0% =              set_relation
  1664. │      1.11233 =  0.4% =          decl orders##470
  1665. │      0.05752 =  0.0% =              optimize_var_order
  1666. │      0.55441 =  0.2% =              compile
  1667. │      0.00160 =  0.0% =              materialize_iterator
  1668. │      0.13313 =  0.0% =              permute_and_sort
  1669. │      0.00013 =  0.0% =                  set_relation
  1670. │      0.05620 =  0.0% =              set_relation
  1671. │      0.00836 =  0.0% =          decl c_comment##468
  1672. │      0.00265 =  0.0% =              optimize_var_order
  1673. │      0.00109 =  0.0% =              compile
  1674. │      0.00225 =  0.0% =              materialize_iterator
  1675. │      0.00071 =  0.0% =              permute_and_sort
  1676. │      0.00006 =  0.0% =                  set_relation
  1677. │      0.00006 =  0.0% =              set_relation
  1678. │      0.57214 =  0.2% =          decl c_mktsegment##467
  1679. │      0.00220 =  0.0% =              optimize_var_order
  1680. │      0.17677 =  0.1% =              compile
  1681. │      0.00145 =  0.0% =              materialize_iterator
  1682. │      0.02353 =  0.0% =              permute_and_sort
  1683. │      0.00013 =  0.0% =                  set_relation
  1684. │      0.00005 =  0.0% =              set_relation
  1685. │      0.00572 =  0.0% =          decl c_acctbal##466
  1686. │      0.00221 =  0.0% =              optimize_var_order
  1687. │      0.00098 =  0.0% =              compile
  1688. │      0.00101 =  0.0% =              materialize_iterator
  1689. │      0.00027 =  0.0% =              permute_and_sort
  1690. │      0.00006 =  0.0% =                  set_relation
  1691. │      0.00005 =  0.0% =              set_relation
  1692. │      0.00572 =  0.0% =          decl c_phone##465
  1693. │      0.00203 =  0.0% =              optimize_var_order
  1694. │      0.00085 =  0.0% =              compile
  1695. │      0.00129 =  0.0% =              materialize_iterator
  1696. │      0.00042 =  0.0% =              permute_and_sort
  1697. │      0.00006 =  0.0% =                  set_relation
  1698. │      0.00005 =  0.0% =              set_relation
  1699. │      0.00531 =  0.0% =          decl c_nationkey##464
  1700. │      0.00215 =  0.0% =              optimize_var_order
  1701. │      0.00071 =  0.0% =              compile
  1702. │      0.00101 =  0.0% =              materialize_iterator
  1703. │      0.00026 =  0.0% =              permute_and_sort
  1704. │      0.00005 =  0.0% =                  set_relation
  1705. │      0.00005 =  0.0% =              set_relation
  1706. │      2.94863 =  1.0% =          decl c_address##463
  1707. │      0.00227 =  0.0% =              optimize_var_order
  1708. │      1.25356 =  0.4% =              compile
  1709. │      0.00196 =  0.0% =              materialize_iterator
  1710. │      0.36941 =  0.1% =              permute_and_sort
  1711. │      0.00014 =  0.0% =                  set_relation
  1712. │      0.03950 =  0.0% =              set_relation
  1713. │      2.15240 =  0.8% =          decl c_name##462
  1714. │      0.00226 =  0.0% =              optimize_var_order
  1715. │      1.00676 =  0.4% =              compile
  1716. │      0.00172 =  0.0% =              materialize_iterator
  1717. │      0.24296 =  0.1% =              permute_and_sort
  1718. │      0.00013 =  0.0% =                  set_relation
  1719. │      0.04241 =  0.0% =              set_relation
  1720. │      0.00485 =  0.0% =          decl customer##461
  1721. │      0.00109 =  0.0% =              optimize_var_order
  1722. │      0.00052 =  0.0% =              compile
  1723. │      0.00169 =  0.0% =              materialize_iterator
  1724. │      0.00030 =  0.0% =              permute_and_sort
  1725. │      0.00006 =  0.0% =                  set_relation
  1726. │      0.00009 =  0.0% =              set_relation
  1727. │     15.28805 =  5.4% =          decl ps_comment##459
  1728. │      0.00266 =  0.0% =              optimize_var_order
  1729. │      5.12824 =  1.8% =              compile
  1730. │      0.01934 =  0.0% =              materialize_iterator
  1731. │      1.46765 =  0.5% =              permute_and_sort
  1732. │      0.00013 =  0.0% =                  set_relation
  1733. │      0.05632 =  0.0% =              set_relation
  1734. │      0.01056 =  0.0% =          decl ps_supplycost##458
  1735. │      0.00256 =  0.0% =              optimize_var_order
  1736. │      0.00128 =  0.0% =              compile
  1737. │      0.00427 =  0.0% =              materialize_iterator
  1738. │      0.00057 =  0.0% =              permute_and_sort
  1739. │      0.00007 =  0.0% =                  set_relation
  1740. │      0.00006 =  0.0% =              set_relation
  1741. │      0.51013 =  0.2% =          decl ps_availqty##457
  1742. │      0.00243 =  0.0% =              optimize_var_order
  1743. │      0.06848 =  0.0% =              compile
  1744. │      0.01689 =  0.0% =              materialize_iterator
  1745. │      0.01369 =  0.0% =              permute_and_sort
  1746. │      0.00018 =  0.0% =                  set_relation
  1747. │      0.00008 =  0.0% =              set_relation
  1748. │      0.00827 =  0.0% =          decl partsupp##456
  1749. │      0.00239 =  0.0% =              optimize_var_order
  1750. │      0.00087 =  0.0% =              compile
  1751. │      0.00309 =  0.0% =              materialize_iterator
  1752. │      0.00057 =  0.0% =              permute_and_sort
  1753. │      0.00006 =  0.0% =                  set_relation
  1754. │      0.00005 =  0.0% =              set_relation
  1755. │      1.27810 =  0.4% =          decl s_comment##454
  1756. │      0.00241 =  0.0% =              optimize_var_order
  1757. │      0.15686 =  0.1% =              compile
  1758. │      0.00097 =  0.0% =              materialize_iterator
  1759. │      0.11883 =  0.0% =              permute_and_sort
  1760. │      0.00015 =  0.0% =                  set_relation
  1761. │      0.00007 =  0.0% =              set_relation
  1762. │      0.00550 =  0.0% =          decl s_acctbal##453
  1763. │      0.00223 =  0.0% =              optimize_var_order
  1764. │      0.00104 =  0.0% =              compile
  1765. │      0.00060 =  0.0% =              materialize_iterator
  1766. │      0.00025 =  0.0% =              permute_and_sort
  1767. │      0.00006 =  0.0% =                  set_relation
  1768. │      0.00005 =  0.0% =              set_relation
  1769. │      0.00507 =  0.0% =          decl s_phone##452
  1770. │      0.00225 =  0.0% =              optimize_var_order
  1771. │      0.00082 =  0.0% =              compile
  1772. │      0.00061 =  0.0% =              materialize_iterator
  1773. │      0.00023 =  0.0% =              permute_and_sort
  1774. │      0.00006 =  0.0% =                  set_relation
  1775. │      0.00005 =  0.0% =              set_relation
  1776. │      0.00458 =  0.0% =          decl s_nationkey##451
  1777. │      0.00204 =  0.0% =              optimize_var_order
  1778. │      0.00063 =  0.0% =              compile
  1779. │      0.00057 =  0.0% =              materialize_iterator
  1780. │      0.00020 =  0.0% =              permute_and_sort
  1781. │      0.00005 =  0.0% =                  set_relation
  1782. │      0.00005 =  0.0% =              set_relation
  1783. │      0.84644 =  0.3% =          decl s_address##450
  1784. │      0.00200 =  0.0% =              optimize_var_order
  1785. │      0.16542 =  0.1% =              compile
  1786. │      0.00087 =  0.0% =              materialize_iterator
  1787. │      0.05638 =  0.0% =              permute_and_sort
  1788. │      0.00013 =  0.0% =                  set_relation
  1789. │      0.00008 =  0.0% =              set_relation
  1790. │      0.00560 =  0.0% =          decl s_name##449
  1791. │      0.00231 =  0.0% =              optimize_var_order
  1792. │      0.00096 =  0.0% =              compile
  1793. │      0.00063 =  0.0% =              materialize_iterator
  1794. │      0.00026 =  0.0% =              permute_and_sort
  1795. │      0.00006 =  0.0% =                  set_relation
  1796. │      0.00005 =  0.0% =              set_relation
  1797. │      0.00309 =  0.0% =          decl supplier##448
  1798. │      0.00098 =  0.0% =              optimize_var_order
  1799. │      0.00041 =  0.0% =              compile
  1800. │      0.00043 =  0.0% =              materialize_iterator
  1801. │      0.00022 =  0.0% =              permute_and_sort
  1802. │      0.00005 =  0.0% =                  set_relation
  1803. │      0.00005 =  0.0% =              set_relation
  1804. │      0.00612 =  0.0% =          decl p_comment##446
  1805. │      0.00211 =  0.0% =              optimize_var_order
  1806. │      0.00083 =  0.0% =              compile
  1807. │      0.00163 =  0.0% =              materialize_iterator
  1808. │      0.00044 =  0.0% =              permute_and_sort
  1809. │      0.00006 =  0.0% =                  set_relation
  1810. │      0.00005 =  0.0% =              set_relation
  1811. │      0.49064 =  0.2% =          decl p_retailprice##445
  1812. │      0.00209 =  0.0% =              optimize_var_order
  1813. │      0.15780 =  0.1% =              compile
  1814. │      0.00146 =  0.0% =              materialize_iterator
  1815. │      0.01648 =  0.0% =              permute_and_sort
  1816. │      0.00012 =  0.0% =                  set_relation
  1817. │      0.00006 =  0.0% =              set_relation
  1818. │      0.00611 =  0.0% =          decl p_container##444
  1819. │      0.00223 =  0.0% =              optimize_var_order
  1820. │      0.00079 =  0.0% =              compile
  1821. │      0.00144 =  0.0% =              materialize_iterator
  1822. │      0.00039 =  0.0% =              permute_and_sort
  1823. │      0.00006 =  0.0% =                  set_relation
  1824. │      0.00006 =  0.0% =              set_relation
  1825. │      0.00563 =  0.0% =          decl p_size##443
  1826. │      0.00211 =  0.0% =              optimize_var_order
  1827. │      0.00083 =  0.0% =              compile
  1828. │      0.00117 =  0.0% =              materialize_iterator
  1829. │      0.00034 =  0.0% =              permute_and_sort
  1830. │      0.00010 =  0.0% =                  set_relation
  1831. │      0.00005 =  0.0% =              set_relation
  1832. │      0.00640 =  0.0% =          decl p_type##442
  1833. │      0.00211 =  0.0% =              optimize_var_order
  1834. │      0.00089 =  0.0% =              compile
  1835. │      0.00172 =  0.0% =              materialize_iterator
  1836. │      0.00050 =  0.0% =              permute_and_sort
  1837. │      0.00006 =  0.0% =                  set_relation
  1838. │      0.00005 =  0.0% =              set_relation
  1839. │      0.00761 =  0.0% =          decl p_brand##441
  1840. │      0.00219 =  0.0% =              optimize_var_order
  1841. │      0.00097 =  0.0% =              compile
  1842. │      0.00163 =  0.0% =              materialize_iterator
  1843. │      0.00151 =  0.0% =              permute_and_sort
  1844. │      0.00104 =  0.0% =                  set_relation
  1845. │      0.00005 =  0.0% =              set_relation
  1846. │      0.63247 =  0.2% =          decl p_mfgr##440
  1847. │      0.00237 =  0.0% =              optimize_var_order
  1848. │      0.16085 =  0.1% =              compile
  1849. │      0.00196 =  0.0% =              materialize_iterator
  1850. │      0.03304 =  0.0% =              permute_and_sort
  1851. │      0.00014 =  0.0% =                  set_relation
  1852. │      0.00008 =  0.0% =              set_relation
  1853. │      0.00704 =  0.0% =          decl p_name##439
  1854. │      0.00230 =  0.0% =              optimize_var_order
  1855. │      0.00083 =  0.0% =              compile
  1856. │      0.00189 =  0.0% =              materialize_iterator
  1857. │      0.00061 =  0.0% =              permute_and_sort
  1858. │      0.00006 =  0.0% =                  set_relation
  1859. │      0.00005 =  0.0% =              set_relation
  1860. │      0.00451 =  0.0% =          decl part##438
  1861. │      0.00083 =  0.0% =              optimize_var_order
  1862. │      0.00054 =  0.0% =              compile
  1863. │      0.00067 =  0.0% =              materialize_iterator
  1864. │      0.00049 =  0.0% =              permute_and_sort
  1865. │      0.00007 =  0.0% =                  set_relation
  1866. │      0.00005 =  0.0% =              set_relation
  1867. │     10.30249 =  3.6% =          decl r_comment##436
  1868. │      0.00234 =  0.0% =              optimize_var_order
  1869. │      3.61654 =  1.3% =              compile
  1870. │      0.00093 =  0.0% =              materialize_iterator
  1871. │      1.42773 =  0.5% =              permute_and_sort
  1872. │      0.00015 =  0.0% =                  set_relation
  1873. │      0.04192 =  0.0% =              set_relation
  1874. │      0.00657 =  0.0% =          decl r_name##435
  1875. │      0.00224 =  0.0% =              optimize_var_order
  1876. │      0.00105 =  0.0% =              compile
  1877. │      0.00062 =  0.0% =              materialize_iterator
  1878. │      0.00128 =  0.0% =              permute_and_sort
  1879. │      0.00100 =  0.0% =                  set_relation
  1880. │      0.00006 =  0.0% =              set_relation
  1881. │      0.00299 =  0.0% =          decl region##434
  1882. │      0.00093 =  0.0% =              optimize_var_order
  1883. │      0.00039 =  0.0% =              compile
  1884. │      0.00041 =  0.0% =              materialize_iterator
  1885. │      0.00023 =  0.0% =              permute_and_sort
  1886. │      0.00005 =  0.0% =                  set_relation
  1887. │      0.00005 =  0.0% =              set_relation
  1888. │      0.00487 =  0.0% =          decl n_comment##432
  1889. │      0.00207 =  0.0% =              optimize_var_order
  1890. │      0.00089 =  0.0% =              compile
  1891. │      0.00059 =  0.0% =              materialize_iterator
  1892. │      0.00022 =  0.0% =              permute_and_sort
  1893. │      0.00006 =  0.0% =                  set_relation
  1894. │      0.00005 =  0.0% =              set_relation
  1895. │      0.00459 =  0.0% =          decl n_regionkey##431
  1896. │      0.00200 =  0.0% =              optimize_var_order
  1897. │      0.00069 =  0.0% =              compile
  1898. │      0.00060 =  0.0% =              materialize_iterator
  1899. │      0.00021 =  0.0% =              permute_and_sort
  1900. │      0.00006 =  0.0% =                  set_relation
  1901. │      0.00005 =  0.0% =              set_relation
  1902. │      0.00503 =  0.0% =          decl n_name##430
  1903. │      0.00206 =  0.0% =              optimize_var_order
  1904. │      0.00087 =  0.0% =              compile
  1905. │      0.00070 =  0.0% =              materialize_iterator
  1906. │      0.00022 =  0.0% =              permute_and_sort
  1907. │      0.00006 =  0.0% =                  set_relation
  1908. │      0.00008 =  0.0% =              set_relation
  1909. │      0.00336 =  0.0% =          decl nation##429
  1910. │      0.00106 =  0.0% =              optimize_var_order
  1911. │      0.00050 =  0.0% =              compile
  1912. │      0.00043 =  0.0% =              materialize_iterator
  1913. │      0.00024 =  0.0% =              permute_and_sort
  1914. │      0.00006 =  0.0% =                  set_relation
  1915. │      0.00005 =  0.0% =              set_relation
  1916. │    126.50023 = 44.5% =      run_delve_persist
  1917. │      0.00012 =  0.0% =  relationalML_postprocess
  1918. └─ run_delve duration: 284.23068
  1919. 2019:05:22 14:07:42 [ tpch | info ]   ran schema mapping: 284.808605812
  1920. 2019:05:22 14:07:42 [ tpch | info ] ran schema mapping: 285.056917456
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement