SELECT FLOOR(MIN(IF (sp.id_specific_price IS NULL, (p_shop.price + IFNULL(pas.price, 0))*((IFNULL(t.rate,0)/100) + 1),IF (sp.reduction_type = 'percentage',IF(sp.price = -1, (p_shop.price + IFNULL(pas.price, 0)), (sp.price + IFNULL(pas.price, 0))) * ((IFNULL(t.rate,0)/100) + 1) * (1 - sp.reduction),(IF(sp.price = -1, (p_shop.price + IFNULL(pas.price, 0)), (sp.price + IFNULL(pas.price, 0))) * ((IFNULL(t.rate,0)/100) + 1)) - sp.reduction)))) AS min_price, CEIL(MAX(IF (sp.id_specific_price IS NULL, (p_shop.price + IFNULL(pas.price, 0))*((IFNULL(t.rate,0)/100) + 1),IF (sp.reduction_type = 'percentage',IF(sp.price = -1, (p_shop.price + IFNULL(pas.price, 0)), (sp.price + IFNULL(pas.price, 0))) * ((IFNULL(t.rate,0)/100) + 1) * (1 - sp.reduction),(IF(sp.price = -1, (p_shop.price + IFNULL(pas.price, 0)), (sp.price + IFNULL(pas.price, 0))) * ((IFNULL(t.rate,0)/100) + 1)) - sp.reduction)))) AS max_price\ FROM `ps_product` p\ INNER JOIN `ps_product_shop` p_shop ON p_shop.id_product = p.id_product AND p_shop.id_shop = 1\ INNER JOIN `ps_category_product` cpro_p ON cpro_p.id_product = p_shop.id_product\ INNER JOIN `ps_category_shop` cshop_p ON cshop_p.id_category = cpro_p.id_category AND cshop_p.id_shop = 1\ LEFT JOIN `ps_product_attribute_shop` `pas` ON pas.id_product = p_shop.id_product AND pas.id_shop = 1\ LEFT JOIN `ps_tax_rules_group` `trg` ON trg.id_tax_rules_group = p_shop.id_tax_rules_group\ LEFT JOIN `ps_tax_rules_group_shop` `trgs` ON trgs.id_tax_rules_group = trg.id_tax_rules_group AND trgs.id_shop = 1\ LEFT JOIN `ps_tax_rule` `tr` ON trg.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 37 AND tr.`id_state` = 0 AND tr.`zipcode_from` = 0\ LEFT JOIN `ps_tax` `t` ON t.id_tax = tr.id_tax\ LEFT JOIN `ps_specific_price` `sp` ON p_shop.id_product = sp.id_product AND sp.id_specific_price = (SELECT spc.id_specific_price\ FROM `ps_specific_price` spc\ WHERE (spc.id_product = p.id_product) AND (spc.id_shop IN (0, 1)) AND (spc.id_currency IN (0, 1)) AND (spc.id_country IN (0, 37)) AND (spc.id_group IN (0, 3)) AND (spc.from = '0000-00-00 00:00:00' OR '2022-05-31 23:12:00' >= spc.from) AND (spc.to = '0000-00-00 00:00:00' OR '2022-05-31 23:12:00' <= spc.to) AND (spc.id_product_attribute = 0)\ ORDER BY spc.id_product_attribute DESC, spc.from_quantity DESC, (IF(spc.id_group = 3, 2, 0) + IF(spc.id_country = 37, 4, 0) + IF(spc.id_currency = 1, 8, 0) + IF(spc.id_shop = 1, 16, 0) + IF(spc.id_customer = 0, 32, 0)) DESC, spc.to DESC, spc.from DESC\ LIMIT 1) \ INNER JOIN `ps_stock_available` stock_0 ON stock_0.id_product = p.id_product AND stock_0.id_product_attribute = IFNULL(pas.id_product_attribute, 0)\ WHERE (p_shop.active = 1) AND (p_shop.visibility IN ("both", "catalog")) AND (cshop_p.id_category = 12 OR cshop_p.id_category IN (SELECT c.id_category\ FROM `ps_category` c\ WHERE (c.nleft >= 3) AND (c.nright <= 100)\ )) AND (stock_0.quantity > 0) LIMIT 1 {\ "steps": [\ {\ "join_preparation": {\ "select_id": 1,\ "steps": [\ {\ "join_preparation": {\ "select_id": 3,\ "steps": [\ {\ "transformation": {\ "select_id": 3,\ "from": "IN (SELECT)",\ "to": "materialization",\ "sjm_scan_allowed": true,\ "possible": true\ }\ },\ {\ "expanded_query": "/* select#3 */ select c.id_category from ps_category c where c.nleft >= 3 and c.nright <= 100"\ }\ ]\ }\ },\ {\ "join_preparation": {\ "select_id": 2,\ "steps": [\ {\ "expanded_query": "/* select#2 */ select spc.id_specific_price from ps_specific_price spc where spc.id_product = p.id_product and spc.id_shop in (0,1) and spc.id_currency in (0,1) and spc.id_country in (0,37) and spc.id_group in (0,3) and (spc.`from` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' >= spc.`from`) and (spc.`to` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' <= spc.`to`) and spc.id_product_attribute = 0 order by spc.id_product_attribute desc,spc.from_quantity desc,if(spc.id_group = 3,2,0) + if(spc.id_country = 37,4,0) + if(spc.id_currency = 1,8,0) + if(spc.id_shop = 1,16,0) + if(spc.id_customer = 0,32,0) desc,spc.`to` desc,spc.`from` desc limit 1"\ }\ ]\ }\ },\ {\ "expanded_query": "/* select#1 */ select floor(min(if(sp.id_specific_price is null,(p_shop.price + ifnull(pas.price,0)) * (ifnull(t.rate,0) / 100 + 1),if(sp.reduction_type = 'percentage',if(sp.price = -1,p_shop.price + ifnull(pas.price,0),sp.price + ifnull(pas.price,0)) * (ifnull(t.rate,0) / 100 + 1) * (1 - sp.reduction),if(sp.price = -1,p_shop.price + ifnull(pas.price,0),sp.price + ifnull(pas.price,0)) * (ifnull(t.rate,0) / 100 + 1) - sp.reduction)))) AS min_price,ceiling(max(if(sp.id_specific_price is null,(p_shop.price + ifnull(pas.price,0)) * (ifnull(t.rate,0) / 100 + 1),if(sp.reduction_type = 'percentage',if(sp.price = -1,p_shop.price + ifnull(pas.price,0),sp.price + ifnull(pas.price,0)) * (ifnull(t.rate,0) / 100 + 1) * (1 - sp.reduction),if(sp.price = -1,p_shop.price + ifnull(pas.price,0),sp.price + ifnull(pas.price,0)) * (ifnull(t.rate,0) / 100 + 1) - sp.reduction)))) AS max_price from ((((((((((ps_product p join ps_product_shop p_shop on(p_shop.id_product = p.id_product and p_shop.id_shop = 1)) join ps_category_product cpro_p on(cpro_p.id_product = p_shop.id_product)) join ps_category_shop cshop_p on(cshop_p.id_category = cpro_p.id_category and cshop_p.id_shop = 1)) left join ps_product_attribute_shop pas on(pas.id_product = p_shop.id_product and pas.id_shop = 1)) left join ps_tax_rules_group trg on(trg.id_tax_rules_group = p_shop.id_tax_rules_group)) left join ps_tax_rules_group_shop trgs on(trgs.id_tax_rules_group = trg.id_tax_rules_group and trgs.id_shop = 1)) left join ps_tax_rule tr on(trg.id_tax_rules_group = tr.id_tax_rules_group and tr.id_country = 37 and tr.id_state = 0 and tr.zipcode_from = 0)) left join ps_tax t on(t.id_tax = tr.id_tax)) left join ps_specific_price sp on(p_shop.id_product = sp.id_product and sp.id_specific_price = (/* select#2 */ select spc.id_specific_price from ps_specific_price spc where spc.id_product = p.id_product and spc.id_shop in (0,1) and spc.id_currency in (0,1) and spc.id_country in (0,37) and spc.id_group in (0,3) and (spc.`from` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' >= spc.`from`) and (spc.`to` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' <= spc.`to`) and spc.id_product_attribute = 0 order by spc.id_product_attribute desc,spc.from_quantity desc,if(spc.id_group = 3,2,0) + if(spc.id_country = 37,4,0) + if(spc.id_currency = 1,8,0) + if(spc.id_shop = 1,16,0) + if(spc.id_customer = 0,32,0) desc,spc.`to` desc,spc.`from` desc limit 1))) join ps_stock_available stock_0 on(stock_0.id_product = p.id_product and stock_0.id_product_attribute = ifnull(pas.id_product_attribute,0))) where p_shop.active = 1 and p_shop.visibility in ('both','catalog') and (cshop_p.id_category = 12 or (cshop_p.id_category,(/* select#3 */ select c.id_category from ps_category c where c.nleft >= 3 and c.nright <= 100))) and stock_0.quantity > 0 limit 1"\ }\ ]\ }\ },\ {\ "join_optimization": {\ "select_id": 1,\ "steps": [\ {\ "condition_processing": {\ "condition": "WHERE",\ "original_condition": "p_shop.active = 1 and p_shop.visibility in ('both','catalog') and (cshop_p.id_category = 12 or (cshop_p.id_category,(/* select#3 */ select c.id_category from ps_category c where c.nleft >= 3 and c.nright <= 100))) and stock_0.quantity > 0 and stock_0.id_product = p.id_product and stock_0.id_product_attribute = ifnull(pas.id_product_attribute,0) and cshop_p.id_category = cpro_p.id_category and cshop_p.id_shop = 1 and cpro_p.id_product = p_shop.id_product and p_shop.id_product = p.id_product and p_shop.id_shop = 1",\ "steps": [\ {\ "build_equal_items": {\ "condition": "ON expr",\ "attached_to": "sp",\ "resulting_condition": "sp.id_specific_price = (/* select#2 */ select spc.id_specific_price from ps_specific_price spc where spc.id_product = p.id_product and spc.id_shop in (0,1) and spc.id_currency in (0,1) and spc.id_country in (0,37) and spc.id_group in (0,3) and (spc.`from` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' >= spc.`from`) and (spc.`to` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' <= spc.`to`) and spc.id_product_attribute = 0 order by spc.id_product_attribute desc,spc.from_quantity desc,if(spc.id_group = 3,2,0) + if(spc.id_country = 37,4,0) + if(spc.id_currency = 1,8,0) + if(spc.id_shop = 1,16,0) + if(spc.id_customer = 0,32,0) desc,spc.`to` desc,spc.`from` desc limit 1) and multiple equal(cpro_p.id_product, p_shop.id_product, stock_0.id_product, p.id_product, sp.id_product)"\ }\ },\ {\ "build_equal_items": {\ "condition": "ON expr",\ "attached_to": "t",\ "resulting_condition": "t.id_tax = tr.id_tax"\ }\ },\ {\ "build_equal_items": {\ "condition": "ON expr",\ "attached_to": "tr",\ "resulting_condition": "tr.zipcode_from = 0 and multiple equal(trg.id_tax_rules_group, tr.id_tax_rules_group) and multiple equal(37, tr.id_country) and multiple equal(0, tr.id_state)"\ }\ },\ {\ "build_equal_items": {\ "condition": "ON expr",\ "attached_to": "trgs",\ "resulting_condition": "trgs.id_tax_rules_group = trg.id_tax_rules_group and multiple equal(1, trgs.id_shop)"\ }\ },\ {\ "build_equal_items": {\ "condition": "ON expr",\ "attached_to": "trg",\ "resulting_condition": "trg.id_tax_rules_group = p_shop.id_tax_rules_group"\ }\ },\ {\ "build_equal_items": {\ "condition": "ON expr",\ "attached_to": "pas",\ "resulting_condition": "multiple equal(cpro_p.id_product, p_shop.id_product, stock_0.id_product, p.id_product, pas.id_product) and multiple equal(1, pas.id_shop)"\ }\ },\ {\ "transformation": "equality_propagation",\ "resulting_condition": "p_shop.visibility in ('both','catalog') and (multiple equal(12, cshop_p.id_category) or (cshop_p.id_category,(/* select#3 */ select c.id_category from ps_category c where c.nleft >= 3 and c.nright <= 100))) and stock_0.quantity > 0 and stock_0.id_product_attribute = ifnull(pas.id_product_attribute,0) and cshop_p.id_category = cpro_p.id_category and multiple equal(1, p_shop.active) and multiple equal(1, cshop_p.id_shop) and multiple equal(cpro_p.id_product, p_shop.id_product, stock_0.id_product, p.id_product) and multiple equal(1, p_shop.id_shop)"\ },\ {\ "transformation": "constant_propagation",\ "resulting_condition": "p_shop.visibility in ('both','catalog') and (multiple equal(12, cshop_p.id_category) or (cshop_p.id_category,(/* select#3 */ select c.id_category from ps_category c where c.nleft >= 3 and c.nright <= 100))) and stock_0.quantity > 0 and stock_0.id_product_attribute = ifnull(pas.id_product_attribute,0) and cshop_p.id_category = cpro_p.id_category and multiple equal(1, p_shop.active) and multiple equal(1, cshop_p.id_shop) and multiple equal(cpro_p.id_product, p_shop.id_product, stock_0.id_product, p.id_product) and multiple equal(1, p_shop.id_shop)"\ },\ {\ "transformation": "trivial_condition_removal",\ "resulting_condition": "p_shop.visibility in ('both','catalog') and (multiple equal(12, cshop_p.id_category) or (cshop_p.id_category,(/* select#3 */ select c.id_category from ps_category c where c.nleft >= 3 and c.nright <= 100))) and stock_0.quantity > 0 and stock_0.id_product_attribute = ifnull(pas.id_product_attribute,0) and cshop_p.id_category = cpro_p.id_category and multiple equal(1, p_shop.active) and multiple equal(1, cshop_p.id_shop) and multiple equal(cpro_p.id_product, p_shop.id_product, stock_0.id_product, p.id_product) and multiple equal(1, p_shop.id_shop)"\ }\ ]\ }\ },\ {\ "table_dependencies": [\ {\ "table": "p",\ "row_may_be_null": false,\ "map_bit": 0,\ "depends_on_map_bits": []\ },\ {\ "table": "p_shop",\ "row_may_be_null": false,\ "map_bit": 1,\ "depends_on_map_bits": []\ },\ {\ "table": "cpro_p",\ "row_may_be_null": false,\ "map_bit": 2,\ "depends_on_map_bits": []\ },\ {\ "table": "cshop_p",\ "row_may_be_null": false,\ "map_bit": 3,\ "depends_on_map_bits": []\ },\ {\ "table": "pas",\ "row_may_be_null": true,\ "map_bit": 4,\ "depends_on_map_bits": ["1"]\ },\ {\ "table": "trg",\ "row_may_be_null": true,\ "map_bit": 5,\ "depends_on_map_bits": ["1", "4"]\ },\ {\ "table": "trgs",\ "row_may_be_null": true,\ "map_bit": 6,\ "depends_on_map_bits": ["1", "4", "5"]\ },\ {\ "table": "tr",\ "row_may_be_null": true,\ "map_bit": 7,\ "depends_on_map_bits": ["1", "4", "5", "6"]\ },\ {\ "table": "t",\ "row_may_be_null": true,\ "map_bit": 8,\ "depends_on_map_bits": ["1", "4", "5", "6", "7"]\ },\ {\ "table": "sp",\ "row_may_be_null": true,\ "map_bit": 9,\ "depends_on_map_bits": ["0", "1", "4", "5", "6", "7", "8"]\ },\ {\ "table": "stock_0",\ "row_may_be_null": false,\ "map_bit": 10,\ "depends_on_map_bits": []\ }\ ]\ },\ {\ "ref_optimizer_key_uses": [\ {\ "table": "p",\ "index": "PRIMARY",\ "field": "id_product",\ "equals": "stock_0.id_product",\ "null_rejecting": false\ },\ {\ "table": "p",\ "index": "PRIMARY",\ "field": "id_product",\ "equals": "cpro_p.id_product",\ "null_rejecting": false\ },\ {\ "table": "p",\ "index": "PRIMARY",\ "field": "id_product",\ "equals": "p_shop.id_product",\ "null_rejecting": false\ },\ {\ "table": "p_shop",\ "index": "PRIMARY",\ "field": "id_product",\ "equals": "p.id_product",\ "null_rejecting": false\ },\ {\ "table": "p_shop",\ "index": "PRIMARY",\ "field": "id_product",\ "equals": "stock_0.id_product",\ "null_rejecting": false\ },\ {\ "table": "p_shop",\ "index": "PRIMARY",\ "field": "id_product",\ "equals": "cpro_p.id_product",\ "null_rejecting": false\ },\ {\ "table": "p_shop",\ "index": "PRIMARY",\ "field": "id_shop",\ "equals": "1",\ "null_rejecting": false\ },\ {\ "table": "cpro_p",\ "index": "PRIMARY",\ "field": "id_category",\ "equals": "cshop_p.id_category",\ "null_rejecting": false\ },\ {\ "table": "cpro_p",\ "index": "PRIMARY",\ "field": "id_product",\ "equals": "stock_0.id_product",\ "null_rejecting": false\ },\ {\ "table": "cpro_p",\ "index": "PRIMARY",\ "field": "id_product",\ "equals": "p.id_product",\ "null_rejecting": false\ },\ {\ "table": "cpro_p",\ "index": "PRIMARY",\ "field": "id_product",\ "equals": "p_shop.id_product",\ "null_rejecting": false\ },\ {\ "table": "cpro_p",\ "index": "id_product",\ "field": "id_product",\ "equals": "p_shop.id_product",\ "null_rejecting": false\ },\ {\ "table": "cpro_p",\ "index": "id_product",\ "field": "id_product",\ "equals": "p.id_product",\ "null_rejecting": false\ },\ {\ "table": "cpro_p",\ "index": "id_product",\ "field": "id_product",\ "equals": "stock_0.id_product",\ "null_rejecting": false\ },\ {\ "table": "cpro_p",\ "index": "id_product",\ "field": "id_category",\ "equals": "cshop_p.id_category",\ "null_rejecting": false\ },\ {\ "table": "cpro_p",\ "index": "id_category",\ "field": "id_category",\ "equals": "cshop_p.id_category",\ "null_rejecting": false\ },\ {\ "table": "cshop_p",\ "index": "PRIMARY",\ "field": "id_category",\ "equals": "cpro_p.id_category",\ "null_rejecting": false\ },\ {\ "table": "cshop_p",\ "index": "PRIMARY",\ "field": "id_shop",\ "equals": "1",\ "null_rejecting": false\ },\ {\ "table": "pas",\ "index": "id_product",\ "field": "id_product",\ "equals": "p.id_product",\ "null_rejecting": false\ },\ {\ "table": "pas",\ "index": "id_product",\ "field": "id_product",\ "equals": "stock_0.id_product",\ "null_rejecting": false\ },\ {\ "table": "pas",\ "index": "id_product",\ "field": "id_product",\ "equals": "p_shop.id_product",\ "null_rejecting": false\ },\ {\ "table": "pas",\ "index": "id_product",\ "field": "id_product",\ "equals": "cpro_p.id_product",\ "null_rejecting": false\ },\ {\ "table": "pas",\ "index": "id_product",\ "field": "id_shop",\ "equals": "1",\ "null_rejecting": false\ },\ {\ "table": "trg",\ "index": "PRIMARY",\ "field": "id_tax_rules_group",\ "equals": "p_shop.id_tax_rules_group",\ "null_rejecting": false\ },\ {\ "table": "trgs",\ "index": "PRIMARY",\ "field": "id_tax_rules_group",\ "equals": "trg.id_tax_rules_group",\ "null_rejecting": true\ },\ {\ "table": "trgs",\ "index": "PRIMARY",\ "field": "id_shop",\ "equals": "1",\ "null_rejecting": false\ },\ {\ "table": "trgs",\ "index": "id_shop",\ "field": "id_shop",\ "equals": "1",\ "null_rejecting": false\ },\ {\ "table": "trgs",\ "index": "id_shop",\ "field": "id_tax_rules_group",\ "equals": "trg.id_tax_rules_group",\ "null_rejecting": true\ },\ {\ "table": "tr",\ "index": "id_tax_rules_group",\ "field": "id_tax_rules_group",\ "equals": "trg.id_tax_rules_group",\ "null_rejecting": true\ },\ {\ "table": "tr",\ "index": "category_getproducts",\ "field": "id_tax_rules_group",\ "equals": "trg.id_tax_rules_group",\ "null_rejecting": true\ },\ {\ "table": "tr",\ "index": "category_getproducts",\ "field": "id_country",\ "equals": "37",\ "null_rejecting": false\ },\ {\ "table": "tr",\ "index": "category_getproducts",\ "field": "id_state",\ "equals": "0",\ "null_rejecting": false\ },\ {\ "table": "t",\ "index": "PRIMARY",\ "field": "id_tax",\ "equals": "tr.id_tax",\ "null_rejecting": true\ },\ {\ "table": "sp",\ "index": "PRIMARY",\ "field": "id_specific_price",\ "equals": "(/* select#2 */ select spc.id_specific_price from ps_specific_price spc where spc.id_product = p.id_product and spc.id_shop in (0,1) and spc.id_currency in (0,1) and spc.id_country in (0,37) and spc.id_group in (0,3) and (spc.`from` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' >= spc.`from`) and (spc.`to` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' <= spc.`to`) and spc.id_product_attribute = 0 order by spc.id_product_attribute desc,spc.from_quantity desc,if(spc.id_group = 3,2,0) + if(spc.id_country = 37,4,0) + if(spc.id_currency = 1,8,0) + if(spc.id_shop = 1,16,0) + if(spc.id_customer = 0,32,0) desc,spc.`to` desc,spc.`from` desc limit 1)",\ "null_rejecting": true\ },\ {\ "table": "sp",\ "index": "id_product_2",\ "field": "id_product",\ "equals": "cpro_p.id_product",\ "null_rejecting": false\ },\ {\ "table": "sp",\ "index": "id_product_2",\ "field": "id_product",\ "equals": "p_shop.id_product",\ "null_rejecting": false\ },\ {\ "table": "sp",\ "index": "id_product_2",\ "field": "id_product",\ "equals": "stock_0.id_product",\ "null_rejecting": false\ },\ {\ "table": "sp",\ "index": "id_product_2",\ "field": "id_product",\ "equals": "p.id_product",\ "null_rejecting": false\ },\ {\ "table": "sp",\ "index": "id_product",\ "field": "id_product",\ "equals": "p_shop.id_product",\ "null_rejecting": false\ },\ {\ "table": "sp",\ "index": "id_product",\ "field": "id_product",\ "equals": "stock_0.id_product",\ "null_rejecting": false\ },\ {\ "table": "sp",\ "index": "id_product",\ "field": "id_product",\ "equals": "p.id_product",\ "null_rejecting": false\ },\ {\ "table": "sp",\ "index": "id_product",\ "field": "id_product",\ "equals": "cpro_p.id_product",\ "null_rejecting": false\ },\ {\ "table": "stock_0",\ "index": "product_sqlstock",\ "field": "id_product",\ "equals": "p_shop.id_product",\ "null_rejecting": false\ },\ {\ "table": "stock_0",\ "index": "product_sqlstock",\ "field": "id_product",\ "equals": "p.id_product",\ "null_rejecting": false\ },\ {\ "table": "stock_0",\ "index": "product_sqlstock",\ "field": "id_product",\ "equals": "cpro_p.id_product",\ "null_rejecting": false\ },\ {\ "table": "stock_0",\ "index": "product_sqlstock",\ "field": "id_product_attribute",\ "equals": "ifnull(pas.id_product_attribute,0)",\ "null_rejecting": false\ },\ {\ "table": "stock_0",\ "index": "id_product",\ "field": "id_product",\ "equals": "p.id_product",\ "null_rejecting": false\ },\ {\ "table": "stock_0",\ "index": "id_product",\ "field": "id_product",\ "equals": "cpro_p.id_product",\ "null_rejecting": false\ },\ {\ "table": "stock_0",\ "index": "id_product",\ "field": "id_product",\ "equals": "p_shop.id_product",\ "null_rejecting": false\ },\ {\ "table": "stock_0",\ "index": "id_product_attribute",\ "field": "id_product_attribute",\ "equals": "ifnull(pas.id_product_attribute,0)",\ "null_rejecting": false\ }\ ]\ },\ {\ "eliminated_tables": ["trgs"]\ },\ {\ "rows_estimation": [\ {\ "table": "p",\ "table_scan": {\ "rows": 23424,\ "cost": 417\ }\ },\ {\ "table": "p_shop",\ "table_scan": {\ "rows": 23474,\ "cost": 289\ }\ },\ {\ "table": "cpro_p",\ "table_scan": {\ "rows": 64242,\ "cost": 161\ }\ },\ {\ "table": "cshop_p",\ "range_analysis": {\ "table_scan": {\ "rows": 304,\ "cost": 365.8\ },\ "potential_range_indexes": [\ {\ "index": "PRIMARY",\ "usable": true,\ "key_parts": ["id_category", "id_shop"]\ }\ ],\ "best_covering_index_scan": {\ "index": "PRIMARY",\ "cost": 61.84823924,\ "chosen": true\ },\ "setup_range_conditions": [],\ "analyzing_range_alternatives": {\ "range_scan_alternatives": [],\ "analyzing_roworder_intersect": {\ "cause": "too few roworder scans"\ },\ "analyzing_index_merge_union": []\ },\ "group_index_range": {\ "chosen": false,\ "cause": "not single_table"\ }\ }\ },\ {\ "table": "pas",\ "table_scan": {\ "rows": 186702,\ "cost": 1251\ }\ },\ {\ "table": "trg",\ "table_scan": {\ "rows": 5,\ "cost": 1\ }\ },\ {\ "table": "trgs",\ "rows": 1,\ "cost": 1,\ "table_type": "const"\ },\ {\ "table": "tr",\ "table_scan": {\ "rows": 53,\ "cost": 1\ }\ },\ {\ "table": "t",\ "table_scan": {\ "rows": 29,\ "cost": 1\ }\ },\ {\ "table": "sp",\ "table_scan": {\ "rows": 2578,\ "cost": 19\ }\ },\ {\ "table": "stock_0",\ "range_analysis": {\ "table_scan": {\ "rows": 211079,\ "cost": 253295.8\ },\ "potential_range_indexes": [\ {\ "index": "PRIMARY",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "product_sqlstock",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "id_shop",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "id_shop_group",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "id_product",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "id_product_attribute",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "quantity",\ "usable": true,\ "key_parts": ["quantity", "id_stock_available"]\ }\ ],\ "setup_range_conditions": [],\ "analyzing_range_alternatives": {\ "range_scan_alternatives": [\ {\ "index": "quantity",\ "ranges": ["(0) < (quantity)"],\ "rowid_ordered": false,\ "using_mrr": false,\ "index_only": false,\ "rows": 76584,\ "cost": 91956.42345,\ "chosen": true\ }\ ],\ "analyzing_roworder_intersect": {\ "cause": "too few roworder scans"\ },\ "analyzing_index_merge_union": []\ },\ "group_index_range": {\ "chosen": false,\ "cause": "not single_table"\ },\ "chosen_range_access_summary": {\ "range_access_plan": {\ "type": "range_scan",\ "index": "quantity",\ "rows": 76584,\ "ranges": ["(0) < (quantity)"]\ },\ "rows_for_plan": 76584,\ "cost_for_plan": 91956.42345,\ "chosen": true\ }\ }\ }\ ]\ },\ {\ "considered_execution_plans": [\ {\ "plan_prefix": ["trgs"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "cshop_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "scan",\ "resulting_rows": 228,\ "cost": 16.2,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "scan",\ "records": 228,\ "cost": 16.2,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "p",\ "considered_access_paths": [\ {\ "access_type": "scan",\ "resulting_rows": 23424,\ "cost": 417,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "scan",\ "records": 23424,\ "cost": 417,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "p_shop",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "scan",\ "resulting_rows": 17605.5,\ "cost": 1462.7,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "scan",\ "records": 17605.5,\ "cost": 1462.7,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "cpro_p",\ "considered_access_paths": [\ {\ "access_type": "scan",\ "resulting_rows": 64242,\ "cost": 161,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "scan",\ "records": 64242,\ "cost": 161,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "range",\ "resulting_rows": 76584,\ "cost": 91956.42345,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "range",\ "records": 76584,\ "cost": 91956.42345,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs"],\ "table": "cshop_p",\ "rows_for_plan": 228,\ "cost_for_plan": 61.8,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "cshop_p"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "p",\ "considered_access_paths": [\ {\ "access_type": "scan",\ "resulting_rows": 23424,\ "cost": 417,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "scan",\ "records": 23424,\ "cost": 417,\ "uses_join_buffering": true\ }\ }\ },\ {\ "best_access_path": {\ "table": "p_shop",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "scan",\ "resulting_rows": 17605.5,\ "cost": 1462.7,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "scan",\ "records": 17605.5,\ "cost": 1462.7,\ "uses_join_buffering": true\ }\ }\ },\ {\ "best_access_path": {\ "table": "cpro_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 115,\ "cost": 257.9599722,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 115,\ "cost": 280.9599722,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "ref",\ "index": "id_category",\ "rows": 115,\ "cost": 233.1207812,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 115,\ "cost": 233.1207812,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "range",\ "resulting_rows": 76584,\ "cost": 20966064.55,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "range",\ "records": 76584,\ "cost": 20966064.55,\ "uses_join_buffering": true\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "cshop_p"],\ "table": "cpro_p",\ "rows_for_plan": 26220,\ "cost_for_plan": 5538.920781,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "cshop_p", "cpro_p"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "p",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 26220,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 26220,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "p_shop",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 26220,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 17605.5,\ "cost": 1462.7,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 26220,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 4,\ "cost": 131125.6039,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 131110.2416,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 2511499047,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 131110.2416,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "cshop_p", "cpro_p"],\ "table": "p",\ "rows_for_plan": 26220,\ "cost_for_plan": 37002.92078,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "cshop_p", "cpro_p", "p"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "p_shop",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 26220,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 17605.5,\ "cost": 1751.7,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 26220,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "cshop_p", "cpro_p", "p"],\ "table": "p_shop",\ "rows_for_plan": 26220,\ "cost_for_plan": 68466.92078,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 4,\ "cost": 131125.6039,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 131110.2416,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 2511499047,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 131110.2416,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 131123.0435,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 277567542,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 131123.0435,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop"\ ],\ "table": "pas",\ "rows_for_plan": 104880,\ "cost_for_plan": 220565.9643,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop",\ "pas"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "trg",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 26220,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 26220,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 1,\ "cost": 209785.6039,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 524440.9662,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product_attribute",\ "rows": 1,\ "cost": 209770.2416,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 10045996187,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 209770.2416,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop",\ "pas"\ ],\ "table": "trg",\ "rows_for_plan": 104880,\ "cost_for_plan": 267761.9643,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop",\ "pas",\ "trg"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "tr",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_tax_rules_group",\ "rowid_filter_skipped": "worst/max seeks clipping",\ "rows": 8,\ "cost": 419601.9325,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "category_getproducts",\ "rows": 1,\ "cost": 209844.4929,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 39.75,\ "cost": 382812,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 209844.4929,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 1,\ "cost": 209785.6039,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 524440.9662,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product_attribute",\ "rows": 1,\ "cost": 209770.2416,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 10045996187,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 209770.2416,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop",\ "pas",\ "trg"\ ],\ "table": "tr",\ "rows_for_plan": 104880,\ "cost_for_plan": 498582.4572,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop",\ "pas",\ "trg",\ "tr"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "t",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 26220,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 21.75,\ "cost": 256956,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 26220,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 1,\ "cost": 209785.6039,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 524440.9662,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product_attribute",\ "rows": 1,\ "cost": 209770.2416,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 10045996187,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 209770.2416,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop",\ "pas",\ "trg",\ "tr"\ ],\ "table": "t",\ "rows_for_plan": 104880,\ "cost_for_plan": 545778.4572,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop",\ "pas",\ "trg",\ "tr",\ "t"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "sp",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 26220,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product_2",\ "rows": 1,\ "cost": 209832.9711,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 1,\ "cost": 209812.488,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "scan",\ "resulting_rows": 1933.5,\ "cost": 15511752,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 26220,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop",\ "pas",\ "trg",\ "tr",\ "t"\ ],\ "table": "sp",\ "rows_for_plan": 104880,\ "cost_for_plan": 592974.4572,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop",\ "pas",\ "trg",\ "tr",\ "t",\ "sp"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 1,\ "cost": 209785.6039,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 524440.9662,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product_attribute",\ "rows": 1,\ "cost": 209770.2416,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 10045996187,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 209770.2416,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop",\ "pas",\ "trg",\ "tr",\ "t",\ "sp"\ ],\ "table": "stock_0",\ "rows_for_plan": 104880,\ "cost_for_plan": 823720.6987\ }\ ]\ }\ ],\ "pruned_by_hanging_leaf": true\ }\ ],\ "pruned_by_hanging_leaf": true\ }\ ],\ "pruned_by_hanging_leaf": true\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop"\ ],\ "table": "stock_0",\ "rows_for_plan": 104880,\ "cost_for_plan": 220553.1623,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop",\ "stock_0"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 524492.1741,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 1110270168,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 524492.1741,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "cshop_p",\ "cpro_p",\ "p",\ "p_shop",\ "stock_0"\ ],\ "table": "pas",\ "rows_for_plan": 419520,\ "cost_for_plan": 828949.3364,\ "pruned_by_cost": true,\ "current_cost": 828949.3364,\ "best_cost": 823720.6987\ }\ ]\ }\ ]\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "cshop_p", "cpro_p"],\ "table": "stock_0",\ "rows_for_plan": 104880,\ "cost_for_plan": 157625.1623,\ "pruned_by_heuristic": true\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "cshop_p"],\ "table": "p_shop",\ "rows_for_plan": 4014054,\ "cost_for_plan": 804335.3,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "cshop_p", "p_shop"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "p",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 17605.5,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 17605.5,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "cpro_p",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 4014054,\ "chosen": true\ },\ {\ "access_type": "eq_ref",\ "index": "id_product",\ "rows": 1,\ "cost": 4014054,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_category",\ "rows": 115,\ "cost": 4104207.913,\ "chosen": false,\ "cause": "cost"\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 4014054,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 4,\ "cost": 20074189.74,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 20071837.89,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 3.844887e11,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 20071837.89,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 20073797.76,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 42493177049,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 20073797.76,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "cshop_p", "p_shop"],\ "table": "p",\ "rows_for_plan": 4014054,\ "cost_for_plan": 1624751.6,\ "pruned_by_cost": true,\ "current_cost": 1624751.6,\ "best_cost": 823720.6987\ },\ {\ "plan_prefix": ["trgs", "cshop_p", "p_shop"],\ "table": "cpro_p",\ "rows_for_plan": 4014054,\ "cost_for_plan": 5621200.1,\ "pruned_by_cost": true,\ "current_cost": 5621200.1,\ "best_cost": 823720.6987\ },\ {\ "plan_prefix": ["trgs", "cshop_p", "p_shop"],\ "table": "pas",\ "rows_for_plan": 16056216,\ "cost_for_plan": 24089376.26,\ "pruned_by_cost": true,\ "current_cost": 24089376.26,\ "best_cost": 823720.6987\ },\ {\ "plan_prefix": ["trgs", "cshop_p", "p_shop"],\ "table": "stock_0",\ "rows_for_plan": 16056216,\ "cost_for_plan": 24087416.39,\ "pruned_by_cost": true,\ "current_cost": 24087416.39,\ "best_cost": 823720.6987\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "cshop_p"],\ "table": "p",\ "rows_for_plan": 5340672,\ "cost_for_plan": 1068613.2,\ "pruned_by_cost": true,\ "current_cost": 1068613.2,\ "best_cost": 823720.6987\ },\ {\ "plan_prefix": ["trgs", "cshop_p"],\ "table": "stock_0",\ "rows_for_plan": 17461152,\ "cost_for_plan": 24458356.75,\ "pruned_by_cost": true,\ "current_cost": 24458356.75,\ "best_cost": 823720.6987\ }\ ]\ },\ {\ "plan_prefix": ["trgs"],\ "table": "p_shop",\ "rows_for_plan": 17605.5,\ "cost_for_plan": 4983.8,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "p_shop"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "cshop_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "scan",\ "resulting_rows": 228,\ "cost": 16.2,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "scan",\ "records": 228,\ "cost": 16.2,\ "uses_join_buffering": true\ }\ }\ },\ {\ "best_access_path": {\ "table": "p",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 17605.5,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 17605.5,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "cpro_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 1,\ "cost": 17608.07877,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 17608.07877,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 4,\ "cost": 88044.69182,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 88034.37673,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 88034.37673,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 88042.97264,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 186373583.6,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 88042.97264,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "p_shop"],\ "table": "p",\ "rows_for_plan": 17605.5,\ "cost_for_plan": 26110.4,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "p_shop", "p"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "cshop_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "scan",\ "resulting_rows": 228,\ "cost": 16.2,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "scan",\ "records": 228,\ "cost": 16.2,\ "uses_join_buffering": true\ }\ }\ },\ {\ "best_access_path": {\ "table": "cpro_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 1,\ "cost": 17608.07877,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 17608.07877,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 4,\ "cost": 88044.69182,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 88034.37673,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 88034.37673,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 88042.97264,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 186373583.6,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 88042.97264,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "p_shop", "p"],\ "table": "cpro_p",\ "rows_for_plan": 17605.5,\ "cost_for_plan": 47239.57877,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "p_shop", "p", "cpro_p"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "cshop_p",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 17605.5,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 17605.5,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 4,\ "cost": 88044.69182,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 88034.37673,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 88034.37673,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 88042.97264,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 186373583.6,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 88042.97264,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "p_shop", "p", "cpro_p"],\ "table": "cshop_p",\ "rows_for_plan": 17605.5,\ "cost_for_plan": 68366.17877,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 4,\ "cost": 88044.69182,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 88034.37673,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 88034.37673,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 88042.97264,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 186373583.6,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 88042.97264,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p"\ ],\ "table": "pas",\ "rows_for_plan": 70422,\ "cost_for_plan": 170493.5514,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p",\ "pas"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "trg",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 17605.5,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 17605.5,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 1,\ "cost": 140861.1918,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 352137.5069,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product_attribute",\ "rows": 1,\ "cost": 140850.8767,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 6745415175,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 140850.8767,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p",\ "pas"\ ],\ "table": "trg",\ "rows_for_plan": 70422,\ "cost_for_plan": 202183.4514,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "tr",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_tax_rules_group",\ "rowid_filter_skipped": "worst/max seeks clipping",\ "rows": 8,\ "cost": 281743.0138,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "category_getproducts",\ "rows": 1,\ "cost": 140900.733,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 39.75,\ "cost": 257040.3,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 140900.733,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 1,\ "cost": 140861.1918,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 352137.5069,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product_attribute",\ "rows": 1,\ "cost": 140850.8767,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 6745415175,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 140850.8767,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg"\ ],\ "table": "tr",\ "rows_for_plan": 70422,\ "cost_for_plan": 357168.5844,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "t",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 17605.5,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 21.75,\ "cost": 172533.9,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 17605.5,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 1,\ "cost": 140861.1918,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 352137.5069,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product_attribute",\ "rows": 1,\ "cost": 140850.8767,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 6745415175,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 140850.8767,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr"\ ],\ "table": "t",\ "rows_for_plan": 70422,\ "cost_for_plan": 388858.4844,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr",\ "t"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "sp",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 17605.5,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product_2",\ "rows": 1,\ "cost": 140892.9967,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 1,\ "cost": 140879.2432,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "scan",\ "resulting_rows": 1933.5,\ "cost": 10415413.8,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 17605.5,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr",\ "t"\ ],\ "table": "sp",\ "rows_for_plan": 70422,\ "cost_for_plan": 420548.3844,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr",\ "t",\ "sp"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 1,\ "cost": 140861.1918,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 352137.5069,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product_attribute",\ "rows": 1,\ "cost": 140850.8767,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 6745415175,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 140850.8767,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr",\ "t",\ "sp"\ ],\ "table": "stock_0",\ "rows_for_plan": 70422,\ "cost_for_plan": 575483.6612\ }\ ]\ }\ ],\ "pruned_by_hanging_leaf": true\ }\ ],\ "pruned_by_hanging_leaf": true\ }\ ],\ "pruned_by_hanging_leaf": true\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p"\ ],\ "table": "stock_0",\ "rows_for_plan": 70422,\ "cost_for_plan": 170484.9555,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p",\ "stock_0"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 352171.8906,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 745494334.2,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 352171.8906,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p",\ "stock_0"\ ],\ "table": "pas",\ "rows_for_plan": 281688,\ "cost_for_plan": 578994.4461,\ "pruned_by_cost": true,\ "current_cost": 578994.4461,\ "best_cost": 575483.6612\ }\ ]\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "p_shop", "p", "cpro_p"],\ "table": "pas",\ "rows_for_plan": 70422,\ "cost_for_plan": 149366.9514,\ "pruned_by_heuristic": true\ },\ {\ "plan_prefix": ["trgs", "p_shop", "p", "cpro_p"],\ "table": "stock_0",\ "rows_for_plan": 70422,\ "cost_for_plan": 149358.3555,\ "pruned_by_heuristic": true\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "p_shop", "p"],\ "table": "pas",\ "rows_for_plan": 70422,\ "cost_for_plan": 128237.7726,\ "pruned_by_heuristic": true\ },\ {\ "plan_prefix": ["trgs", "p_shop", "p"],\ "table": "stock_0",\ "rows_for_plan": 70422,\ "cost_for_plan": 128229.1767,\ "pruned_by_heuristic": true\ },\ {\ "plan_prefix": ["trgs", "p_shop", "p"],\ "table": "cshop_p",\ "rows_for_plan": 4014054,\ "cost_for_plan": 828937.4,\ "pruned_by_cost": true,\ "current_cost": 828937.4,\ "best_cost": 575483.6612\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "p_shop"],\ "table": "cpro_p",\ "rows_for_plan": 17605.5,\ "cost_for_plan": 26112.97877,\ "pruned_by_heuristic": true\ },\ {\ "plan_prefix": ["trgs", "p_shop"],\ "table": "pas",\ "rows_for_plan": 70422,\ "cost_for_plan": 107111.1726,\ "pruned_by_heuristic": true\ },\ {\ "plan_prefix": ["trgs", "p_shop"],\ "table": "stock_0",\ "rows_for_plan": 70422,\ "cost_for_plan": 107102.5767,\ "pruned_by_heuristic": true\ },\ {\ "plan_prefix": ["trgs", "p_shop"],\ "table": "cshop_p",\ "rows_for_plan": 4014054,\ "cost_for_plan": 807810.8,\ "pruned_by_cost": true,\ "current_cost": 807810.8,\ "best_cost": 575483.6612\ }\ ]\ },\ {\ "plan_prefix": ["trgs"],\ "table": "p",\ "rows_for_plan": 23424,\ "cost_for_plan": 5101.8,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "p"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "cshop_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "scan",\ "resulting_rows": 228,\ "cost": 16.2,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "scan",\ "records": 228,\ "cost": 16.2,\ "uses_join_buffering": true\ }\ }\ },\ {\ "best_access_path": {\ "table": "p_shop",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 23424,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 17605.5,\ "cost": 1462.7,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 23424,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "cpro_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 1,\ "cost": 23427.43104,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 23427.43104,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 4,\ "cost": 117142.8736,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 117129.1494,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 2243682444,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 117129.1494,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "p"],\ "table": "p_shop",\ "rows_for_plan": 23424,\ "cost_for_plan": 33210.6,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "p", "p_shop"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "cshop_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "scan",\ "resulting_rows": 228,\ "cost": 17.2,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "scan",\ "records": 228,\ "cost": 17.2,\ "uses_join_buffering": true\ }\ }\ },\ {\ "best_access_path": {\ "table": "cpro_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 1,\ "cost": 23427.43104,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 23427.43104,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 4,\ "cost": 117142.8736,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 117129.1494,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 2243682444,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 117129.1494,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 117140.5862,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 247968806.4,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 117140.5862,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "p", "p_shop"],\ "table": "cpro_p",\ "rows_for_plan": 23424,\ "cost_for_plan": 61322.83104,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "p", "p_shop", "cpro_p"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "cshop_p",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 23424,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 23424,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 4,\ "cost": 117142.8736,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 117129.1494,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 2243682444,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 117129.1494,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 117140.5862,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 247968806.4,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 117140.5862,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "p", "p_shop", "cpro_p"],\ "table": "cshop_p",\ "rows_for_plan": 23424,\ "cost_for_plan": 89431.63104,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 4,\ "cost": 117142.8736,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 117129.1494,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 2243682444,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 117129.1494,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 117140.5862,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 247968806.4,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 117140.5862,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p"\ ],\ "table": "pas",\ "rows_for_plan": 93696,\ "cost_for_plan": 225311.4173,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "trg",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 23424,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 23424,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 1,\ "cost": 187414.8736,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 468516.5978,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product_attribute",\ "rows": 1,\ "cost": 187401.1494,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 8974729775,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 187401.1494,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas"\ ],\ "table": "trg",\ "rows_for_plan": 93696,\ "cost_for_plan": 267474.6173,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "tr",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_tax_rules_group",\ "rowid_filter_skipped": "worst/max seeks clipping",\ "rows": 8,\ "cost": 374857.1955,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "category_getproducts",\ "rows": 1,\ "cost": 187467.4829,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 39.75,\ "cost": 341990.4,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 187467.4829,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 1,\ "cost": 187414.8736,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 468516.5978,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product_attribute",\ "rows": 1,\ "cost": 187401.1494,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 8974729775,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 187401.1494,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg"\ ],\ "table": "tr",\ "rows_for_plan": 93696,\ "cost_for_plan": 473681.3002,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "t",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 23424,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 21.75,\ "cost": 229555.2,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 23424,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 1,\ "cost": 187414.8736,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 468516.5978,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product_attribute",\ "rows": 1,\ "cost": 187401.1494,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 8974729775,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 187401.1494,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr"\ ],\ "table": "t",\ "rows_for_plan": 93696,\ "cost_for_plan": 515844.5002,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr",\ "t"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "sp",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 23424,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product_2",\ "rows": 1,\ "cost": 187457.1898,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 1,\ "cost": 187438.8909,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "scan",\ "resulting_rows": 1933.5,\ "cost": 13857638.4,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 23424,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr",\ "t"\ ],\ "table": "sp",\ "rows_for_plan": 93696,\ "cost_for_plan": 558007.7002,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr",\ "t",\ "sp"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 1,\ "cost": 187414.8736,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 468516.5978,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product_attribute",\ "rows": 1,\ "cost": 187401.1494,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 8974729775,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 187401.1494,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr",\ "t",\ "sp"\ ],\ "table": "stock_0",\ "rows_for_plan": 93696,\ "cost_for_plan": 764148.0496,\ "pruned_by_cost": true,\ "current_cost": 764148.0496,\ "best_cost": 575483.6612\ }\ ]\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr"\ ],\ "table": "stock_0",\ "rows_for_plan": 93696,\ "cost_for_plan": 679821.6496,\ "pruned_by_cost": true,\ "current_cost": 679821.6496,\ "best_cost": 575483.6612\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg"\ ],\ "table": "stock_0",\ "rows_for_plan": 93696,\ "cost_for_plan": 473614.9667,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "stock_0"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "tr",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_tax_rules_group",\ "rowid_filter_skipped": "worst/max seeks clipping",\ "rows": 8,\ "cost": 374857.1955,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "category_getproducts",\ "rows": 1,\ "cost": 187467.4829,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 39.75,\ "cost": 341990.4,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 187467.4829,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "stock_0"\ ],\ "table": "tr",\ "rows_for_plan": 93696,\ "cost_for_plan": 679821.6496,\ "pruned_by_cost": true,\ "current_cost": 679821.6496,\ "best_cost": 575483.6612\ }\ ]\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "pas"\ ],\ "table": "stock_0",\ "rows_for_plan": 93696,\ "cost_for_plan": 431451.7667,\ "pruned_by_heuristic": true\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p"\ ],\ "table": "stock_0",\ "rows_for_plan": 93696,\ "cost_for_plan": 225299.9805,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "stock_0"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 468562.345,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 991875225.6,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 468562.345,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p",\ "stock_0"\ ],\ "table": "pas",\ "rows_for_plan": 374784,\ "cost_for_plan": 768819.1255,\ "pruned_by_cost": true,\ "current_cost": 768819.1255,\ "best_cost": 575483.6612\ }\ ]\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "p", "p_shop", "cpro_p"],\ "table": "pas",\ "rows_for_plan": 93696,\ "cost_for_plan": 197202.6173,\ "pruned_by_heuristic": true\ },\ {\ "plan_prefix": ["trgs", "p", "p_shop", "cpro_p"],\ "table": "stock_0",\ "rows_for_plan": 93696,\ "cost_for_plan": 197191.1805,\ "pruned_by_heuristic": true\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "p", "p_shop"],\ "table": "pas",\ "rows_for_plan": 93696,\ "cost_for_plan": 169090.3862,\ "pruned_by_heuristic": true\ },\ {\ "plan_prefix": ["trgs", "p", "p_shop"],\ "table": "stock_0",\ "rows_for_plan": 93696,\ "cost_for_plan": 169078.9494,\ "pruned_by_heuristic": true\ },\ {\ "plan_prefix": ["trgs", "p", "p_shop"],\ "table": "cshop_p",\ "rows_for_plan": 5340672,\ "cost_for_plan": 1101362.2,\ "pruned_by_cost": true,\ "current_cost": 1101362.2,\ "best_cost": 575483.6612\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "p"],\ "table": "cpro_p",\ "rows_for_plan": 23424,\ "cost_for_plan": 33214.03104,\ "pruned_by_heuristic": true\ },\ {\ "plan_prefix": ["trgs", "p"],\ "table": "stock_0",\ "rows_for_plan": 93696,\ "cost_for_plan": 140970.1494,\ "pruned_by_heuristic": true\ },\ {\ "plan_prefix": ["trgs", "p"],\ "table": "cshop_p",\ "rows_for_plan": 5340672,\ "cost_for_plan": 1073252.4,\ "pruned_by_cost": true,\ "current_cost": 1073252.4,\ "best_cost": 575483.6612\ }\ ]\ },\ {\ "plan_prefix": ["trgs"],\ "table": "cpro_p",\ "rows_for_plan": 64242,\ "cost_for_plan": 13009.4,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "cpro_p"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "cshop_p",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 64242,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 64242,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "p",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 64242,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 64242,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "p_shop",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 64242,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 17605.5,\ "cost": 1462.7,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 64242,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 4,\ "cost": 321272.7325,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 321235.093,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 6153460022,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 321235.093,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "cpro_p"],\ "table": "p",\ "rows_for_plan": 64242,\ "cost_for_plan": 90099.8,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "cpro_p", "p"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "cshop_p",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 64242,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 64242,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "cpro_p", "p"],\ "table": "cshop_p",\ "rows_for_plan": 64242,\ "cost_for_plan": 167190.2,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "cpro_p", "p", "cshop_p"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "p_shop",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 64242,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 17605.5,\ "cost": 2040.7,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 64242,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "cpro_p", "p", "cshop_p"],\ "table": "p_shop",\ "rows_for_plan": 64242,\ "cost_for_plan": 244280.6,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "cpro_p",\ "p",\ "cshop_p",\ "p_shop"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "stock_0",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "product_sqlstock",\ "rows": 4,\ "cost": 321272.7325,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 321235.093,\ "chosen": true\ },\ {\ "access_type": "range",\ "resulting_rows": 57438,\ "cost": 6153460022,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 321235.093,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 321266.4592,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 680072236.2,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 321266.4592,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "cpro_p",\ "p",\ "cshop_p",\ "p_shop"\ ],\ "table": "pas",\ "rows_for_plan": 256968,\ "cost_for_plan": 616940.6592,\ "pruned_by_cost": true,\ "current_cost": 616940.6592,\ "best_cost": 575483.6612\ },\ {\ "plan_prefix": [\ "trgs",\ "cpro_p",\ "p",\ "cshop_p",\ "p_shop"\ ],\ "table": "stock_0",\ "rows_for_plan": 256968,\ "cost_for_plan": 616909.293,\ "pruned_by_cost": true,\ "current_cost": 616909.293,\ "best_cost": 575483.6612\ }\ ]\ }\ ]\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "cpro_p"],\ "table": "stock_0",\ "rows_for_plan": 256968,\ "cost_for_plan": 385638.093,\ "pruned_by_heuristic": true\ }\ ]\ },\ {\ "plan_prefix": ["trgs"],\ "table": "stock_0",\ "rows_for_plan": 76584,\ "cost_for_plan": 107273.2234,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "stock_0"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "cshop_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "scan",\ "resulting_rows": 228,\ "cost": 17.2,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "scan",\ "records": 228,\ "cost": 17.2,\ "uses_join_buffering": true\ }\ }\ },\ {\ "best_access_path": {\ "table": "p",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 76584,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 76584,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "p_shop",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 76584,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 17605.5,\ "cost": 1751.7,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 76584,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "cpro_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 1,\ "cost": 76595.21767,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 76595.21767,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "stock_0"],\ "table": "p",\ "rows_for_plan": 76584,\ "cost_for_plan": 199174.0234,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "stock_0", "p"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "cshop_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "scan",\ "resulting_rows": 228,\ "cost": 18.2,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "scan",\ "records": 228,\ "cost": 18.2,\ "uses_join_buffering": true\ }\ }\ },\ {\ "best_access_path": {\ "table": "p_shop",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 76584,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 17605.5,\ "cost": 2040.7,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 76584,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "stock_0", "p"],\ "table": "p_shop",\ "rows_for_plan": 76584,\ "cost_for_plan": 291074.8234,\ "rest_of_plan": [\ {\ "plan_prefix": ["trgs", "stock_0", "p", "p_shop"],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "cshop_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "scan",\ "resulting_rows": 228,\ "cost": 21.2,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "scan",\ "records": 228,\ "cost": 21.2,\ "uses_join_buffering": true\ }\ }\ },\ {\ "best_access_path": {\ "table": "cpro_p",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "PRIMARY",\ "rows": 1.79769e308,\ "cost": 1.79769e308,\ "chosen": false,\ "cause": "no predicate for first keypart"\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 1,\ "cost": 76595.21767,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 76595.21767,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 382987.306,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 810725882.4,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 382987.306,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "stock_0", "p", "p_shop"],\ "table": "cpro_p",\ "rows_for_plan": 76584,\ "cost_for_plan": 382986.8411,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "stock_0",\ "p",\ "p_shop",\ "cpro_p"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "cshop_p",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 76584,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 76584,\ "uses_join_buffering": false\ }\ }\ },\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 382987.306,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 810725882.4,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 382987.306,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "stock_0",\ "p",\ "p_shop",\ "cpro_p"\ ],\ "table": "cshop_p",\ "rows_for_plan": 76584,\ "cost_for_plan": 474887.6411,\ "rest_of_plan": [\ {\ "plan_prefix": [\ "trgs",\ "stock_0",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p"\ ],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "pas",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 4,\ "cost": 382987.306,\ "chosen": true\ },\ {\ "access_type": "scan",\ "resulting_rows": 140026.5,\ "cost": 810725882.4,\ "chosen": false\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 4,\ "cost": 382987.306,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "stock_0",\ "p",\ "p_shop",\ "cpro_p",\ "cshop_p"\ ],\ "table": "pas",\ "rows_for_plan": 306336,\ "cost_for_plan": 919142.1472,\ "pruned_by_cost": true,\ "current_cost": 919142.1472,\ "best_cost": 575483.6612\ }\ ]\ },\ {\ "plan_prefix": [\ "trgs",\ "stock_0",\ "p",\ "p_shop",\ "cpro_p"\ ],\ "table": "pas",\ "rows_for_plan": 306336,\ "cost_for_plan": 827241.3472,\ "pruned_by_cost": true,\ "current_cost": 827241.3472,\ "best_cost": 575483.6612\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "stock_0", "p", "p_shop"],\ "table": "pas",\ "rows_for_plan": 306336,\ "cost_for_plan": 735329.3295,\ "pruned_by_cost": true,\ "current_cost": 735329.3295,\ "best_cost": 575483.6612\ },\ {\ "plan_prefix": ["trgs", "stock_0", "p", "p_shop"],\ "table": "cshop_p",\ "rows_for_plan": 17461152,\ "cost_for_plan": 3783326.423,\ "pruned_by_cost": true,\ "current_cost": 3783326.423,\ "best_cost": 575483.6612\ }\ ]\ }\ ]\ },\ {\ "plan_prefix": ["trgs", "stock_0"],\ "table": "cpro_p",\ "rows_for_plan": 76584,\ "cost_for_plan": 199185.2411,\ "pruned_by_heuristic": true\ },\ {\ "plan_prefix": ["trgs", "stock_0"],\ "table": "cshop_p",\ "rows_for_plan": 17461152,\ "cost_for_plan": 3599520.823,\ "pruned_by_cost": true,\ "current_cost": 3599520.823,\ "best_cost": 575483.6612\ }\ ]\ }\ ]\ },\ {\ "best_join_order": [\ "trgs",\ "p_shop",\ "p",\ "cpro_p",\ "cshop_p",\ "pas",\ "trg",\ "tr",\ "t",\ "sp",\ "stock_0"\ ]\ },\ {\ "substitute_best_equal": {\ "condition": "WHERE",\ "resulting_condition": "p_shop.active = 1 and cshop_p.id_shop = 1 and p.id_product = p_shop.id_product and cpro_p.id_product = p_shop.id_product and stock_0.id_product = p_shop.id_product and p_shop.id_shop = 1 and p_shop.visibility in ('both','catalog') and (cshop_p.id_category = 12 or (cshop_p.id_category,(/* select#3 */ select c.id_category from ps_category c where c.nleft >= 3 and c.nright <= 100))) and stock_0.quantity > 0 and stock_0.id_product_attribute = ifnull(pas.id_product_attribute,0) and cshop_p.id_category = cpro_p.id_category"\ }\ },\ {\ "substitute_best_equal": {\ "condition": "ON expr",\ "attached_to": "pas",\ "resulting_condition": "pas.id_product = p_shop.id_product and pas.id_shop = 1"\ }\ },\ {\ "substitute_best_equal": {\ "condition": "ON expr",\ "attached_to": "trg",\ "resulting_condition": "trg.id_tax_rules_group = p_shop.id_tax_rules_group"\ }\ },\ {\ "substitute_best_equal": {\ "condition": "ON expr",\ "attached_to": "tr",\ "resulting_condition": "tr.id_tax_rules_group = trg.id_tax_rules_group and tr.id_country = 37 and tr.id_state = 0 and tr.zipcode_from = 0"\ }\ },\ {\ "substitute_best_equal": {\ "condition": "ON expr",\ "attached_to": "t",\ "resulting_condition": "t.id_tax = tr.id_tax"\ }\ },\ {\ "substitute_best_equal": {\ "condition": "ON expr",\ "attached_to": "sp",\ "resulting_condition": "sp.id_product = p_shop.id_product and sp.id_specific_price = (/* select#2 */ select spc.id_specific_price from ps_specific_price spc where spc.id_product = p.id_product and spc.id_shop in (0,1) and spc.id_currency in (0,1) and spc.id_country in (0,37) and spc.id_group in (0,3) and (spc.`from` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' >= spc.`from`) and (spc.`to` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' <= spc.`to`) and spc.id_product_attribute = 0 order by spc.id_product_attribute desc,spc.from_quantity desc,if(spc.id_group = 3,2,0) + if(spc.id_country = 37,4,0) + if(spc.id_currency = 1,8,0) + if(spc.id_shop = 1,16,0) + if(spc.id_customer = 0,32,0) desc,spc.`to` desc,spc.`from` desc limit 1)"\ }\ },\ {\ "attaching_conditions_to_tables": {\ "attached_conditions_computation": [\ {\ "table": "p_shop",\ "range_analysis": {\ "table_scan": {\ "rows": 23474,\ "cost": 28169.8\ },\ "potential_range_indexes": [\ {\ "index": "PRIMARY",\ "usable": true,\ "key_parts": ["id_product", "id_shop"]\ },\ {\ "index": "id_category_default",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "date_add",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "indexed",\ "usable": false,\ "cause": "not applicable"\ }\ ],\ "setup_range_conditions": [],\ "analyzing_range_alternatives": {\ "range_scan_alternatives": [],\ "analyzing_roworder_intersect": {\ "cause": "too few roworder scans"\ },\ "analyzing_index_merge_union": []\ },\ "group_index_range": {\ "chosen": false,\ "cause": "not single_table"\ }\ }\ }\ ],\ "attached_conditions_summary": [\ {\ "table": "p_shop",\ "attached": "p_shop.active = 1 and p_shop.id_shop = 1 and p_shop.visibility in ('both','catalog')"\ },\ {\ "table": "p",\ "attached": null\ },\ {\ "table": "cpro_p",\ "attached": null\ },\ {\ "table": "cshop_p",\ "attached": "(cshop_p.id_category = 12 or (cshop_p.id_category,(/* select#3 */ select c.id_category from ps_category c where c.nleft >= 3 and c.nright <= 100))) and cshop_p.id_category = cpro_p.id_category"\ },\ {\ "table": "pas",\ "attached": null\ },\ {\ "table": "trg",\ "attached": "trigcond(trg.id_tax_rules_group = p_shop.id_tax_rules_group)"\ },\ {\ "table": "tr",\ "attached": "trigcond(tr.zipcode_from = 0 and trigcond(trg.id_tax_rules_group is not null))"\ },\ {\ "table": "t",\ "attached": "trigcond(t.id_tax = tr.id_tax and trigcond(tr.id_tax is not null))"\ },\ {\ "table": "sp",\ "attached": "trigcond(sp.id_product = p_shop.id_product and sp.id_specific_price = (/* select#2 */ select spc.id_specific_price from ps_specific_price spc where spc.id_product = p.id_product and spc.id_shop in (0,1) and spc.id_currency in (0,1) and spc.id_country in (0,37) and spc.id_group in (0,3) and (spc.`from` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' >= spc.`from`) and (spc.`to` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' <= spc.`to`) and spc.id_product_attribute = 0 order by spc.id_product_attribute desc,spc.from_quantity desc,if(spc.id_group = 3,2,0) + if(spc.id_country = 37,4,0) + if(spc.id_currency = 1,8,0) + if(spc.id_shop = 1,16,0) + if(spc.id_customer = 0,32,0) desc,spc.`to` desc,spc.`from` desc limit 1))"\ },\ {\ "table": "stock_0",\ "attached": "stock_0.id_product = p_shop.id_product and stock_0.quantity > 0 and stock_0.id_product_attribute = ifnull(pas.id_product_attribute,0)"\ }\ ]\ }\ },\ {\ "join_optimization": {\ "select_id": 3,\ "steps": [\ {\ "condition_processing": {\ "condition": "WHERE",\ "original_condition": "c.nleft >= 3 and c.nright <= 100",\ "steps": [\ {\ "transformation": "equality_propagation",\ "resulting_condition": "c.nleft >= 3 and c.nright <= 100"\ },\ {\ "transformation": "constant_propagation",\ "resulting_condition": "c.nleft >= 3 and c.nright <= 100"\ },\ {\ "transformation": "trivial_condition_removal",\ "resulting_condition": "c.nleft >= 3 and c.nright <= 100"\ }\ ]\ }\ },\ {\ "table_dependencies": [\ {\ "table": "c",\ "row_may_be_null": false,\ "map_bit": 0,\ "depends_on_map_bits": []\ }\ ]\ },\ {\ "ref_optimizer_key_uses": []\ },\ {\ "rows_estimation": [\ {\ "table": "c",\ "range_analysis": {\ "table_scan": {\ "rows": 304,\ "cost": 65.8\ },\ "potential_range_indexes": [\ {\ "index": "PRIMARY",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "category_parent",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "nleftrightactive",\ "usable": true,\ "key_parts": [\ "nleft",\ "nright",\ "active",\ "id_category"\ ]\ },\ {\ "index": "level_depth",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "nright",\ "usable": true,\ "key_parts": ["nright", "id_category"]\ },\ {\ "index": "activenleft",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "activenright",\ "usable": false,\ "cause": "not applicable"\ }\ ],\ "best_covering_index_scan": {\ "index": "nleftrightactive",\ "cost": 61.84823924,\ "chosen": true\ },\ "setup_range_conditions": [],\ "analyzing_range_alternatives": {\ "range_scan_alternatives": [\ {\ "index": "nleftrightactive",\ "ranges": ["(3) <= (nleft)"],\ "rowid_ordered": false,\ "using_mrr": false,\ "index_only": true,\ "rows": 302,\ "cost": 60.59292188,\ "chosen": true\ },\ {\ "index": "nright",\ "ranges": ["(nright) <= (100)"],\ "rowid_ordered": false,\ "using_mrr": false,\ "index_only": false,\ "rows": 49,\ "cost": 58.94978486,\ "chosen": true\ }\ ],\ "analyzing_roworder_intersect": {\ "cause": "too few roworder scans"\ },\ "analyzing_index_merge_union": []\ },\ "group_index_range": {\ "chosen": false,\ "cause": "no group by or distinct"\ },\ "chosen_range_access_summary": {\ "range_access_plan": {\ "type": "range_scan",\ "index": "nright",\ "rows": 49,\ "ranges": ["(nright) <= (100)"]\ },\ "rows_for_plan": 49,\ "cost_for_plan": 58.94978486,\ "chosen": true\ }\ }\ },\ {\ "table": "c",\ "rowid_filters": [\ {\ "key": "nright",\ "build_cost": 2.28177681,\ "rows": 49\ },\ {\ "key": "nleftrightactive",\ "build_cost": 18.92841147,\ "rows": 302\ }\ ]\ }\ ]\ },\ {\ "considered_execution_plans": [\ {\ "plan_prefix": [],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "c",\ "considered_access_paths": [\ {\ "access_type": "range",\ "resulting_rows": 49,\ "cost": 58.94978486,\ "chosen": true\ }\ ],\ "chosen_access_method": {\ "type": "range",\ "records": 49,\ "cost": 58.94978486,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [],\ "table": "c",\ "rows_for_plan": 49,\ "cost_for_plan": 68.74978486\ }\ ]\ },\ {\ "considered_execution_plans": [\ {\ "plan_prefix": [],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "c",\ "considered_access_paths": [\ {\ "access_type": "eq_ref",\ "index": "PRIMARY",\ "rows": 1,\ "cost": 1,\ "chosen": true\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "eq_ref",\ "records": 1,\ "cost": 1,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [],\ "table": "c",\ "rows_for_plan": 1,\ "cost_for_plan": 1.2\ }\ ]\ },\ {\ "best_join_order": ["c"]\ },\ {\ "substitute_best_equal": {\ "condition": "WHERE",\ "resulting_condition": "c.nleft >= 3 and c.nright <= 100"\ }\ },\ {\ "attaching_conditions_to_tables": {\ "attached_conditions_computation": [],\ "attached_conditions_summary": [\ {\ "table": "c",\ "attached": "c.nleft >= 3 and c.nright <= 100"\ }\ ]\ }\ }\ ]\ }\ },\ {\ "join_optimization": {\ "select_id": 2,\ "steps": [\ {\ "condition_processing": {\ "condition": "WHERE",\ "original_condition": "spc.id_product = p.id_product and spc.id_shop in (0,1) and spc.id_currency in (0,1) and spc.id_country in (0,37) and spc.id_group in (0,3) and (spc.`from` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' >= spc.`from`) and (spc.`to` = '0000-00-00 00:00:00' or '2022-05-31 23:12:00' <= spc.`to`) and spc.id_product_attribute = 0",\ "steps": [\ {\ "transformation": "equality_propagation",\ "resulting_condition": "spc.id_product = p.id_product and spc.id_shop in (0,1) and spc.id_currency in (0,1) and spc.id_country in (0,37) and spc.id_group in (0,3) and (multiple equal(TIMESTAMP'0000-00-00 00:00:00', spc.`from`) or '2022-05-31 23:12:00' >= spc.`from`) and (multiple equal(TIMESTAMP'0000-00-00 00:00:00', spc.`to`) or '2022-05-31 23:12:00' <= spc.`to`) and multiple equal(0, spc.id_product_attribute)"\ },\ {\ "transformation": "constant_propagation",\ "resulting_condition": "spc.id_product = p.id_product and spc.id_shop in (0,1) and spc.id_currency in (0,1) and spc.id_country in (0,37) and spc.id_group in (0,3) and (multiple equal(TIMESTAMP'0000-00-00 00:00:00', spc.`from`) or '2022-05-31 23:12:00' >= spc.`from`) and (multiple equal(TIMESTAMP'0000-00-00 00:00:00', spc.`to`) or '2022-05-31 23:12:00' <= spc.`to`) and multiple equal(0, spc.id_product_attribute)"\ },\ {\ "transformation": "trivial_condition_removal",\ "resulting_condition": "spc.id_product = p.id_product and spc.id_shop in (0,1) and spc.id_currency in (0,1) and spc.id_country in (0,37) and spc.id_group in (0,3) and (multiple equal(TIMESTAMP'0000-00-00 00:00:00', spc.`from`) or '2022-05-31 23:12:00' >= spc.`from`) and (multiple equal(TIMESTAMP'0000-00-00 00:00:00', spc.`to`) or '2022-05-31 23:12:00' <= spc.`to`) and multiple equal(0, spc.id_product_attribute)"\ }\ ]\ }\ },\ {\ "table_dependencies": [\ {\ "table": "spc",\ "row_may_be_null": false,\ "map_bit": 0,\ "depends_on_map_bits": []\ }\ ]\ },\ {\ "ref_optimizer_key_uses": [\ {\ "table": "spc",\ "index": "id_product_2",\ "field": "id_product",\ "equals": "p.id_product",\ "null_rejecting": false\ },\ {\ "table": "spc",\ "index": "id_product_2",\ "field": "id_product_attribute",\ "equals": "0",\ "null_rejecting": false\ },\ {\ "table": "spc",\ "index": "id_product",\ "field": "id_product",\ "equals": "p.id_product",\ "null_rejecting": false\ },\ {\ "table": "spc",\ "index": "id_product_attribute",\ "field": "id_product_attribute",\ "equals": "0",\ "null_rejecting": false\ }\ ]\ },\ {\ "rows_estimation": [\ {\ "table": "spc",\ "range_analysis": {\ "table_scan": {\ "rows": 2578,\ "cost": 536.6\ },\ "potential_range_indexes": [\ {\ "index": "PRIMARY",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "id_product_2",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "id_product",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "from_quantity",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "id_specific_price_rule",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "id_cart",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "id_product_attribute",\ "usable": true,\ "key_parts": [\ "id_product_attribute",\ "id_specific_price"\ ]\ },\ {\ "index": "id_shop",\ "usable": true,\ "key_parts": ["id_shop", "id_specific_price"]\ },\ {\ "index": "id_customer",\ "usable": false,\ "cause": "not applicable"\ },\ {\ "index": "from",\ "usable": true,\ "key_parts": ["from", "id_specific_price"]\ },\ {\ "index": "to",\ "usable": true,\ "key_parts": ["to", "id_specific_price"]\ }\ ],\ "best_covering_index_scan": {\ "index": "id_product_2",\ "cost": 529.3936649,\ "chosen": true\ },\ "setup_range_conditions": [],\ "analyzing_range_alternatives": {\ "range_scan_alternatives": [\ {\ "index": "id_product_attribute",\ "ranges": ["(0) <= (id_product_attribute) <= (0)"],\ "rowid_ordered": true,\ "using_mrr": false,\ "index_only": false,\ "rows": 2576,\ "cost": 3091.596547,\ "chosen": false,\ "cause": "cost"\ },\ {\ "index": "id_shop",\ "ranges": [\ "(0) <= (id_shop) <= (0)",\ "(1) <= (id_shop) <= (1)"\ ],\ "rowid_ordered": false,\ "using_mrr": false,\ "index_only": false,\ "rows": 2578,\ "cost": 3094.121742,\ "chosen": false,\ "cause": "cost"\ },\ {\ "index": "from",\ "ranges": ["(from) <= (2022-05-31 23:12:00)"],\ "rowid_ordered": false,\ "using_mrr": false,\ "index_only": false,\ "rows": 2578,\ "cost": 3094.02821,\ "chosen": false,\ "cause": "cost"\ },\ {\ "index": "to",\ "ranges": [\ "(0000-00-00 00:00:00) <= (to) <= (0000-00-00 00:00:00)",\ "(2022-05-31 23:12:00) <= (to)"\ ],\ "rowid_ordered": false,\ "using_mrr": false,\ "index_only": false,\ "rows": 2578,\ "cost": 3094.15321,\ "chosen": false,\ "cause": "cost"\ }\ ],\ "analyzing_roworder_intersect": {\ "cause": "too few roworder scans"\ },\ "analyzing_index_merge_union": []\ },\ "group_index_range": {\ "chosen": false,\ "cause": "correlated conditions"\ }\ }\ },\ {\ "table": "spc",\ "rowid_filters": [\ {\ "key": "id_product_attribute",\ "build_cost": 215.5754091,\ "rows": 2576\ },\ {\ "key": "from",\ "build_cost": 215.7941598,\ "rows": 2578\ },\ {\ "key": "from",\ "build_cost": 215.7941598,\ "rows": 2578\ },\ {\ "key": "to",\ "build_cost": 215.9191598,\ "rows": 2578\ }\ ]\ }\ ]\ },\ {\ "considered_execution_plans": [\ {\ "plan_prefix": [],\ "get_costs_for_tables": [\ {\ "best_access_path": {\ "table": "spc",\ "considered_access_paths": [\ {\ "access_type": "ref",\ "index": "id_product_2",\ "rows": 1,\ "cost": 1.000695758,\ "chosen": true\ },\ {\ "access_type": "ref",\ "index": "id_product",\ "rows": 1,\ "cost": 2.000500458,\ "chosen": false,\ "cause": "cost"\ },\ {\ "access_type": "ref",\ "index": "id_product_attribute",\ "used_range_estimates": true,\ "rowid_filter_skipped": "worst/max seeks clipping",\ "rows": 2576,\ "cost": 2576.376547,\ "chosen": false,\ "cause": "cost"\ },\ {\ "type": "scan",\ "chosen": false,\ "cause": "cost"\ }\ ],\ "chosen_access_method": {\ "type": "ref",\ "records": 1,\ "cost": 1.000695758,\ "uses_join_buffering": false\ }\ }\ }\ ]\ },\ {\ "plan_prefix": [],\ "table": "spc",\ "rows_for_plan": 1,\ "cost_for_plan": 1.200695758\ }\ ]\ },\ {\ "best_join_order": ["spc"]\ },\ {\ "substitute_best_equal": {\ "condition": "WHERE",\ "resulting_condition": "spc.id_product_attribute = 0 and spc.id_product = p.id_product and spc.id_shop in (0,1) and spc.id_currency in (0,1) and spc.id_country in (0,37) and spc.id_group in (0,3) and (spc.`from` = TIMESTAMP'0000-00-00 00:00:00' or '2022-05-31 23:12:00' >= spc.`from`) and (spc.`to` = TIMESTAMP'0000-00-00 00:00:00' or '2022-05-31 23:12:00' <= spc.`to`)"\ }\ },\ {\ "attaching_conditions_to_tables": {\ "attached_conditions_computation": [],\ "attached_conditions_summary": [\ {\ "table": "spc",\ "attached": "spc.id_shop in (0,1) and spc.id_currency in (0,1) and spc.id_country in (0,37) and spc.id_group in (0,3) and (spc.`from` = TIMESTAMP'0000-00-00 00:00:00' or '2022-05-31 23:12:00' >= spc.`from`) and (spc.`to` = TIMESTAMP'0000-00-00 00:00:00' or '2022-05-31 23:12:00' <= spc.`to`)"\ }\ ]\ }\ },\ {\ "test_if_skip_sort_order": []\ }\ ]\ }\ },\ {\ "prepare_sum_aggregators": {\ "function": "max(if(sp.id_specific_price is null,(p_shop.price + ifnull(pas.price,0)) * (ifnull(t.rate,0) / 100 + 1),if(sp.reduction_type = 'percentage',if(sp.price = -1,p_shop.price + ifnull(pas.price,0),sp.price + ifnull(pas.price,0)) * (ifnull(t.rate,0) / 100 + 1) * (1 - sp.reduction),if(sp.price = -1,p_shop.price + ifnull(pas.price,0),sp.price + ifnull(pas.price,0)) * (ifnull(t.rate,0) / 100 + 1) - sp.reduction)))",\ "aggregator_type": "simple"\ }\ },\ {\ "prepare_sum_aggregators": {\ "function": "min(if(sp.id_specific_price is null,(p_shop.price + ifnull(pas.price,0)) * (ifnull(t.rate,0) / 100 + 1),if(sp.reduction_type = 'percentage',if(sp.price = -1,p_shop.price + ifnull(pas.price,0),sp.price + ifnull(pas.price,0)) * (ifnull(t.rate,0) / 100 + 1) * (1 - sp.reduction),if(sp.price = -1,p_shop.price + ifnull(pas.price,0),sp.price + ifnull(pas.price,0)) * (ifnull(t.rate,0) / 100 + 1) - sp.reduction)))",\ "aggregator_type": "simple"\ }\ }\ ]\ }\ },\ {\ "join_execution": {\ "select_id": 1,\ "steps": [\ {\ "join_execution": {\ "select_id": 3,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ {\ "join_execution": {\ "select_id": 2,\ "steps": []\ }\ },\ 8773307 0