{
  "steps": [
    {
      "join_preparation": {
        "select_id": 1,
        "steps": [
          {
            "expanded_query": "select distinct ce.entity_id AS product_id,ce.sku AS sku,ea.attribute_id AS attribute_id,ea.attribute_code AS attribute_code,ea.frontend_label AS frontend_label,coalesce(eaov_1.`value`,eaov_0.`value`,eaov2.`value`,case ea.backend_type when 'varchar' then coalesce(ce_varchar_1.`value`,ce_varchar_0.`value`) when 'int' then ce_int.`value` when 'text' then ce_text.`value` when 'decimal' then ce_decimal.`value` when 'datetime' then ce_datetime.`value` else ea.backend_type end) AS `value`,ea.is_required AS required from (((((((((((((catalog_product_entity ce left join eav_attribute ea on(ea.entity_type_id = 4)) left join catalog_product_entity_varchar ce_varchar_0 on(ce.entity_id = ce_varchar_0.entity_id and ea.attribute_id = ce_varchar_0.attribute_id and ea.backend_type = 'varchar' and ce_varchar_0.store_id = 0)) left join catalog_product_entity_varchar ce_varchar_1 on(ce.entity_id = ce_varchar_1.entity_id and ea.attribute_id = ce_varchar_1.attribute_id and ea.backend_type = 'varchar' and ce_varchar_1.store_id = 1)) left join catalog_product_entity_int ce_int on(ce.entity_id = ce_int.entity_id and ea.attribute_id = ce_int.attribute_id and ea.backend_type = 'int')) left join eav_attribute_option eao on(ea.attribute_id = eao.attribute_id and ce_varchar_0.`value` = eao.option_id)) left join eav_attribute_option_value eaov_0 on(eaov_0.option_id = eao.option_id)) left join eav_attribute_option eao3 on(ea.attribute_id = eao.attribute_id and ce_varchar_1.`value` = eao.option_id)) left join eav_attribute_option_value eaov_1 on(eaov_1.option_id = eao.option_id)) left join eav_attribute_option eao2 on(ea.attribute_id = eao2.attribute_id and ce_int.`value` = eao2.option_id)) left join eav_attribute_option_value eaov2 on(eaov2.option_id = eao2.option_id)) left join catalog_product_entity_text ce_text on(ce.entity_id = ce_text.entity_id and ea.attribute_id = ce_text.attribute_id and ea.backend_type = 'text')) left join catalog_product_entity_decimal ce_decimal on(ce.entity_id = ce_decimal.entity_id and ea.attribute_id = ce_decimal.attribute_id and ea.backend_type = 'decimal')) left join catalog_product_entity_datetime ce_datetime on(ce.entity_id = ce_datetime.entity_id and ea.attribute_id = ce_datetime.attribute_id and ea.backend_type = 'datetime'))"
          }
        ]
      }
    },
    {
      "join_optimization": {
        "select_id": 1,
        "steps": [
          {
            "table_dependencies": [
              {
                "table": "ce",
                "row_may_be_null": false,
                "map_bit": 0,
                "depends_on_map_bits": []
              },
              {
                "table": "ea",
                "row_may_be_null": true,
                "map_bit": 1,
                "depends_on_map_bits": [
                  "0"
                ]
              },
              {
                "table": "ce_varchar_0",
                "row_may_be_null": true,
                "map_bit": 2,
                "depends_on_map_bits": [
                  "0",
                  "1"
                ]
              },
              {
                "table": "ce_varchar_1",
                "row_may_be_null": true,
                "map_bit": 3,
                "depends_on_map_bits": [
                  "0",
                  "1",
                  "2"
                ]
              },
              {
                "table": "ce_int",
                "row_may_be_null": true,
                "map_bit": 4,
                "depends_on_map_bits": [
                  "0",
                  "1",
                  "2",
                  "3"
                ]
              },
              {
                "table": "eao",
                "row_may_be_null": true,
                "map_bit": 5,
                "depends_on_map_bits": [
                  "0",
                  "1",
                  "2",
                  "3",
                  "4"
                ]
              },
              {
                "table": "eaov_0",
                "row_may_be_null": true,
                "map_bit": 6,
                "depends_on_map_bits": [
                  "0",
                  "1",
                  "2",
                  "3",
                  "4",
                  "5"
                ]
              },
              {
                "table": "eao3",
                "row_may_be_null": true,
                "map_bit": 7,
                "depends_on_map_bits": [
                  "0",
                  "1",
                  "2",
                  "3",
                  "4",
                  "5",
                  "6"
                ]
              },
              {
                "table": "eaov_1",
                "row_may_be_null": true,
                "map_bit": 8,
                "depends_on_map_bits": [
                  "0",
                  "1",
                  "2",
                  "3",
                  "4",
                  "5"
                ]
              },
              {
                "table": "eao2",
                "row_may_be_null": true,
                "map_bit": 9,
                "depends_on_map_bits": [
                  "0",
                  "1",
                  "2",
                  "3",
                  "4",
                  "5",
                  "8"
                ]
              },
              {
                "table": "eaov2",
                "row_may_be_null": true,
                "map_bit": 10,
                "depends_on_map_bits": [
                  "0",
                  "1",
                  "2",
                  "3",
                  "4",
                  "5",
                  "8",
                  "9"
                ]
              },
              {
                "table": "ce_text",
                "row_may_be_null": true,
                "map_bit": 11,
                "depends_on_map_bits": [
                  "0",
                  "1",
                  "2",
                  "3",
                  "4",
                  "5",
                  "8",
                  "9",
                  10
                ]
              },
              {
                "table": "ce_decimal",
                "row_may_be_null": true,
                "map_bit": 12,
                "depends_on_map_bits": [
                  "0",
                  "1",
                  "2",
                  "3",
                  "4",
                  "5",
                  "8",
                  "9",
                  10,
                  11
                ]
              },
              {
                "table": "ce_datetime",
                "row_may_be_null": true,
                "map_bit": 13,
                "depends_on_map_bits": [
                  "0",
                  "1",
                  "2",
                  "3",
                  "4",
                  "5",
                  "8",
                  "9",
                  10,
                  11,
                  12
                ]
              }
            ]
          },
          {
            "ref_optimizer_key_uses": [
              {
                "table": "ea",
                "field": "entity_type_id",
                "equals": "4",
                "null_rejecting": false
              },
              {
                "table": "ce_varchar_0",
                "field": "entity_id",
                "equals": "ce.entity_id",
                "null_rejecting": false
              },
              {
                "table": "ce_varchar_0",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "ce_varchar_0",
                "field": "store_id",
                "equals": "0",
                "null_rejecting": false
              },
              {
                "table": "ce_varchar_0",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "ce_varchar_0",
                "field": "store_id",
                "equals": "0",
                "null_rejecting": false
              },
              {
                "table": "ce_varchar_1",
                "field": "entity_id",
                "equals": "ce.entity_id",
                "null_rejecting": false
              },
              {
                "table": "ce_varchar_1",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "ce_varchar_1",
                "field": "store_id",
                "equals": "1",
                "null_rejecting": false
              },
              {
                "table": "ce_varchar_1",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "ce_varchar_1",
                "field": "store_id",
                "equals": "1",
                "null_rejecting": false
              },
              {
                "table": "ce_int",
                "field": "entity_id",
                "equals": "ce.entity_id",
                "null_rejecting": false
              },
              {
                "table": "ce_int",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "ce_int",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "ce_int",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "eao",
                "field": "option_id",
                "equals": "ce_varchar_0.`value`",
                "null_rejecting": true
              },
              {
                "table": "eao",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "eao",
                "field": "option_id",
                "equals": "ce_varchar_0.`value`",
                "null_rejecting": true
              },
              {
                "table": "eaov_0",
                "field": "option_id",
                "equals": "eao.option_id",
                "null_rejecting": true
              },
              {
                "table": "eaov_1",
                "field": "option_id",
                "equals": "eao.option_id",
                "null_rejecting": true
              },
              {
                "table": "eao2",
                "field": "option_id",
                "equals": "ce_int.`value`",
                "null_rejecting": true
              },
              {
                "table": "eao2",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "eao2",
                "field": "option_id",
                "equals": "ce_int.`value`",
                "null_rejecting": true
              },
              {
                "table": "eaov2",
                "field": "option_id",
                "equals": "eao2.option_id",
                "null_rejecting": true
              },
              {
                "table": "ce_text",
                "field": "entity_id",
                "equals": "ce.entity_id",
                "null_rejecting": false
              },
              {
                "table": "ce_text",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "ce_text",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "ce_decimal",
                "field": "entity_id",
                "equals": "ce.entity_id",
                "null_rejecting": false
              },
              {
                "table": "ce_decimal",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "ce_decimal",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "ce_datetime",
                "field": "entity_id",
                "equals": "ce.entity_id",
                "null_rejecting": false
              },
              {
                "table": "ce_datetime",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              },
              {
                "table": "ce_datetime",
                "field": "attribute_id",
                "equals": "ea.attribute_id",
                "null_rejecting": true
              }
            ]
          },
          {
            "eliminated_tables": []
          },
          {
            "rows_estimation": [
              {
                "table": "ce",
                "table_scan": {
                  "rows": 38729,
                  "cost": 225
                }
              },
              {
                "table": "ea",
                "range_analysis": {
                  "table_scan": {
                    "rows": 348,
                    "cost": 76.7
                  },
                  "potential_range_indexes": [
                    {
                      "index": "PRIMARY",
                      "usable": false,
                      "cause": "not applicable"
                    },
                    {
                      "index": "EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE",
                      "usable": true,
                      "key_parts": [
                        "entity_type_id",
                        "attribute_code"
                      ]
                    },
                    {
                      "index": "EAV_ATTRIBUTE_FRONTEND_INPUT_ENTITY_TYPE_ID_IS_USER_DEFINED",
                      "usable": false,
                      "cause": "not applicable"
                    }
                  ],
                  "setup_range_conditions": [],
                  "group_index_range": {
                    "chosen": false,
                    "cause": "not single_table"
                  },
                  "analyzing_range_alternatives": {
                    "range_scan_alternatives": [
                      {
                        "index": "EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE",
                        "ranges": [
                          "(4) <= (entity_type_id) <= (4)"
                        ],
                        "rowid_ordered": false,
                        "using_mrr": false,
                        "index_only": false,
                        "rows": 240,
                        "cost": 318.38,
                        "chosen": false,
                        "cause": "cost"
                      }
                    ],
                    "analyzing_roworder_intersect": {
                      "cause": "too few roworder scans"
                    },
                    "analyzing_index_merge_union": []
                  }
                }
              },
              {
                "table": "ea",
                "rowid_filters": [
                  {
                    "key": "EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE",
                    "build_cost": 44.737,
                    "rows": 240
                  }
                ]
              },
              {
                "selectivity_for_indexes": [
                  {
                    "index_name": "EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE",
                    "selectivity_from_index": 0.6897
                  }
                ],
                "selectivity_for_columns": [],
                "cond_selectivity": 0.6897
              },
              {
                "table": "ce_varchar_0",
                "range_analysis": {
                  "table_scan": {
                    "rows": 1182341,
                    "cost": 241436
                  },
                  "potential_range_indexes": [
                    {
                      "index": "PRIMARY",
                      "usable": false,
                      "cause": "not applicable"
                    },
                    {
                      "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                      "usable": false,
                      "cause": "not applicable"
                    },
                    {
                      "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID",
                      "usable": false,
                      "cause": "not applicable"
                    },
                    {
                      "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID",
                      "usable": true,
                      "key_parts": [
                        "store_id",
                        "value_id"
                      ]
                    }
                  ],
                  "setup_range_conditions": [],
                  "group_index_range": {
                    "chosen": false,
                    "cause": "not single_table"
                  },
                  "analyzing_range_alternatives": {
                    "range_scan_alternatives": [
                      {
                        "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID",
                        "ranges": [
                          "(0) <= (store_id) <= (0)"
                        ],
                        "rowid_ordered": true,
                        "using_mrr": false,
                        "index_only": false,
                        "rows": 591170,
                        "cost": 739295,
                        "chosen": false,
                        "cause": "cost"
                      }
                    ],
                    "analyzing_roworder_intersect": {
                      "cause": "too few roworder scans"
                    },
                    "analyzing_index_merge_union": []
                  }
                }
              },
              {
                "selectivity_for_indexes": [
                  {
                    "index_name": "CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID",
                    "selectivity_from_index": 0.5
                  }
                ],
                "selectivity_for_columns": [],
                "cond_selectivity": 0.5
              },
              {
                "table": "ce_varchar_1",
                "range_analysis": {
                  "table_scan": {
                    "rows": 1182341,
                    "cost": 241436
                  },
                  "potential_range_indexes": [
                    {
                      "index": "PRIMARY",
                      "usable": false,
                      "cause": "not applicable"
                    },
                    {
                      "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                      "usable": false,
                      "cause": "not applicable"
                    },
                    {
                      "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID",
                      "usable": false,
                      "cause": "not applicable"
                    },
                    {
                      "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID",
                      "usable": true,
                      "key_parts": [
                        "store_id",
                        "value_id"
                      ]
                    }
                  ],
                  "setup_range_conditions": [],
                  "group_index_range": {
                    "chosen": false,
                    "cause": "not single_table"
                  },
                  "analyzing_range_alternatives": {
                    "range_scan_alternatives": [
                      {
                        "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID",
                        "ranges": [
                          "(1) <= (store_id) <= (1)"
                        ],
                        "rowid_ordered": true,
                        "using_mrr": false,
                        "index_only": false,
                        "rows": 9022,
                        "cost": 11283,
                        "chosen": true
                      }
                    ],
                    "analyzing_roworder_intersect": {
                      "cause": "too few roworder scans"
                    },
                    "analyzing_index_merge_union": []
                  },
                  "chosen_range_access_summary": {
                    "range_access_plan": {
                      "type": "range_scan",
                      "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID",
                      "rows": 9022,
                      "ranges": [
                        "(1) <= (store_id) <= (1)"
                      ]
                    },
                    "rows_for_plan": 9022,
                    "cost_for_plan": 11283,
                    "chosen": true
                  }
                }
              },
              {
                "table": "ce_varchar_1",
                "rowid_filters": [
                  {
                    "key": "CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID",
                    "build_cost": 1323.7,
                    "rows": 9022
                  }
                ]
              },
              {
                "selectivity_for_indexes": [
                  {
                    "index_name": "CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID",
                    "selectivity_from_index": 0.0076
                  }
                ],
                "selectivity_for_columns": [],
                "cond_selectivity": 0.0076
              },
              {
                "table": "ce_int",
                "table_scan": {
                  "rows": 276046,
                  "cost": 673
                }
              },
              {
                "table": "eao",
                "table_scan": {
                  "rows": 2447,
                  "cost": 6
                }
              },
              {
                "table": "eaov_0",
                "table_scan": {
                  "rows": 2447,
                  "cost": 12
                }
              },
              {
                "table": "eao3",
                "table_scan": {
                  "rows": 2447,
                  "cost": 6
                }
              },
              {
                "table": "eaov_1",
                "table_scan": {
                  "rows": 2447,
                  "cost": 12
                }
              },
              {
                "table": "eao2",
                "table_scan": {
                  "rows": 2447,
                  "cost": 6
                }
              },
              {
                "table": "eaov2",
                "table_scan": {
                  "rows": 2447,
                  "cost": 12
                }
              },
              {
                "table": "ce_text",
                "table_scan": {
                  "rows": 117315,
                  "cost": 545
                }
              },
              {
                "table": "ce_decimal",
                "table_scan": {
                  "rows": 105338,
                  "cost": 289
                }
              },
              {
                "table": "ce_datetime",
                "table_scan": {
                  "rows": 29600,
                  "cost": 97
                }
              }
            ]
          },
          {
            "considered_execution_plans": [
              {
                "plan_prefix": [],
                "table": "ce",
                "best_access_path": {
                  "considered_access_paths": [
                    {
                      "access_type": "scan",
                      "resulting_rows": 38729,
                      "cost": 225,
                      "chosen": true
                    }
                  ],
                  "chosen_access_method": {
                    "type": "scan",
                    "records": 38729,
                    "cost": 225,
                    "uses_join_buffering": false
                  }
                },
                "rows_for_plan": 38729,
                "cost_for_plan": 7970.8,
                "rest_of_plan": [
                  {
                    "plan_prefix": [
                      "ce"
                    ],
                    "table": "ea",
                    "best_access_path": {
                      "considered_access_paths": [
                        {
                          "access_type": "ref",
                          "index": "EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE",
                          "used_range_estimates": true,
                          "rows": 240,
                          "cost": 619664,
                          "chosen": true
                        },
                        {
                          "access_type": "scan",
                          "resulting_rows": 240,
                          "cost": 1.03e6,
                          "chosen": false
                        }
                      ],
                      "chosen_access_method": {
                        "type": "ref",
                        "records": 240,
                        "cost": 619664,
                        "uses_join_buffering": false
                      }
                    },
                    "rows_for_plan": 9.29e6,
                    "cost_for_plan": 2.49e6,
                    "rest_of_plan": [
                      {
                        "plan_prefix": [
                          "ce",
                          "ea"
                        ],
                        "table": "ce_varchar_0",
                        "best_access_path": {
                          "considered_access_paths": [
                            {
                              "access_type": "eq_ref",
                              "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                              "rows": 1,
                              "cost": 9.29e6,
                              "chosen": true
                            },
                            {
                              "access_type": "ref",
                              "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID",
                              "rows": 7882,
                              "cost": 7.3e10,
                              "chosen": false,
                              "cause": "cost"
                            },
                            {
                              "access_type": "ref",
                              "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID",
                              "used_range_estimates": true,
                              "rows": 591170,
                              "cost": 1.4e11,
                              "chosen": false,
                              "cause": "cost"
                            },
                            {
                              "access_type": "scan",
                              "resulting_rows": 591170,
                              "cost": 1.1e12,
                              "chosen": false
                            }
                          ],
                          "chosen_access_method": {
                            "type": "eq_ref",
                            "records": 1,
                            "cost": 9.29e6,
                            "uses_join_buffering": false
                          }
                        },
                        "rows_for_plan": 9.29e6,
                        "cost_for_plan": 1.36e7,
                        "rest_of_plan": [
                          {
                            "plan_prefix": [
                              "ce",
                              "ea",
                              "ce_varchar_0"
                            ],
                            "table": "ce_varchar_1",
                            "best_access_path": {
                              "considered_access_paths": [
                                {
                                  "access_type": "eq_ref",
                                  "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                  "rows": 1,
                                  "cost": 9.29e6,
                                  "chosen": true
                                },
                                {
                                  "access_type": "ref",
                                  "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID",
                                  "rowid_filter_key": "CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID",
                                  "rows": 7882,
                                  "cost": 7.24e9,
                                  "chosen": false,
                                  "cause": "cost"
                                },
                                {
                                  "access_type": "ref",
                                  "index": "CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID",
                                  "used_range_estimates": true,
                                  "rows": 9022,
                                  "cost": 8.4e10,
                                  "chosen": false,
                                  "cause": "cost"
                                },
                                {
                                  "access_type": "range",
                                  "resulting_rows": 9022,
                                  "cost": 1e11,
                                  "chosen": false
                                }
                              ],
                              "chosen_access_method": {
                                "type": "eq_ref",
                                "records": 1,
                                "cost": 9.29e6,
                                "uses_join_buffering": false
                              }
                            },
                            "rows_for_plan": 9.29e6,
                            "cost_for_plan": 2.48e7,
                            "rest_of_plan": [
                              {
                                "plan_prefix": [
                                  "ce",
                                  "ea",
                                  "ce_varchar_0",
                                  "ce_varchar_1"
                                ],
                                "table": "ce_int",
                                "best_access_path": {
                                  "considered_access_paths": [
                                    {
                                      "access_type": "ref",
                                      "index": "CATALOG_PRODUCT_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                      "rows": 1,
                                      "cost": 1.86e7,
                                      "chosen": true
                                    },
                                    {
                                      "access_type": "ref",
                                      "index": "CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID",
                                      "rows": 3067,
                                      "cost": 1.9e10,
                                      "chosen": false,
                                      "cause": "cost"
                                    },
                                    {
                                      "access_type": "ref",
                                      "index": "CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID_STORE_ID_VALUE",
                                      "rows": 2654,
                                      "cost": 1.9e10,
                                      "chosen": false,
                                      "cause": "cost"
                                    },
                                    {
                                      "access_type": "scan",
                                      "resulting_rows": 276046,
                                      "cost": 6.26e9,
                                      "chosen": false
                                    }
                                  ],
                                  "chosen_access_method": {
                                    "type": "ref",
                                    "records": 1,
                                    "cost": 1.86e7,
                                    "uses_join_buffering": false
                                  }
                                },
                                "rows_for_plan": 9.29e6,
                                "cost_for_plan": 4.52e7,
                                "rest_of_plan": [
                                  {
                                    "plan_prefix": [
                                      "ce",
                                      "ea",
                                      "ce_varchar_0",
                                      "ce_varchar_1",
                                      "ce_int"
                                    ],
                                    "table": "eao",
                                    "best_access_path": {
                                      "considered_access_paths": [
                                        {
                                          "access_type": "eq_ref",
                                          "index": "PRIMARY",
                                          "rows": 1,
                                          "cost": 9.29e6,
                                          "chosen": true
                                        },
                                        {
                                          "access_type": "eq_ref",
                                          "index": "EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID",
                                          "rows": 1,
                                          "cost": 9.29e6,
                                          "chosen": false,
                                          "cause": "cost"
                                        },
                                        {
                                          "type": "scan",
                                          "chosen": false,
                                          "cause": "cost"
                                        }
                                      ],
                                      "chosen_access_method": {
                                        "type": "eq_ref",
                                        "records": 1,
                                        "cost": 9.29e6,
                                        "uses_join_buffering": false
                                      }
                                    },
                                    "rows_for_plan": 9.29e6,
                                    "cost_for_plan": 5.64e7,
                                    "rest_of_plan": [
                                      {
                                        "plan_prefix": [
                                          "ce",
                                          "ea",
                                          "ce_varchar_0",
                                          "ce_varchar_1",
                                          "ce_int",
                                          "eao"
                                        ],
                                        "table": "eaov_0",
                                        "best_access_path": {
                                          "considered_access_paths": [
                                            {
                                              "access_type": "ref",
                                              "index": "EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID",
                                              "rows": 1,
                                              "cost": 1.86e7,
                                              "chosen": true
                                            },
                                            {
                                              "access_type": "scan",
                                              "resulting_rows": 2447,
                                              "cost": 1.12e8,
                                              "chosen": false
                                            }
                                          ],
                                          "chosen_access_method": {
                                            "type": "ref",
                                            "records": 1,
                                            "cost": 1.86e7,
                                            "uses_join_buffering": false
                                          }
                                        },
                                        "rows_for_plan": 9.29e6,
                                        "cost_for_plan": 7.68e7,
                                        "rest_of_plan": [
                                          {
                                            "plan_prefix": [
                                              "ce",
                                              "ea",
                                              "ce_varchar_0",
                                              "ce_varchar_1",
                                              "ce_int",
                                              "eao",
                                              "eaov_0"
                                            ],
                                            "table": "eao3",
                                            "best_access_path": {
                                              "considered_access_paths": [
                                                {
                                                  "access_type": "scan",
                                                  "resulting_rows": 2447,
                                                  "cost": 5.58e7,
                                                  "chosen": true
                                                }
                                              ],
                                              "chosen_access_method": {
                                                "type": "scan",
                                                "records": 2447,
                                                "cost": 5.58e7,
                                                "uses_join_buffering": false
                                              }
                                            },
                                            "rows_for_plan": 2.3e10,
                                            "cost_for_plan": 4.68e9,
                                            "rest_of_plan": [
                                              {
                                                "plan_prefix": [
                                                  "ce",
                                                  "ea",
                                                  "ce_varchar_0",
                                                  "ce_varchar_1",
                                                  "ce_int",
                                                  "eao",
                                                  "eaov_0",
                                                  "eao3"
                                                ],
                                                "table": "eaov_1",
                                                "best_access_path": {
                                                  "considered_access_paths": [
                                                    {
                                                      "access_type": "ref",
                                                      "index": "EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID",
                                                      "rows": 1,
                                                      "cost": 4.5e10,
                                                      "chosen": true
                                                    },
                                                    {
                                                      "access_type": "scan",
                                                      "resulting_rows": 2447,
                                                      "cost": 2.7e11,
                                                      "chosen": false
                                                    }
                                                  ],
                                                  "chosen_access_method": {
                                                    "type": "ref",
                                                    "records": 1,
                                                    "cost": 4.5e10,
                                                    "uses_join_buffering": false
                                                  }
                                                },
                                                "rows_for_plan": 2.3e10,
                                                "cost_for_plan": 5.5e10,
                                                "rest_of_plan": [
                                                  {
                                                    "plan_prefix": [
                                                      "ce",
                                                      "ea",
                                                      "ce_varchar_0",
                                                      "ce_varchar_1",
                                                      "ce_int",
                                                      "eao",
                                                      "eaov_0",
                                                      "eao3",
                                                      "eaov_1"
                                                    ],
                                                    "table": "eao2",
                                                    "best_access_path": {
                                                      "considered_access_paths": [
                                                        {
                                                          "access_type": "eq_ref",
                                                          "index": "PRIMARY",
                                                          "rows": 1,
                                                          "cost": 9.29e6,
                                                          "chosen": true
                                                        },
                                                        {
                                                          "access_type": "eq_ref",
                                                          "index": "EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID",
                                                          "rows": 1,
                                                          "cost": 9.29e6,
                                                          "chosen": false,
                                                          "cause": "cost"
                                                        },
                                                        {
                                                          "type": "scan",
                                                          "chosen": false,
                                                          "cause": "cost"
                                                        }
                                                      ],
                                                      "chosen_access_method": {
                                                        "type": "eq_ref",
                                                        "records": 1,
                                                        "cost": 9.29e6,
                                                        "uses_join_buffering": false
                                                      }
                                                    },
                                                    "rows_for_plan": 2.3e10,
                                                    "cost_for_plan": 5.9e10,
                                                    "rest_of_plan": [
                                                      {
                                                        "plan_prefix": [
                                                          "ce",
                                                          "ea",
                                                          "ce_varchar_0",
                                                          "ce_varchar_1",
                                                          "ce_int",
                                                          "eao",
                                                          "eaov_0",
                                                          "eao3",
                                                          "eaov_1",
                                                          "eao2"
                                                        ],
                                                        "table": "eaov2",
                                                        "best_access_path": {
                                                          "considered_access_paths": [
                                                            {
                                                              "access_type": "ref",
                                                              "index": "EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID",
                                                              "rows": 1,
                                                              "cost": 4.5e10,
                                                              "chosen": true
                                                            },
                                                            {
                                                              "access_type": "scan",
                                                              "resulting_rows": 2447,
                                                              "cost": 2.7e11,
                                                              "chosen": false
                                                            }
                                                          ],
                                                          "chosen_access_method": {
                                                            "type": "ref",
                                                            "records": 1,
                                                            "cost": 4.5e10,
                                                            "uses_join_buffering": false
                                                          }
                                                        },
                                                        "rows_for_plan": 2.3e10,
                                                        "cost_for_plan": 1.1e11,
                                                        "rest_of_plan": [
                                                          {
                                                            "plan_prefix": [
                                                              "ce",
                                                              "ea",
                                                              "ce_varchar_0",
                                                              "ce_varchar_1",
                                                              "ce_int",
                                                              "eao",
                                                              "eaov_0",
                                                              "eao3",
                                                              "eaov_1",
                                                              "eao2",
                                                              "eaov2"
                                                            ],
                                                            "table": "ce_text",
                                                            "best_access_path": {
                                                              "considered_access_paths": [
                                                                {
                                                                  "access_type": "ref",
                                                                  "index": "CATALOG_PRODUCT_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                  "rows": 1,
                                                                  "cost": 4.5e10,
                                                                  "chosen": true
                                                                },
                                                                {
                                                                  "access_type": "ref",
                                                                  "index": "CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE_ID",
                                                                  "rows": 1,
                                                                  "cost": 4.5e10,
                                                                  "chosen": false,
                                                                  "cause": "cost"
                                                                },
                                                                {
                                                                  "access_type": "scan",
                                                                  "resulting_rows": 117315,
                                                                  "cost": 1.2e13,
                                                                  "chosen": false
                                                                }
                                                              ],
                                                              "chosen_access_method": {
                                                                "type": "ref",
                                                                "records": 1,
                                                                "cost": 4.5e10,
                                                                "uses_join_buffering": false
                                                              }
                                                            },
                                                            "rows_for_plan": 2.3e10,
                                                            "cost_for_plan": 1.6e11,
                                                            "rest_of_plan": [
                                                              {
                                                                "plan_prefix": [
                                                                  "ce",
                                                                  "ea",
                                                                  "ce_varchar_0",
                                                                  "ce_varchar_1",
                                                                  "ce_int",
                                                                  "eao",
                                                                  "eaov_0",
                                                                  "eao3",
                                                                  "eaov_1",
                                                                  "eao2",
                                                                  "eaov2",
                                                                  "ce_text"
                                                                ],
                                                                "table": "ce_decimal",
                                                                "best_access_path": {
                                                                  "considered_access_paths": [
                                                                    {
                                                                      "access_type": "ref",
                                                                      "index": "CATALOG_PRODUCT_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                      "rows": 1,
                                                                      "cost": 4.5e10,
                                                                      "chosen": true
                                                                    },
                                                                    {
                                                                      "access_type": "ref",
                                                                      "index": "CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE_ID",
                                                                      "rows": 6583,
                                                                      "cost": 2e13,
                                                                      "chosen": false,
                                                                      "cause": "cost"
                                                                    },
                                                                    {
                                                                      "access_type": "scan",
                                                                      "resulting_rows": 105338,
                                                                      "cost": 6.6e12,
                                                                      "chosen": false
                                                                    }
                                                                  ],
                                                                  "chosen_access_method": {
                                                                    "type": "ref",
                                                                    "records": 1,
                                                                    "cost": 4.5e10,
                                                                    "uses_join_buffering": false
                                                                  }
                                                                },
                                                                "rows_for_plan": 2.3e10,
                                                                "cost_for_plan": 2.1e11,
                                                                "rest_of_plan": [
                                                                  {
                                                                    "plan_prefix": [
                                                                      "ce",
                                                                      "ea",
                                                                      "ce_varchar_0",
                                                                      "ce_varchar_1",
                                                                      "ce_int",
                                                                      "eao",
                                                                      "eaov_0",
                                                                      "eao3",
                                                                      "eaov_1",
                                                                      "eao2",
                                                                      "eaov2",
                                                                      "ce_text",
                                                                      "ce_decimal"
                                                                    ],
                                                                    "table": "ce_datetime",
                                                                    "best_access_path": {
                                                                      "considered_access_paths": [
                                                                        {
                                                                          "access_type": "ref",
                                                                          "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                          "rows": 1,
                                                                          "cost": 4.5e10,
                                                                          "chosen": true
                                                                        },
                                                                        {
                                                                          "access_type": "ref",
                                                                          "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE_ID",
                                                                          "rows": 2466,
                                                                          "cost": 6.6e12,
                                                                          "chosen": false,
                                                                          "cause": "cost"
                                                                        },
                                                                        {
                                                                          "access_type": "scan",
                                                                          "resulting_rows": 29600,
                                                                          "cost": 2.2e12,
                                                                          "chosen": false
                                                                        }
                                                                      ],
                                                                      "chosen_access_method": {
                                                                        "type": "ref",
                                                                        "records": 1,
                                                                        "cost": 4.5e10,
                                                                        "uses_join_buffering": false
                                                                      }
                                                                    },
                                                                    "rows_for_plan": 2.3e10,
                                                                    "cost_for_plan": 2.6e11,
                                                                    "estimated_join_cardinality": 2.3e10
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            ]
                                          },
                                          {
                                            "plan_prefix": [
                                              "ce",
                                              "ea",
                                              "ce_varchar_0",
                                              "ce_varchar_1",
                                              "ce_int",
                                              "eao",
                                              "eaov_0"
                                            ],
                                            "table": "eaov_1",
                                            "best_access_path": {
                                              "considered_access_paths": [
                                                {
                                                  "access_type": "ref",
                                                  "index": "EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID",
                                                  "rows": 1,
                                                  "cost": 1.86e7,
                                                  "chosen": true
                                                },
                                                {
                                                  "access_type": "scan",
                                                  "resulting_rows": 2447,
                                                  "cost": 1.12e8,
                                                  "chosen": false
                                                }
                                              ],
                                              "chosen_access_method": {
                                                "type": "ref",
                                                "records": 1,
                                                "cost": 1.86e7,
                                                "uses_join_buffering": false
                                              }
                                            },
                                            "rows_for_plan": 9.29e6,
                                            "cost_for_plan": 9.73e7,
                                            "rest_of_plan": [
                                              {
                                                "plan_prefix": [
                                                  "ce",
                                                  "ea",
                                                  "ce_varchar_0",
                                                  "ce_varchar_1",
                                                  "ce_int",
                                                  "eao",
                                                  "eaov_0",
                                                  "eaov_1"
                                                ],
                                                "table": "eao3",
                                                "best_access_path": {
                                                  "considered_access_paths": [
                                                    {
                                                      "access_type": "scan",
                                                      "resulting_rows": 2447,
                                                      "cost": 5.58e7,
                                                      "chosen": true
                                                    }
                                                  ],
                                                  "chosen_access_method": {
                                                    "type": "scan",
                                                    "records": 2447,
                                                    "cost": 5.58e7,
                                                    "uses_join_buffering": false
                                                  }
                                                },
                                                "rows_for_plan": 2.3e10,
                                                "cost_for_plan": 4.7e9,
                                                "rest_of_plan": [
                                                  {
                                                    "plan_prefix": [
                                                      "ce",
                                                      "ea",
                                                      "ce_varchar_0",
                                                      "ce_varchar_1",
                                                      "ce_int",
                                                      "eao",
                                                      "eaov_0",
                                                      "eaov_1",
                                                      "eao3"
                                                    ],
                                                    "table": "eao2",
                                                    "best_access_path": {
                                                      "considered_access_paths": [
                                                        {
                                                          "access_type": "eq_ref",
                                                          "index": "PRIMARY",
                                                          "rows": 1,
                                                          "cost": 9.29e6,
                                                          "chosen": true
                                                        },
                                                        {
                                                          "access_type": "eq_ref",
                                                          "index": "EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID",
                                                          "rows": 1,
                                                          "cost": 9.29e6,
                                                          "chosen": false,
                                                          "cause": "cost"
                                                        },
                                                        {
                                                          "type": "scan",
                                                          "chosen": false,
                                                          "cause": "cost"
                                                        }
                                                      ],
                                                      "chosen_access_method": {
                                                        "type": "eq_ref",
                                                        "records": 1,
                                                        "cost": 9.29e6,
                                                        "uses_join_buffering": false
                                                      }
                                                    },
                                                    "rows_for_plan": 2.3e10,
                                                    "cost_for_plan": 9.26e9,
                                                    "rest_of_plan": [
                                                      {
                                                        "plan_prefix": [
                                                          "ce",
                                                          "ea",
                                                          "ce_varchar_0",
                                                          "ce_varchar_1",
                                                          "ce_int",
                                                          "eao",
                                                          "eaov_0",
                                                          "eaov_1",
                                                          "eao3",
                                                          "eao2"
                                                        ],
                                                        "table": "eaov2",
                                                        "best_access_path": {
                                                          "considered_access_paths": [
                                                            {
                                                              "access_type": "ref",
                                                              "index": "EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID",
                                                              "rows": 1,
                                                              "cost": 4.5e10,
                                                              "chosen": true
                                                            },
                                                            {
                                                              "access_type": "scan",
                                                              "resulting_rows": 2447,
                                                              "cost": 2.7e11,
                                                              "chosen": false
                                                            }
                                                          ],
                                                          "chosen_access_method": {
                                                            "type": "ref",
                                                            "records": 1,
                                                            "cost": 4.5e10,
                                                            "uses_join_buffering": false
                                                          }
                                                        },
                                                        "rows_for_plan": 2.3e10,
                                                        "cost_for_plan": 5.9e10,
                                                        "rest_of_plan": [
                                                          {
                                                            "plan_prefix": [
                                                              "ce",
                                                              "ea",
                                                              "ce_varchar_0",
                                                              "ce_varchar_1",
                                                              "ce_int",
                                                              "eao",
                                                              "eaov_0",
                                                              "eaov_1",
                                                              "eao3",
                                                              "eao2",
                                                              "eaov2"
                                                            ],
                                                            "table": "ce_text",
                                                            "best_access_path": {
                                                              "considered_access_paths": [
                                                                {
                                                                  "access_type": "ref",
                                                                  "index": "CATALOG_PRODUCT_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                  "rows": 1,
                                                                  "cost": 4.5e10,
                                                                  "chosen": true
                                                                },
                                                                {
                                                                  "access_type": "ref",
                                                                  "index": "CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE_ID",
                                                                  "rows": 1,
                                                                  "cost": 4.5e10,
                                                                  "chosen": false,
                                                                  "cause": "cost"
                                                                },
                                                                {
                                                                  "access_type": "scan",
                                                                  "resulting_rows": 117315,
                                                                  "cost": 1.2e13,
                                                                  "chosen": false
                                                                }
                                                              ],
                                                              "chosen_access_method": {
                                                                "type": "ref",
                                                                "records": 1,
                                                                "cost": 4.5e10,
                                                                "uses_join_buffering": false
                                                              }
                                                            },
                                                            "rows_for_plan": 2.3e10,
                                                            "cost_for_plan": 1.1e11,
                                                            "rest_of_plan": [
                                                              {
                                                                "plan_prefix": [
                                                                  "ce",
                                                                  "ea",
                                                                  "ce_varchar_0",
                                                                  "ce_varchar_1",
                                                                  "ce_int",
                                                                  "eao",
                                                                  "eaov_0",
                                                                  "eaov_1",
                                                                  "eao3",
                                                                  "eao2",
                                                                  "eaov2",
                                                                  "ce_text"
                                                                ],
                                                                "table": "ce_decimal",
                                                                "best_access_path": {
                                                                  "considered_access_paths": [
                                                                    {
                                                                      "access_type": "ref",
                                                                      "index": "CATALOG_PRODUCT_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                      "rows": 1,
                                                                      "cost": 4.5e10,
                                                                      "chosen": true
                                                                    },
                                                                    {
                                                                      "access_type": "ref",
                                                                      "index": "CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE_ID",
                                                                      "rows": 6583,
                                                                      "cost": 2e13,
                                                                      "chosen": false,
                                                                      "cause": "cost"
                                                                    },
                                                                    {
                                                                      "access_type": "scan",
                                                                      "resulting_rows": 105338,
                                                                      "cost": 6.6e12,
                                                                      "chosen": false
                                                                    }
                                                                  ],
                                                                  "chosen_access_method": {
                                                                    "type": "ref",
                                                                    "records": 1,
                                                                    "cost": 4.5e10,
                                                                    "uses_join_buffering": false
                                                                  }
                                                                },
                                                                "rows_for_plan": 2.3e10,
                                                                "cost_for_plan": 1.6e11,
                                                                "rest_of_plan": [
                                                                  {
                                                                    "plan_prefix": [
                                                                      "ce",
                                                                      "ea",
                                                                      "ce_varchar_0",
                                                                      "ce_varchar_1",
                                                                      "ce_int",
                                                                      "eao",
                                                                      "eaov_0",
                                                                      "eaov_1",
                                                                      "eao3",
                                                                      "eao2",
                                                                      "eaov2",
                                                                      "ce_text",
                                                                      "ce_decimal"
                                                                    ],
                                                                    "table": "ce_datetime",
                                                                    "best_access_path": {
                                                                      "considered_access_paths": [
                                                                        {
                                                                          "access_type": "ref",
                                                                          "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                          "rows": 1,
                                                                          "cost": 4.5e10,
                                                                          "chosen": true
                                                                        },
                                                                        {
                                                                          "access_type": "ref",
                                                                          "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE_ID",
                                                                          "rows": 2466,
                                                                          "cost": 6.6e12,
                                                                          "chosen": false,
                                                                          "cause": "cost"
                                                                        },
                                                                        {
                                                                          "access_type": "scan",
                                                                          "resulting_rows": 29600,
                                                                          "cost": 2.2e12,
                                                                          "chosen": false
                                                                        }
                                                                      ],
                                                                      "chosen_access_method": {
                                                                        "type": "ref",
                                                                        "records": 1,
                                                                        "cost": 4.5e10,
                                                                        "uses_join_buffering": false
                                                                      }
                                                                    },
                                                                    "rows_for_plan": 2.3e10,
                                                                    "cost_for_plan": 2.1e11,
                                                                    "estimated_join_cardinality": 2.3e10
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                ]
                                              },
                                              {
                                                "plan_prefix": [
                                                  "ce",
                                                  "ea",
                                                  "ce_varchar_0",
                                                  "ce_varchar_1",
                                                  "ce_int",
                                                  "eao",
                                                  "eaov_0",
                                                  "eaov_1"
                                                ],
                                                "table": "eao2",
                                                "best_access_path": {
                                                  "considered_access_paths": [
                                                    {
                                                      "access_type": "eq_ref",
                                                      "index": "PRIMARY",
                                                      "rows": 1,
                                                      "cost": 9.29e6,
                                                      "chosen": true
                                                    },
                                                    {
                                                      "access_type": "eq_ref",
                                                      "index": "EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID",
                                                      "rows": 1,
                                                      "cost": 9.29e6,
                                                      "chosen": false,
                                                      "cause": "cost"
                                                    },
                                                    {
                                                      "type": "scan",
                                                      "chosen": false,
                                                      "cause": "cost"
                                                    }
                                                  ],
                                                  "chosen_access_method": {
                                                    "type": "eq_ref",
                                                    "records": 1,
                                                    "cost": 9.29e6,
                                                    "uses_join_buffering": false
                                                  }
                                                },
                                                "rows_for_plan": 9.29e6,
                                                "cost_for_plan": 1.08e8,
                                                "rest_of_plan": [
                                                  {
                                                    "plan_prefix": [
                                                      "ce",
                                                      "ea",
                                                      "ce_varchar_0",
                                                      "ce_varchar_1",
                                                      "ce_int",
                                                      "eao",
                                                      "eaov_0",
                                                      "eaov_1",
                                                      "eao2"
                                                    ],
                                                    "table": "eao3",
                                                    "best_access_path": {
                                                      "considered_access_paths": [
                                                        {
                                                          "access_type": "scan",
                                                          "resulting_rows": 2447,
                                                          "cost": 5.58e7,
                                                          "chosen": true
                                                        }
                                                      ],
                                                      "chosen_access_method": {
                                                        "type": "scan",
                                                        "records": 2447,
                                                        "cost": 5.58e7,
                                                        "uses_join_buffering": false
                                                      }
                                                    },
                                                    "rows_for_plan": 2.3e10,
                                                    "cost_for_plan": 4.71e9,
                                                    "rest_of_plan": [
                                                      {
                                                        "plan_prefix": [
                                                          "ce",
                                                          "ea",
                                                          "ce_varchar_0",
                                                          "ce_varchar_1",
                                                          "ce_int",
                                                          "eao",
                                                          "eaov_0",
                                                          "eaov_1",
                                                          "eao2",
                                                          "eao3"
                                                        ],
                                                        "table": "eaov2",
                                                        "best_access_path": {
                                                          "considered_access_paths": [
                                                            {
                                                              "access_type": "ref",
                                                              "index": "EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID",
                                                              "rows": 1,
                                                              "cost": 4.5e10,
                                                              "chosen": true
                                                            },
                                                            {
                                                              "access_type": "scan",
                                                              "resulting_rows": 2447,
                                                              "cost": 2.7e11,
                                                              "chosen": false
                                                            }
                                                          ],
                                                          "chosen_access_method": {
                                                            "type": "ref",
                                                            "records": 1,
                                                            "cost": 4.5e10,
                                                            "uses_join_buffering": false
                                                          }
                                                        },
                                                        "rows_for_plan": 2.3e10,
                                                        "cost_for_plan": 5.5e10,
                                                        "rest_of_plan": [
                                                          {
                                                            "plan_prefix": [
                                                              "ce",
                                                              "ea",
                                                              "ce_varchar_0",
                                                              "ce_varchar_1",
                                                              "ce_int",
                                                              "eao",
                                                              "eaov_0",
                                                              "eaov_1",
                                                              "eao2",
                                                              "eao3",
                                                              "eaov2"
                                                            ],
                                                            "table": "ce_text",
                                                            "best_access_path": {
                                                              "considered_access_paths": [
                                                                {
                                                                  "access_type": "ref",
                                                                  "index": "CATALOG_PRODUCT_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                  "rows": 1,
                                                                  "cost": 4.5e10,
                                                                  "chosen": true
                                                                },
                                                                {
                                                                  "access_type": "ref",
                                                                  "index": "CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE_ID",
                                                                  "rows": 1,
                                                                  "cost": 4.5e10,
                                                                  "chosen": false,
                                                                  "cause": "cost"
                                                                },
                                                                {
                                                                  "access_type": "scan",
                                                                  "resulting_rows": 117315,
                                                                  "cost": 1.2e13,
                                                                  "chosen": false
                                                                }
                                                              ],
                                                              "chosen_access_method": {
                                                                "type": "ref",
                                                                "records": 1,
                                                                "cost": 4.5e10,
                                                                "uses_join_buffering": false
                                                              }
                                                            },
                                                            "rows_for_plan": 2.3e10,
                                                            "cost_for_plan": 1e11,
                                                            "rest_of_plan": [
                                                              {
                                                                "plan_prefix": [
                                                                  "ce",
                                                                  "ea",
                                                                  "ce_varchar_0",
                                                                  "ce_varchar_1",
                                                                  "ce_int",
                                                                  "eao",
                                                                  "eaov_0",
                                                                  "eaov_1",
                                                                  "eao2",
                                                                  "eao3",
                                                                  "eaov2",
                                                                  "ce_text"
                                                                ],
                                                                "table": "ce_decimal",
                                                                "best_access_path": {
                                                                  "considered_access_paths": [
                                                                    {
                                                                      "access_type": "ref",
                                                                      "index": "CATALOG_PRODUCT_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                      "rows": 1,
                                                                      "cost": 4.5e10,
                                                                      "chosen": true
                                                                    },
                                                                    {
                                                                      "access_type": "ref",
                                                                      "index": "CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE_ID",
                                                                      "rows": 6583,
                                                                      "cost": 2e13,
                                                                      "chosen": false,
                                                                      "cause": "cost"
                                                                    },
                                                                    {
                                                                      "access_type": "scan",
                                                                      "resulting_rows": 105338,
                                                                      "cost": 6.6e12,
                                                                      "chosen": false
                                                                    }
                                                                  ],
                                                                  "chosen_access_method": {
                                                                    "type": "ref",
                                                                    "records": 1,
                                                                    "cost": 4.5e10,
                                                                    "uses_join_buffering": false
                                                                  }
                                                                },
                                                                "rows_for_plan": 2.3e10,
                                                                "cost_for_plan": 1.5e11,
                                                                "rest_of_plan": [
                                                                  {
                                                                    "plan_prefix": [
                                                                      "ce",
                                                                      "ea",
                                                                      "ce_varchar_0",
                                                                      "ce_varchar_1",
                                                                      "ce_int",
                                                                      "eao",
                                                                      "eaov_0",
                                                                      "eaov_1",
                                                                      "eao2",
                                                                      "eao3",
                                                                      "eaov2",
                                                                      "ce_text",
                                                                      "ce_decimal"
                                                                    ],
                                                                    "table": "ce_datetime",
                                                                    "best_access_path": {
                                                                      "considered_access_paths": [
                                                                        {
                                                                          "access_type": "ref",
                                                                          "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                          "rows": 1,
                                                                          "cost": 4.5e10,
                                                                          "chosen": true
                                                                        },
                                                                        {
                                                                          "access_type": "ref",
                                                                          "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE_ID",
                                                                          "rows": 2466,
                                                                          "cost": 6.6e12,
                                                                          "chosen": false,
                                                                          "cause": "cost"
                                                                        },
                                                                        {
                                                                          "access_type": "scan",
                                                                          "resulting_rows": 29600,
                                                                          "cost": 2.2e12,
                                                                          "chosen": false
                                                                        }
                                                                      ],
                                                                      "chosen_access_method": {
                                                                        "type": "ref",
                                                                        "records": 1,
                                                                        "cost": 4.5e10,
                                                                        "uses_join_buffering": false
                                                                      }
                                                                    },
                                                                    "rows_for_plan": 2.3e10,
                                                                    "cost_for_plan": 2e11,
                                                                    "estimated_join_cardinality": 2.3e10
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "plan_prefix": [
                                                      "ce",
                                                      "ea",
                                                      "ce_varchar_0",
                                                      "ce_varchar_1",
                                                      "ce_int",
                                                      "eao",
                                                      "eaov_0",
                                                      "eaov_1",
                                                      "eao2"
                                                    ],
                                                    "table": "eaov2",
                                                    "best_access_path": {
                                                      "considered_access_paths": [
                                                        {
                                                          "access_type": "ref",
                                                          "index": "EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID",
                                                          "rows": 1,
                                                          "cost": 1.86e7,
                                                          "chosen": true
                                                        },
                                                        {
                                                          "access_type": "scan",
                                                          "resulting_rows": 2447,
                                                          "cost": 1.12e8,
                                                          "chosen": false
                                                        }
                                                      ],
                                                      "chosen_access_method": {
                                                        "type": "ref",
                                                        "records": 1,
                                                        "cost": 1.86e7,
                                                        "uses_join_buffering": false
                                                      }
                                                    },
                                                    "rows_for_plan": 9.29e6,
                                                    "cost_for_plan": 1.29e8,
                                                    "rest_of_plan": [
                                                      {
                                                        "plan_prefix": [
                                                          "ce",
                                                          "ea",
                                                          "ce_varchar_0",
                                                          "ce_varchar_1",
                                                          "ce_int",
                                                          "eao",
                                                          "eaov_0",
                                                          "eaov_1",
                                                          "eao2",
                                                          "eaov2"
                                                        ],
                                                        "table": "eao3",
                                                        "best_access_path": {
                                                          "considered_access_paths": [
                                                            {
                                                              "access_type": "scan",
                                                              "resulting_rows": 2447,
                                                              "cost": 5.58e7,
                                                              "chosen": true
                                                            }
                                                          ],
                                                          "chosen_access_method": {
                                                            "type": "scan",
                                                            "records": 2447,
                                                            "cost": 5.58e7,
                                                            "uses_join_buffering": false
                                                          }
                                                        },
                                                        "rows_for_plan": 2.3e10,
                                                        "cost_for_plan": 4.73e9,
                                                        "rest_of_plan": [
                                                          {
                                                            "plan_prefix": [
                                                              "ce",
                                                              "ea",
                                                              "ce_varchar_0",
                                                              "ce_varchar_1",
                                                              "ce_int",
                                                              "eao",
                                                              "eaov_0",
                                                              "eaov_1",
                                                              "eao2",
                                                              "eaov2",
                                                              "eao3"
                                                            ],
                                                            "table": "ce_text",
                                                            "best_access_path": {
                                                              "considered_access_paths": [
                                                                {
                                                                  "access_type": "ref",
                                                                  "index": "CATALOG_PRODUCT_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                  "rows": 1,
                                                                  "cost": 4.5e10,
                                                                  "chosen": true
                                                                },
                                                                {
                                                                  "access_type": "ref",
                                                                  "index": "CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE_ID",
                                                                  "rows": 1,
                                                                  "cost": 4.5e10,
                                                                  "chosen": false,
                                                                  "cause": "cost"
                                                                },
                                                                {
                                                                  "access_type": "scan",
                                                                  "resulting_rows": 117315,
                                                                  "cost": 1.2e13,
                                                                  "chosen": false
                                                                }
                                                              ],
                                                              "chosen_access_method": {
                                                                "type": "ref",
                                                                "records": 1,
                                                                "cost": 4.5e10,
                                                                "uses_join_buffering": false
                                                              }
                                                            },
                                                            "rows_for_plan": 2.3e10,
                                                            "cost_for_plan": 5.5e10,
                                                            "rest_of_plan": [
                                                              {
                                                                "plan_prefix": [
                                                                  "ce",
                                                                  "ea",
                                                                  "ce_varchar_0",
                                                                  "ce_varchar_1",
                                                                  "ce_int",
                                                                  "eao",
                                                                  "eaov_0",
                                                                  "eaov_1",
                                                                  "eao2",
                                                                  "eaov2",
                                                                  "eao3",
                                                                  "ce_text"
                                                                ],
                                                                "table": "ce_decimal",
                                                                "best_access_path": {
                                                                  "considered_access_paths": [
                                                                    {
                                                                      "access_type": "ref",
                                                                      "index": "CATALOG_PRODUCT_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                      "rows": 1,
                                                                      "cost": 4.5e10,
                                                                      "chosen": true
                                                                    },
                                                                    {
                                                                      "access_type": "ref",
                                                                      "index": "CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE_ID",
                                                                      "rows": 6583,
                                                                      "cost": 2e13,
                                                                      "chosen": false,
                                                                      "cause": "cost"
                                                                    },
                                                                    {
                                                                      "access_type": "scan",
                                                                      "resulting_rows": 105338,
                                                                      "cost": 6.6e12,
                                                                      "chosen": false
                                                                    }
                                                                  ],
                                                                  "chosen_access_method": {
                                                                    "type": "ref",
                                                                    "records": 1,
                                                                    "cost": 4.5e10,
                                                                    "uses_join_buffering": false
                                                                  }
                                                                },
                                                                "rows_for_plan": 2.3e10,
                                                                "cost_for_plan": 1e11,
                                                                "rest_of_plan": [
                                                                  {
                                                                    "plan_prefix": [
                                                                      "ce",
                                                                      "ea",
                                                                      "ce_varchar_0",
                                                                      "ce_varchar_1",
                                                                      "ce_int",
                                                                      "eao",
                                                                      "eaov_0",
                                                                      "eaov_1",
                                                                      "eao2",
                                                                      "eaov2",
                                                                      "eao3",
                                                                      "ce_text",
                                                                      "ce_decimal"
                                                                    ],
                                                                    "table": "ce_datetime",
                                                                    "best_access_path": {
                                                                      "considered_access_paths": [
                                                                        {
                                                                          "access_type": "ref",
                                                                          "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                          "rows": 1,
                                                                          "cost": 4.5e10,
                                                                          "chosen": true
                                                                        },
                                                                        {
                                                                          "access_type": "ref",
                                                                          "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE_ID",
                                                                          "rows": 2466,
                                                                          "cost": 6.6e12,
                                                                          "chosen": false,
                                                                          "cause": "cost"
                                                                        },
                                                                        {
                                                                          "access_type": "scan",
                                                                          "resulting_rows": 29600,
                                                                          "cost": 2.2e12,
                                                                          "chosen": false
                                                                        }
                                                                      ],
                                                                      "chosen_access_method": {
                                                                        "type": "ref",
                                                                        "records": 1,
                                                                        "cost": 4.5e10,
                                                                        "uses_join_buffering": false
                                                                      }
                                                                    },
                                                                    "rows_for_plan": 2.3e10,
                                                                    "cost_for_plan": 1.5e11,
                                                                    "estimated_join_cardinality": 2.3e10
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "plan_prefix": [
                                                          "ce",
                                                          "ea",
                                                          "ce_varchar_0",
                                                          "ce_varchar_1",
                                                          "ce_int",
                                                          "eao",
                                                          "eaov_0",
                                                          "eaov_1",
                                                          "eao2",
                                                          "eaov2"
                                                        ],
                                                        "table": "ce_text",
                                                        "best_access_path": {
                                                          "considered_access_paths": [
                                                            {
                                                              "access_type": "ref",
                                                              "index": "CATALOG_PRODUCT_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                              "rows": 1,
                                                              "cost": 1.86e7,
                                                              "chosen": true
                                                            },
                                                            {
                                                              "access_type": "ref",
                                                              "index": "CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE_ID",
                                                              "rows": 1,
                                                              "cost": 1.86e7,
                                                              "chosen": false,
                                                              "cause": "cost"
                                                            },
                                                            {
                                                              "access_type": "scan",
                                                              "resulting_rows": 117315,
                                                              "cost": 5.07e9,
                                                              "chosen": false
                                                            }
                                                          ],
                                                          "chosen_access_method": {
                                                            "type": "ref",
                                                            "records": 1,
                                                            "cost": 1.86e7,
                                                            "uses_join_buffering": false
                                                          }
                                                        },
                                                        "rows_for_plan": 9.29e6,
                                                        "cost_for_plan": 1.49e8,
                                                        "rest_of_plan": [
                                                          {
                                                            "plan_prefix": [
                                                              "ce",
                                                              "ea",
                                                              "ce_varchar_0",
                                                              "ce_varchar_1",
                                                              "ce_int",
                                                              "eao",
                                                              "eaov_0",
                                                              "eaov_1",
                                                              "eao2",
                                                              "eaov2",
                                                              "ce_text"
                                                            ],
                                                            "table": "eao3",
                                                            "best_access_path": {
                                                              "considered_access_paths": [
                                                                {
                                                                  "access_type": "scan",
                                                                  "resulting_rows": 2447,
                                                                  "cost": 5.58e7,
                                                                  "chosen": true
                                                                }
                                                              ],
                                                              "chosen_access_method": {
                                                                "type": "scan",
                                                                "records": 2447,
                                                                "cost": 5.58e7,
                                                                "uses_join_buffering": false
                                                              }
                                                            },
                                                            "rows_for_plan": 2.3e10,
                                                            "cost_for_plan": 4.75e9,
                                                            "rest_of_plan": [
                                                              {
                                                                "plan_prefix": [
                                                                  "ce",
                                                                  "ea",
                                                                  "ce_varchar_0",
                                                                  "ce_varchar_1",
                                                                  "ce_int",
                                                                  "eao",
                                                                  "eaov_0",
                                                                  "eaov_1",
                                                                  "eao2",
                                                                  "eaov2",
                                                                  "ce_text",
                                                                  "eao3"
                                                                ],
                                                                "table": "ce_decimal",
                                                                "best_access_path": {
                                                                  "considered_access_paths": [
                                                                    {
                                                                      "access_type": "ref",
                                                                      "index": "CATALOG_PRODUCT_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                      "rows": 1,
                                                                      "cost": 4.5e10,
                                                                      "chosen": true
                                                                    },
                                                                    {
                                                                      "access_type": "ref",
                                                                      "index": "CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE_ID",
                                                                      "rows": 6583,
                                                                      "cost": 2e13,
                                                                      "chosen": false,
                                                                      "cause": "cost"
                                                                    },
                                                                    {
                                                                      "access_type": "scan",
                                                                      "resulting_rows": 105338,
                                                                      "cost": 6.6e12,
                                                                      "chosen": false
                                                                    }
                                                                  ],
                                                                  "chosen_access_method": {
                                                                    "type": "ref",
                                                                    "records": 1,
                                                                    "cost": 4.5e10,
                                                                    "uses_join_buffering": false
                                                                  }
                                                                },
                                                                "rows_for_plan": 2.3e10,
                                                                "cost_for_plan": 5.5e10,
                                                                "rest_of_plan": [
                                                                  {
                                                                    "plan_prefix": [
                                                                      "ce",
                                                                      "ea",
                                                                      "ce_varchar_0",
                                                                      "ce_varchar_1",
                                                                      "ce_int",
                                                                      "eao",
                                                                      "eaov_0",
                                                                      "eaov_1",
                                                                      "eao2",
                                                                      "eaov2",
                                                                      "ce_text",
                                                                      "eao3",
                                                                      "ce_decimal"
                                                                    ],
                                                                    "table": "ce_datetime",
                                                                    "best_access_path": {
                                                                      "considered_access_paths": [
                                                                        {
                                                                          "access_type": "ref",
                                                                          "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                          "rows": 1,
                                                                          "cost": 4.5e10,
                                                                          "chosen": true
                                                                        },
                                                                        {
                                                                          "access_type": "ref",
                                                                          "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE_ID",
                                                                          "rows": 2466,
                                                                          "cost": 6.6e12,
                                                                          "chosen": false,
                                                                          "cause": "cost"
                                                                        },
                                                                        {
                                                                          "access_type": "scan",
                                                                          "resulting_rows": 29600,
                                                                          "cost": 2.2e12,
                                                                          "chosen": false
                                                                        }
                                                                      ],
                                                                      "chosen_access_method": {
                                                                        "type": "ref",
                                                                        "records": 1,
                                                                        "cost": 4.5e10,
                                                                        "uses_join_buffering": false
                                                                      }
                                                                    },
                                                                    "rows_for_plan": 2.3e10,
                                                                    "cost_for_plan": 1e11,
                                                                    "estimated_join_cardinality": 2.3e10
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          },
                                                          {
                                                            "plan_prefix": [
                                                              "ce",
                                                              "ea",
                                                              "ce_varchar_0",
                                                              "ce_varchar_1",
                                                              "ce_int",
                                                              "eao",
                                                              "eaov_0",
                                                              "eaov_1",
                                                              "eao2",
                                                              "eaov2",
                                                              "ce_text"
                                                            ],
                                                            "table": "ce_decimal",
                                                            "best_access_path": {
                                                              "considered_access_paths": [
                                                                {
                                                                  "access_type": "ref",
                                                                  "index": "CATALOG_PRODUCT_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                  "rows": 1,
                                                                  "cost": 1.86e7,
                                                                  "chosen": true
                                                                },
                                                                {
                                                                  "access_type": "ref",
                                                                  "index": "CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE_ID",
                                                                  "rows": 6583,
                                                                  "cost": 8.07e9,
                                                                  "chosen": false,
                                                                  "cause": "cost"
                                                                },
                                                                {
                                                                  "access_type": "scan",
                                                                  "resulting_rows": 105338,
                                                                  "cost": 2.69e9,
                                                                  "chosen": false
                                                                }
                                                              ],
                                                              "chosen_access_method": {
                                                                "type": "ref",
                                                                "records": 1,
                                                                "cost": 1.86e7,
                                                                "uses_join_buffering": false
                                                              }
                                                            },
                                                            "rows_for_plan": 9.29e6,
                                                            "cost_for_plan": 1.7e8,
                                                            "rest_of_plan": [
                                                              {
                                                                "plan_prefix": [
                                                                  "ce",
                                                                  "ea",
                                                                  "ce_varchar_0",
                                                                  "ce_varchar_1",
                                                                  "ce_int",
                                                                  "eao",
                                                                  "eaov_0",
                                                                  "eaov_1",
                                                                  "eao2",
                                                                  "eaov2",
                                                                  "ce_text",
                                                                  "ce_decimal"
                                                                ],
                                                                "table": "eao3",
                                                                "best_access_path": {
                                                                  "considered_access_paths": [
                                                                    {
                                                                      "access_type": "scan",
                                                                      "resulting_rows": 2447,
                                                                      "cost": 5.58e7,
                                                                      "chosen": true
                                                                    }
                                                                  ],
                                                                  "chosen_access_method": {
                                                                    "type": "scan",
                                                                    "records": 2447,
                                                                    "cost": 5.58e7,
                                                                    "uses_join_buffering": false
                                                                  }
                                                                },
                                                                "rows_for_plan": 2.3e10,
                                                                "cost_for_plan": 4.77e9,
                                                                "rest_of_plan": [
                                                                  {
                                                                    "plan_prefix": [
                                                                      "ce",
                                                                      "ea",
                                                                      "ce_varchar_0",
                                                                      "ce_varchar_1",
                                                                      "ce_int",
                                                                      "eao",
                                                                      "eaov_0",
                                                                      "eaov_1",
                                                                      "eao2",
                                                                      "eaov2",
                                                                      "ce_text",
                                                                      "ce_decimal",
                                                                      "eao3"
                                                                    ],
                                                                    "table": "ce_datetime",
                                                                    "best_access_path": {
                                                                      "considered_access_paths": [
                                                                        {
                                                                          "access_type": "ref",
                                                                          "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                          "rows": 1,
                                                                          "cost": 4.5e10,
                                                                          "chosen": true
                                                                        },
                                                                        {
                                                                          "access_type": "ref",
                                                                          "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE_ID",
                                                                          "rows": 2466,
                                                                          "cost": 6.6e12,
                                                                          "chosen": false,
                                                                          "cause": "cost"
                                                                        },
                                                                        {
                                                                          "access_type": "scan",
                                                                          "resulting_rows": 29600,
                                                                          "cost": 2.2e12,
                                                                          "chosen": false
                                                                        }
                                                                      ],
                                                                      "chosen_access_method": {
                                                                        "type": "ref",
                                                                        "records": 1,
                                                                        "cost": 4.5e10,
                                                                        "uses_join_buffering": false
                                                                      }
                                                                    },
                                                                    "rows_for_plan": 2.3e10,
                                                                    "cost_for_plan": 5.5e10,
                                                                    "estimated_join_cardinality": 2.3e10
                                                                  }
                                                                ]
                                                              },
                                                              {
                                                                "plan_prefix": [
                                                                  "ce",
                                                                  "ea",
                                                                  "ce_varchar_0",
                                                                  "ce_varchar_1",
                                                                  "ce_int",
                                                                  "eao",
                                                                  "eaov_0",
                                                                  "eaov_1",
                                                                  "eao2",
                                                                  "eaov2",
                                                                  "ce_text",
                                                                  "ce_decimal"
                                                                ],
                                                                "table": "ce_datetime",
                                                                "best_access_path": {
                                                                  "considered_access_paths": [
                                                                    {
                                                                      "access_type": "ref",
                                                                      "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID",
                                                                      "rows": 1,
                                                                      "cost": 1.86e7,
                                                                      "chosen": true
                                                                    },
                                                                    {
                                                                      "access_type": "ref",
                                                                      "index": "CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE_ID",
                                                                      "rows": 2466,
                                                                      "cost": 2.71e9,
                                                                      "chosen": false,
                                                                      "cause": "cost"
                                                                    },
                                                                    {
                                                                      "access_type": "scan",
                                                                      "resulting_rows": 29600,
                                                                      "cost": 9.02e8,
                                                                      "chosen": false
                                                                    }
                                                                  ],
                                                                  "chosen_access_method": {
                                                                    "type": "ref",
                                                                    "records": 1,
                                                                    "cost": 1.86e7,
                                                                    "uses_join_buffering": false
                                                                  }
                                                                },
                                                                "rows_for_plan": 9.29e6,
                                                                "cost_for_plan": 1.9e8,
                                                                "rest_of_plan": [
                                                                  {
                                                                    "plan_prefix": [
                                                                      "ce",
                                                                      "ea",
                                                                      "ce_varchar_0",
                                                                      "ce_varchar_1",
                                                                      "ce_int",
                                                                      "eao",
                                                                      "eaov_0",
                                                                      "eaov_1",
                                                                      "eao2",
                                                                      "eaov2",
                                                                      "ce_text",
                                                                      "ce_decimal",
                                                                      "ce_datetime"
                                                                    ],
                                                                    "table": "eao3",
                                                                    "best_access_path": {
                                                                      "considered_access_paths": [
                                                                        {
                                                                          "access_type": "scan",
                                                                          "resulting_rows": 2447,
                                                                          "cost": 5.58e7,
                                                                          "chosen": true
                                                                        }
                                                                      ],
                                                                      "chosen_access_method": {
                                                                        "type": "scan",
                                                                        "records": 2447,
                                                                        "cost": 5.58e7,
                                                                        "uses_join_buffering": false
                                                                      }
                                                                    },
                                                                    "rows_for_plan": 2.3e10,
                                                                    "cost_for_plan": 4.79e9,
                                                                    "estimated_join_cardinality": 2.3e10
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "plan_prefix": [
                                          "ce",
                                          "ea",
                                          "ce_varchar_0",
                                          "ce_varchar_1",
                                          "ce_int",
                                          "eao"
                                        ],
                                        "table": "eaov_1",
                                        "best_access_path": {
                                          "considered_access_paths": [
                                            {
                                              "access_type": "ref",
                                              "index": "EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID",
                                              "rows": 1,
                                              "cost": 1.86e7,
                                              "chosen": true
                                            },
                                            {
                                              "access_type": "scan",
                                              "resulting_rows": 2447,
                                              "cost": 1.12e8,
                                              "chosen": false
                                            }
                                          ],
                                          "chosen_access_method": {
                                            "type": "ref",
                                            "records": 1,
                                            "cost": 1.86e7,
                                            "uses_join_buffering": false
                                          }
                                        },
                                        "rows_for_plan": 9.29e6,
                                        "cost_for_plan": 7.68e7,
                                        "pruned_by_heuristic": true
                                      }
                                    ]
                                  }
                                ]
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            ]
          },
          {
            "best_join_order": [
              "ce",
              "ea",
              "ce_varchar_0",
              "ce_varchar_1",
              "ce_int",
              "eao",
              "eaov_0",
              "eaov_1",
              "eao2",
              "eaov2",
              "ce_text",
              "ce_decimal",
              "ce_datetime",
              "eao3"
            ]
          },
          {
            "condition_on_constant_tables": "1"
          },
          {
            "attaching_conditions_to_tables": {
              "original_condition": "1",
              "attached_conditions_computation": [],
              "attached_conditions_summary": [
                {
                  "table": "ce",
                  "attached": null
                },
                {
                  "table": "ea",
                  "attached": null
                },
                {
                  "table": "ce_varchar_0",
                  "attached": "trigcond(trigcond(ea.backend_type = 'varchar' and ea.attribute_id is not null))"
                },
                {
                  "table": "ce_varchar_1",
                  "attached": "trigcond(trigcond(ea.backend_type = 'varchar' and ea.attribute_id is not null))"
                },
                {
                  "table": "ce_int",
                  "attached": "trigcond(trigcond(ea.backend_type = 'int' and ea.attribute_id is not null))"
                },
                {
                  "table": "eao",
                  "attached": "trigcond(eao.attribute_id = ea.attribute_id and ce_varchar_0.`value` = eao.option_id and trigcond(ce_varchar_0.`value` is not null))"
                },
                {
                  "table": "eaov_0",
                  "attached": "trigcond(trigcond(eao.option_id is not null))"
                },
                {
                  "table": "eaov_1",
                  "attached": "trigcond(trigcond(eao.option_id is not null))"
                },
                {
                  "table": "eao2",
                  "attached": "trigcond(eao2.attribute_id = ea.attribute_id and ce_int.`value` = eao2.option_id and trigcond(ce_int.`value` is not null))"
                },
                {
                  "table": "eaov2",
                  "attached": "trigcond(trigcond(eao2.option_id is not null))"
                },
                {
                  "table": "ce_text",
                  "attached": "trigcond(trigcond(ea.backend_type = 'text' and ea.attribute_id is not null))"
                },
                {
                  "table": "ce_decimal",
                  "attached": "trigcond(trigcond(ea.backend_type = 'decimal' and ea.attribute_id is not null))"
                },
                {
                  "table": "ce_datetime",
                  "attached": "trigcond(trigcond(ea.backend_type = 'datetime' and ea.attribute_id is not null))"
                },
                {
                  "table": "eao3",
                  "attached": "trigcond(trigcond(eao.attribute_id = ea.attribute_id and ce_varchar_1.`value` = eao.option_id))"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "join_execution": {
        "select_id": 1,
        "steps": []
      }
    }
  ]
}