{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "5211.46"
},
"ordering_operation": {
"using_filesort": true,
"grouping_operation": {
"using_temporary_table": true,
"using_filesort": true,
"buffer_result": {
"using_temporary_table": true,
"nested_loop": [
{
"table": {
"table_name": "companies",
"access_type": "const",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"company_id"
],
"key_length": "4",
"ref": [
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.20",
"prefix_cost": "0.00",
"data_read_per_join": "9K"
},
"used_columns": [
"company_id",
"status",
"company",
"ec_rfq_whatsapp_number",
"ec_rfq_phone_number",
"ec_rfq_bhf",
"ec_rfq_bht"
]
}
},
{
"table": {
"table_name": "cscart_categories",
"access_type": "range",
"possible_keys": [
"PRIMARY",
"c_status",
"p_category_id"
],
"key": "PRIMARY",
"used_key_parts": [
"category_id"
],
"key_length": "3",
"rows_examined_per_scan": 323,
"rows_produced_per_join": 12,
"filtered": "4.00",
"cost_info": {
"read_cost": "451.04",
"eval_cost": "2.58",
"prefix_cost": "453.62",
"data_read_per_join": "76K"
},
"used_columns": [
"category_id",
"usergroup_ids",
"status",
"storefront_id"
],
"attached_condition": "((`webmarco`.`cscart_categories`.`category_id` in (2653,2656,2659,2660,2663,2666,2669,2673,2678,2680,2683,2684,2687,2688,2698,2705,2716,2720,2691,2692,2694,2697,2700,2703,2707,2710,2712,2715,2718,2723,2731,2727,2733,2737,2740,2742,2744,2747,2749,2750,2752,2755,2757,2758,2764,2766,2768,2771,2798,2802,2806,2809,2817,2819,2825,2828,2841,2847,2852,2842,2774,2780,2786,9251,9252,9253,9254,9972,2658,10562,10563,2657,2665,2670,2679,2689,2661,2664,2667,2668,2672,2674,2676,2681,2682,2685,2690,2693,2696,2699,2701,2704,2708,2709,2714,2717,2671,2675,2897,3400,3418,2695,2702,2711,2719,2722,2726,2732,2741,2745,2754,2762,2770,2777,2790,2807,2816,2724,2729,2735,2738,2746,2751,2756,2765,2776,2787,2803,2815,2763,2775,2779,10570,10571,10572,10573,10574,10575,2785,2791,2795,2856,2870,2883,2885,2887,2888,2890,2892,2894,2895,2899,2906,2908,2909,9365,9538,9539,9540,9541,2767,2778,2784,2794,2808,2831,2834,2838,2844,2860,2864,2865,8942,2805,2810,2814,2820,2826,2830,2839,2845,2854,8984,9658,9665,9666,9670,2769,2789,2800,2812,2822,2829,2837,2898,2900,2902,2903,2904,2905,2907,2843,2850,2857,2858,2862,2866,2884,2849,2859,2868,2878,8851,9250,9257,9276,9277,9278,9574,9575,9990,9991,2721,2753,2759,2783,8943,2725,2728,2730,2734,2736,2739,2743,2748,2760,2772,2782,2793,2801,2811,2818,2824,2827,2833,2821,2840,2848,2851,2855,9296,9297,9985,2761,2773,2781,2788,2792,2796,2797,10534,10536,2813,2823,2836,2846,2804,10170,10225,10226,10533,2863,2867,2871,2872,2873,2875,2876,2886,10121,10122,2891,2877,2879,2881,2882,2889,2893,2896,2853,2861,2869,2874,2880,9375,9691,9965,10125,10127,10128,10129,10130,10131,9966,9971,9977,9978,9979,9982,9983,9984,9986,9992,9993,9994,9967,10169,9968,9969,9970,9973,9980,9981)) and ((`webmarco`.`cscart_categories`.`usergroup_ids` = '') or find_in_set(0,`webmarco`.`cscart_categories`.`usergroup_ids`) or find_in_set(1,`webmarco`.`cscart_categories`.`usergroup_ids`)) and (`webmarco`.`cscart_categories`.`status` in ('A','H')) and (`webmarco`.`cscart_categories`.`storefront_id` in (0,1)))"
}
},
{
"table": {
"table_name": "products_categories",
"access_type": "ref",
"possible_keys": [
"PRIMARY",
"pt"
],
"key": "PRIMARY",
"used_key_parts": [
"category_id"
],
"key_length": "3",
"ref": [
"webmarco.cscart_categories.category_id"
],
"rows_examined_per_scan": 179,
"rows_produced_per_join": 2318,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "16.30",
"eval_cost": "463.72",
"prefix_cost": "933.64",
"data_read_per_join": "36K"
},
"used_columns": [
"product_id",
"category_id"
]
}
},
{
"table": {
"table_name": "prices",
"access_type": "ref",
"possible_keys": [
"usergroup",
"product_id",
"lower_limit",
"usergroup_id"
],
"key": "usergroup",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"webmarco.products_categories.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 579,
"filtered": "25.00",
"using_index": true,
"cost_info": {
"read_cost": "2318.60",
"eval_cost": "115.93",
"prefix_cost": "3715.96",
"data_read_per_join": "36K"
},
"used_columns": [
"product_id",
"lower_limit",
"usergroup_id"
],
"attached_condition": "((`webmarco`.`prices`.`lower_limit` = 1) and (`webmarco`.`prices`.`usergroup_id` in (0,0,1)))"
}
},
{
"table": {
"table_name": "var_val_619",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"fl",
"variant_id",
"lang_code",
"product_id",
"fpl",
"idx_product_feature_variant_id"
],
"key": "PRIMARY",
"used_key_parts": [
"feature_id",
"product_id",
"variant_id",
"lang_code"
],
"key_length": "15",
"ref": [
"const",
"webmarco.products_categories.product_id",
"const",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 579,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "579.65",
"eval_cost": "115.93",
"prefix_cost": "4411.54",
"data_read_per_join": "448K"
},
"used_columns": [
"feature_id",
"product_id",
"variant_id",
"lang_code"
]
}
},
{
"table": {
"table_name": "products",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"status",
"idx_parent_product_id"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"webmarco.products_categories.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 28,
"filtered": "5.00",
"cost_info": {
"read_cost": "579.65",
"eval_cost": "5.80",
"prefix_cost": "5107.12",
"data_read_per_join": "226K"
},
"used_columns": [
"product_id",
"product_type",
"status",
"company_id",
"usergroup_ids",
"parent_product_id"
],
"attached_condition": "((`webmarco`.`products`.`company_id` = 174) and (`webmarco`.`products`.`status` = 'A') and ((`webmarco`.`products`.`usergroup_ids` = '') or find_in_set(0,`webmarco`.`products`.`usergroup_ids`) or find_in_set(1,`webmarco`.`products`.`usergroup_ids`)))"
}
},
{
"table": {
"table_name": "cscart_ec_table_booking_system",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "4",
"ref": [
"webmarco.products_categories.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 28,
"filtered": "100.00",
"cost_info": {
"read_cost": "28.98",
"eval_cost": "5.80",
"prefix_cost": "5141.90",
"data_read_per_join": "4K"
},
"used_columns": [
"product_id",
"booking_type"
],
"attached_condition": "<if>(is_not_null_compl(cscart_ec_table_booking_system), (`webmarco`.`cscart_ec_table_booking_system`.`product_id` = `webmarco`.`products_categories`.`product_id`), true)"
}
},
{
"table": {
"table_name": "popularity",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"total"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"webmarco.products_categories.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 28,
"filtered": "100.00",
"cost_info": {
"read_cost": "28.98",
"eval_cost": "5.80",
"prefix_cost": "5176.68",
"data_read_per_join": "927"
},
"used_columns": [
"product_id",
"total"
]
}
},
{
"table": {
"table_name": "descr1",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"product_id"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id",
"lang_code"
],
"key_length": "9",
"ref": [
"webmarco.products_categories.product_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 28,
"filtered": "100.00",
"cost_info": {
"read_cost": "28.98",
"eval_cost": "5.80",
"prefix_cost": "5211.46",
"data_read_per_join": "197K"
},
"used_columns": [
"product_id",
"lang_code",
"product"
]
}
}
]
}
}
}
}
}
product_id | product | company_name | ec_rfq_whatsapp_number | ec_rfq_bht | ec_rfq_phone_number | ec_rfq_bhf | product_ids | product_types | parent_product_ids | product_type | parent_product_id | booking_type |
---|---|---|---|---|---|---|---|---|---|---|---|---|
82071 | Long American Neck Dress | Emme Shopping | 82071 | P | 0 | P | 0 | |||||
82118 | Long Dress in Lace and Tulle | Emme Shopping | 82118,149043,149044,149045,149046,149047,149048,149049 | P,V,V,V,V,V,V,V | 0,82118,82118,82118,82118,82118,82118,82118 | V | 82118 | |||||
82073 | Long American Neck Dress | Emme Shopping | 82073 | P | 0 | P | 0 | |||||
82038 | Short Dress for Women | Emme Shopping | 82038,148882,148883,148884,148885,148886,148887,148888,148889,148890,148891,148892,148893,148894,148895,148896,148897,148898,148899,148900,148901,148902,148903,148904,148905,148906,148907,148908,148909,148910,148911,148912,148913,148914,148915,148916,148917,148918,148919,148920,148921,148922,148923,148924,148925,148926,148927,148928,148929,148930,148931 | P,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V | 0,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038,82038 | V | 82038 | |||||
149042 | Long One Shoulder Dress with Wide Skirt | Emme Shopping | 149042,149050,149051,149052,149053,149054,149055,149056,149057,149058,149059,149060,149061,149062,149063,149064,149065,149066,149067,149068,149069,149070,149071,149072,149073,149074,149075,149076,149077,149078,149079,149080,149081,149082,149083,149084,149085,149086,149087,149088,149089,149090,149091,149092,149093,149094,149095,149096,149097,149098,149099 | P,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V | 0,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042,149042 | V | 149042 | |||||
82061 | Mermaid Dress | Emme Shopping | 82061 | P | 0 | P | 0 | |||||
81948 | V-Neck Dress with Embroidered Bodice | Emme Shopping | 81948,149025,149026,149027,149028,149029,149030,149031,149032,149033,149034,149035,149036,149037,149038,149039,149040,149041 | P,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V,V | 0,81948,81948,81948,81948,81948,81948,81948,81948,81948,81948,81948,81948,81948,81948,81948,81948,81948 | V | 81948 | |||||
82009 | Bodice Satin Dress | Emme Shopping | 82009,149101,149102,149103,149104,149105,149106,149107,149108,149109,149110,149111,149112,149113,149114 | P,V,V,V,V,V,V,V,V,V,V,V,V,V,V | 0,82009,82009,82009,82009,82009,82009,82009,82009,82009,82009,82009,82009,82009,82009 | V | 82009 | |||||
82101 | Satin and Macrame Dress | Emme Shopping | 82101 | P | 0 | P | 0 | |||||
81647 | Long Dress Wide Glitter Skirt | Emme Shopping | 81647,149123,149124,149125,149126,149127,149128,149129,149130 | P,V,V,V,V,V,V,V,V | 0,81647,81647,81647,81647,81647,81647,81647,81647 | V | 81647 | |||||
82133 | Short Lace Dress | Emme Shopping | 82133 | P | 0 | P | 0 | |||||
82103 | Satin and Macrame Dress | Emme Shopping | 82103 | P | 0 | P | 0 | |||||
81737 | Crossed Lace Bodice Dress | Emme Shopping | 81737 | P | 0 | P | 0 | |||||
81655 | Wonderful Long Veiled Tulle Dress | Emme Shopping | 81655 | P | 0 | P | 0 | |||||
82104 | Long Lace Dress | Emme Shopping | 82104 | P | 0 | P | 0 | |||||
81704 | Long Tulle Dress | Emme Shopping | 81704 | P | 0 | P | 0 | |||||
81826 | Round Sleeve Tulle And Lace Dress | Emme Shopping | 81826 | P | 0 | P | 0 | |||||
81863 | Round Sleeve Tulle And Lace Dress | Emme Shopping | 81863 | P | 0 | P | 0 | |||||
81741 | Long Tulle And Glitter Dress | Emme Shopping | 81741 | P | 0 | P | 0 | |||||
81860 | Round Sleeve Tulle And Lace Dress | Emme Shopping | 81860 | P | 0 | P | 0 | |||||
81702 | Long Tulle Dress | Emme Shopping | 81702 | P | 0 | P | 0 | |||||
82072 | Long American Neck Dress | Emme Shopping | 82072 | P | 0 | P | 0 | |||||
81634 | Long Dress Bright Fabric | Emme Shopping | 81634 | P | 0 | P | 0 | |||||
81657 | Wonderful Long Veiled Tulle Dress | Emme Shopping | 81657 | P | 0 | P | 0 | |||||
81739 | Crossed Lace Bodice Dress | Emme Shopping | 81739 | P | 0 | P | 0 | |||||
81625 | Tulle Dress | Emme Shopping | 81625 | P | 0 | P | 0 | |||||
82115 | Tulle Dress | Emme Shopping | 82115 | P | 0 | P | 0 | |||||
81776 | Long Gradient Glitter Dress | Emme Shopping | 81776 | P | 0 | P | 0 | |||||
82074 | Long American Neck Dress | Emme Shopping | 82074 | P | 0 | P | 0 | |||||
81611 | Short Beaded Dress With Tulle | Emme Shopping | 81611,149176 | P,V | 0,81611 | P | 0 | |||||
81862 | Round Sleeve Tulle And Lace Dress | Emme Shopping | 81862 | P | 0 | P | 0 | |||||
81627 | Tulle Dress | Emme Shopping | 81627 | P | 0 | P | 0 | |||||
82114 | Tulle Dress | Emme Shopping | 82114 | P | 0 | P | 0 | |||||
82069 | Long American Neck Dress | Emme Shopping | 82069 | P | 0 | P | 0 | |||||
81773 | Long Gradient Glitter Dress | Emme Shopping | 81773 | P | 0 | P | 0 | |||||
81817 | Lace Shrug | Emme Shopping | 81817 | P | 0 | P | 0 | |||||
81636 | Long Dress Bright Fabric | Emme Shopping | 81636 | P | 0 | P | 0 | |||||
81812 | Lace Shrug | Emme Shopping | 81812 | P | 0 | P | 0 | |||||
81624 | Tulle Dress | Emme Shopping | 81624 | P | 0 | P | 0 | |||||
81806 | Lace Shrug | Emme Shopping | 81806 | P | 0 | P | 0 | |||||
82099 | Crossed Tulle Dress | Emme Shopping | 82099 | P | 0 | P | 0 | |||||
82052 | Mermaid Dress | Emme Shopping | 82052 | P | 0 | P | 0 | |||||
81756 | Scarves for Women | Emme Shopping | 81756 | P | 0 | P | 0 | |||||
81816 | Lace Shrug | Emme Shopping | 81816 | P | 0 | P | 0 | |||||
82096 | Short Glitter Dress | Emme Shopping | 82096 | P | 0 | P | 0 | |||||
81814 | Lace Shrug | Emme Shopping | 81814 | P | 0 | P | 0 | |||||
81747 | V-Neck Lace And Tulle Short Dress | Emme Shopping | 81747 | P | 0 | P | 0 | |||||
81768 | Scarves for Women | Emme Shopping | 81768 | P | 0 | P | 0 | |||||
82116 | Tulle Dress | Emme Shopping | 82116 | P | 0 | P | 0 | |||||
82095 | Short Glitter Dress | Emme Shopping | 82095 | P | 0 | P | 0 | |||||
81672 | Soft Warm Hooded Jacket | Emme Shopping | 81672 | P | 0 | P | 0 | |||||
81764 | Scarves for Women | Emme Shopping | 81764 | P | 0 | P | 0 | |||||
81765 | Scarves for Women | Emme Shopping | 81765 | P | 0 | P | 0 | |||||
81762 | Scarves for Women | Emme Shopping | 81762 | P | 0 | P | 0 | |||||
81766 | Scarves for Women | Emme Shopping | 81766 | P | 0 | P | 0 |