Query time 0.01142
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "110.62"
},
"ordering_operation": {
"using_filesort": false,
"grouping_operation": {
"using_temporary_table": true,
"using_filesort": false,
"nested_loop": [
{
"table": {
"table_name": "companies",
"access_type": "ALL",
"possible_keys": [
"PRIMARY"
],
"rows_examined_per_scan": 10,
"rows_produced_per_join": 1,
"filtered": "10.00",
"cost_info": {
"read_cost": "1.46",
"eval_cost": "0.10",
"prefix_cost": "1.56",
"data_read_per_join": "6K"
},
"used_columns": [
"company_id",
"status",
"company"
],
"attached_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`companies`.`status` = 'A')"
}
},
{
"table": {
"table_name": "variation_group_products",
"access_type": "range",
"possible_keys": [
"PRIMARY",
"idx_group_id"
],
"key": "idx_group_id",
"used_key_parts": [
"group_id"
],
"key_length": "3",
"rows_examined_per_scan": 116,
"rows_produced_per_join": 116,
"filtered": "100.00",
"index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`variation_group_products`.`group_id` in (45,340,273,66,219,175,289,284,236,349,161,293,272,158,231,307,268,274,350,115,177,259,320,351,65,341,114,116,267,271,405,159))",
"using_join_buffer": "hash join",
"cost_info": {
"read_cost": "48.61",
"eval_cost": "11.60",
"prefix_cost": "61.77",
"data_read_per_join": "1K"
},
"used_columns": [
"product_id",
"group_id"
]
}
},
{
"table": {
"table_name": "products",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"status"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"softwarepirmam_hewadelivard_cscart_4.variation_group_products.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 5,
"filtered": "5.00",
"cost_info": {
"read_cost": "29.00",
"eval_cost": "0.58",
"prefix_cost": "102.37",
"data_read_per_join": "25K"
},
"used_columns": [
"product_id",
"product_type",
"status",
"company_id",
"amount",
"usergroup_ids",
"tracking",
"parent_product_id"
],
"attached_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`products`.`company_id` = `softwarepirmam_hewadelivard_cscart_4`.`companies`.`company_id`) and ((`softwarepirmam_hewadelivard_cscart_4`.`products`.`amount` > 0) or (`softwarepirmam_hewadelivard_cscart_4`.`products`.`tracking` = 'D')) and ((`softwarepirmam_hewadelivard_cscart_4`.`products`.`usergroup_ids` = '') or (0 <> find_in_set(0,`softwarepirmam_hewadelivard_cscart_4`.`products`.`usergroup_ids`)) or (0 <> find_in_set(1,`softwarepirmam_hewadelivard_cscart_4`.`products`.`usergroup_ids`))) and (`softwarepirmam_hewadelivard_cscart_4`.`products`.`status` = 'A') and (`softwarepirmam_hewadelivard_cscart_4`.`products`.`product_type` <> 'D'))"
}
},
{
"table": {
"table_name": "products_categories",
"access_type": "ref",
"possible_keys": [
"PRIMARY",
"pt"
],
"key": "pt",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"softwarepirmam_hewadelivard_cscart_4.variation_group_products.product_id"
],
"rows_examined_per_scan": 2,
"rows_produced_per_join": 11,
"filtered": "100.00",
"cost_info": {
"read_cost": "2.90",
"eval_cost": "1.16",
"prefix_cost": "106.43",
"data_read_per_join": "185"
},
"used_columns": [
"product_id",
"category_id"
]
}
},
{
"table": {
"table_name": "cscart_categories",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"c_status",
"p_category_id"
],
"key": "PRIMARY",
"used_key_parts": [
"category_id"
],
"key_length": "3",
"ref": [
"softwarepirmam_hewadelivard_cscart_4.products_categories.category_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 0,
"filtered": "5.00",
"cost_info": {
"read_cost": "2.90",
"eval_cost": "0.06",
"prefix_cost": "110.49",
"data_read_per_join": "1K"
},
"used_columns": [
"category_id",
"storefront_id",
"usergroup_ids",
"status"
],
"attached_condition": "(((`softwarepirmam_hewadelivard_cscart_4`.`cscart_categories`.`usergroup_ids` = '') or (0 <> find_in_set(0,`softwarepirmam_hewadelivard_cscart_4`.`cscart_categories`.`usergroup_ids`)) or (0 <> find_in_set(1,`softwarepirmam_hewadelivard_cscart_4`.`cscart_categories`.`usergroup_ids`))) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_categories`.`status` in ('A','H')) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_categories`.`storefront_id` in (0,1)))"
}
},
{
"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": [
"softwarepirmam_hewadelivard_cscart_4.variation_group_products.product_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 0,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.07",
"eval_cost": "0.06",
"prefix_cost": "110.62",
"data_read_per_join": "2K"
},
"used_columns": [
"product_id",
"lang_code",
"product"
]
}
}
]
}
}
}
}
Result
| product_id |
amount |
product |
company_name |
variation_group_id |
product_type |
parent_product_id |
| 908 |
100 |
شاومي بودز 5 برو |
Delivard Store |
45 |
P |
0 |
| 134 |
100 |
شاومي بودز 5 برو |
Delivard Store |
45 |
V |
908 |
| 1142 |
499 |
آبل إيربودز 4 |
Delivard Store |
65 |
V |
853 |
| 853 |
500 |
آبل إيربودز 4 |
Delivard Store |
65 |
P |
0 |
| 1146 |
500 |
آبل إيربودز ماكس |
Delivard Store |
66 |
V |
1143 |
| 1145 |
500 |
آبل إيربودز ماكس |
Delivard Store |
66 |
V |
1143 |
| 1144 |
500 |
آبل إيربودز ماكس |
Delivard Store |
66 |
V |
1143 |
| 1143 |
500 |
آبل إيربودز ماكس |
Delivard Store |
66 |
P |
0 |
| 856 |
500 |
آبل إيربودز ماكس |
Delivard Store |
66 |
V |
1143 |
| 1540 |
100 |
سامسونج جالاكسي بودز FE |
Delivard Store |
114 |
P |
0 |
| 1541 |
100 |
سامسونج جالاكسي بودز FE |
Delivard Store |
114 |
V |
1540 |
| 1542 |
100 |
جالاكسي بودز 3 |
Delivard Store |
115 |
P |
0 |
| 1543 |
100 |
جالاكسي بودز 3 |
Delivard Store |
115 |
V |
1542 |
| 1544 |
100 |
سامسونج جالاكسي بودز 3 برو |
Delivard Store |
116 |
P |
0 |
| 1545 |
100 |
سامسونج جالاكسي بودز 3 برو |
Delivard Store |
116 |
V |
1544 |
| 2258 |
99 |
شاومي ريدمي بودز 6 |
Delivard Store |
158 |
V |
2255 |
| 2257 |
100 |
شاومي ريدمي بودز 6 |
Delivard Store |
158 |
V |
2255 |
| 2256 |
100 |
شاومي ريدمي بودز 6 |
Delivard Store |
158 |
V |
2255 |
| 2255 |
100 |
شاومي ريدمي بودز 6 |
Delivard Store |
158 |
P |
0 |
| 2260 |
100 |
شاومي ريدمي بودز 6 |
Delivard Store |
159 |
V |
2251 |
| 2259 |
100 |
شاومي ريدمي بودز 6 |
Delivard Store |
159 |
V |
2251 |
| 2251 |
100 |
شاومي ريدمي بودز 6 |
Delivard Store |
159 |
P |
0 |
| 2265 |
99 |
شاومي ريدمي بودز 6 بلاي |
Delivard Store |
161 |
V |
2253 |
| 2264 |
100 |
شاومي ريدمي بودز 6 بلاي |
Delivard Store |
161 |
V |
2253 |
| 2263 |
100 |
شاومي ريدمي بودز 6 بلاي |
Delivard Store |
161 |
V |
2253 |
| 2253 |
100 |
شاومي ريدمي بودز 6 بلاي |
Delivard Store |
161 |
P |
0 |
| 2363 |
100 |
Xiaomi Mi Bluetooth Speaker GL |
Delivard Store |
175 |
P |
0 |
| 2364 |
100 |
Xiaomi Mi Bluetooth Speaker GL |
Delivard Store |
175 |
V |
2363 |
| 2365 |
100 |
Xiaomi Mi Bluetooth Speaker GL |
Delivard Store |
175 |
V |
2363 |
| 2373 |
100 |
Xiaomi MI Portable Bluetooth Speaker 16W |
Delivard Store |
177 |
V |
2374 |
| 2374 |
100 |
Xiaomi MI Portable Bluetooth Speaker 16W |
Delivard Store |
177 |
P |
0 |
| 2559 |
100 |
سماعات أنكر ساوندكور سبورت X20 اللاسلكية بتقنية إلغاء الضوضاء النشطة (ANC) |
Delivard Store |
219 |
P |
0 |
| 2560 |
100 |
سماعات أنكر ساوندكور سبورت X20 اللاسلكية بتقنية إلغاء الضوضاء النشطة (ANC) |
Delivard Store |
219 |
V |
2559 |
| 3663 |
100 |
سماعات أنكر ساوندكور سبورت X20 اللاسلكية بتقنية إلغاء الضوضاء النشطة (ANC) |
Delivard Store |
219 |
V |
2559 |
| 2587 |
99 |
سماعة JBL Tune 110 |
Delivard Store |
231 |
P |
0 |
| 2588 |
100 |
سماعة JBL Tune 110 |
Delivard Store |
231 |
V |
2587 |
| 2589 |
100 |
سماعة JBL Tune 110 |
Delivard Store |
231 |
V |
2587 |
| 2590 |
100 |
سماعة JBL Tune 110 |
Delivard Store |
231 |
V |
2587 |
| 2603 |
100 |
سماعة JBL T305C السلكية بمنفذ Type-C |
Delivard Store |
236 |
P |
0 |
| 2609 |
100 |
سماعة JBL T305C السلكية بمنفذ Type-C |
Delivard Store |
236 |
V |
2603 |
| 2610 |
100 |
سماعة JBL T305C السلكية بمنفذ Type-C |
Delivard Store |
236 |
V |
2603 |
| 2611 |
100 |
سماعة JBL T305C السلكية بمنفذ Type-C |
Delivard Store |
236 |
V |
2603 |
| 2696 |
100 |
سماعة JBL Tune 520BT |
Delivard Store |
259 |
V |
2694 |
| 2697 |
100 |
سماعة JBL Tune 520BT |
Delivard Store |
259 |
V |
2694 |
| 2695 |
100 |
سماعة JBL Tune 520BT |
Delivard Store |
259 |
V |
2694 |
| 2694 |
100 |
سماعة JBL Tune 520BT |
Delivard Store |
259 |
P |
0 |
| 2723 |
100 |
سماعة JBL Tune 720BT |
Delivard Store |
267 |
P |
0 |
| 2724 |
100 |
سماعة JBL Tune 720BT |
Delivard Store |
267 |
V |
2723 |
| 2725 |
100 |
سماعة JBL Tune 720BT |
Delivard Store |
267 |
V |
2723 |
| 2726 |
100 |
سماعة JBL Tune 720BT |
Delivard Store |
267 |
V |
2723 |
| 2729 |
100 |
سماعات أذن داخلية من JBL موديل Wave Beam |
Delivard Store |
268 |
P |
0 |
| 2730 |
100 |
سماعات أذن داخلية من JBL موديل Wave Beam |
Delivard Store |
268 |
V |
2729 |
| 2731 |
100 |
سماعات أذن داخلية من JBL موديل Wave Beam |
Delivard Store |
268 |
V |
2729 |
| 2732 |
100 |
سماعات أذن داخلية من JBL موديل Wave Beam |
Delivard Store |
268 |
V |
2729 |
| 2742 |
100 |
سماعة JBL Tune 770NC |
Delivard Store |
271 |
P |
0 |
| 2743 |
100 |
سماعة JBL Tune 770NC |
Delivard Store |
271 |
V |
2742 |
| 2744 |
100 |
سماعة JBL Tune 770NC |
Delivard Store |
271 |
V |
2742 |
| 2745 |
100 |
سماعة JBL Tune 770NC |
Delivard Store |
271 |
V |
2742 |
| 2746 |
100 |
سماعات JBL Tune Beam TWS |
Delivard Store |
272 |
V |
2751 |
| 2747 |
100 |
سماعات JBL Tune Beam TWS |
Delivard Store |
272 |
V |
2751 |
| 2749 |
100 |
سماعات JBL Tune Beam TWS |
Delivard Store |
272 |
V |
2751 |
| 2750 |
100 |
سماعات JBL Tune Beam TWS |
Delivard Store |
272 |
V |
2751 |
| 2751 |
100 |
سماعات JBL Tune Beam TWS |
Delivard Store |
272 |
P |
0 |
| 2752 |
100 |
سماعات JBL Tune Flex |
Delivard Store |
273 |
P |
0 |
| 2753 |
100 |
سماعات JBL Tune Flex |
Delivard Store |
273 |
V |
2752 |
| 2754 |
100 |
سماعات JBL Tune Flex |
Delivard Store |
273 |
V |
2752 |
| 2755 |
100 |
سماعات JBL Tune Flex |
Delivard Store |
273 |
V |
2752 |
| 2756 |
100 |
سماعات JBL Tune Flex |
Delivard Store |
273 |
V |
2752 |
| 2757 |
100 |
سماعات JBL Tune Flex |
Delivard Store |
273 |
V |
2752 |
| 2761 |
100 |
سماعة JBL Live 670NC |
Delivard Store |
274 |
P |
0 |
| 2762 |
100 |
سماعة JBL Live 670NC |
Delivard Store |
274 |
V |
2761 |
| 2763 |
100 |
سماعة JBL Live 670NC |
Delivard Store |
274 |
V |
2761 |
| 2764 |
100 |
سماعة JBL Live 670NC |
Delivard Store |
274 |
V |
2761 |
| 2822 |
100 |
سماعات أنكر ساوندكور Liberty 4 NC |
Delivard Store |
284 |
P |
0 |
| 2823 |
100 |
سماعات أنكر ساوندكور Liberty 4 NC |
Delivard Store |
284 |
V |
2822 |
| 2824 |
100 |
سماعات أنكر ساوندكور Liberty 4 NC |
Delivard Store |
284 |
V |
2822 |
| 2825 |
100 |
سماعات أنكر ساوندكور Liberty 4 NC |
Delivard Store |
284 |
V |
2822 |
| 2826 |
100 |
سماعات أنكر ساوندكور Liberty 4 NC |
Delivard Store |
284 |
V |
2822 |
| 2842 |
100 |
مكبر الصوت المحمول JBL Charge 6 المقاوم للماء والبلوتوث |
Delivard Store |
289 |
V |
2845 |
| 2843 |
100 |
مكبر الصوت المحمول JBL Charge 6 المقاوم للماء والبلوتوث |
Delivard Store |
289 |
V |
2845 |
| 2844 |
100 |
مكبر الصوت المحمول JBL Charge 6 المقاوم للماء والبلوتوث |
Delivard Store |
289 |
V |
2845 |
| 2845 |
100 |
مكبر الصوت المحمول JBL Charge 6 المقاوم للماء والبلوتوث |
Delivard Store |
289 |
P |
0 |
| 2846 |
100 |
مكبر الصوت المحمول JBL Charge 6 المقاوم للماء والبلوتوث |
Delivard Store |
289 |
V |
2845 |
| 2847 |
100 |
مكبر الصوت المحمول JBL Charge 6 المقاوم للماء والبلوتوث |
Delivard Store |
289 |
V |
2845 |
| 2854 |
100 |
مكبر الصوت المحمول JBL Flip 7 المقاوم للماء |
Delivard Store |
293 |
P |
0 |
| 2855 |
100 |
مكبر الصوت المحمول JBL Flip 7 المقاوم للماء |
Delivard Store |
293 |
V |
2854 |
| 2856 |
100 |
مكبر الصوت المحمول JBL Flip 7 المقاوم للماء |
Delivard Store |
293 |
V |
2854 |
| 2857 |
100 |
مكبر الصوت المحمول JBL Flip 7 المقاوم للماء |
Delivard Store |
293 |
V |
2854 |
| 2858 |
100 |
مكبر الصوت المحمول JBL Flip 7 المقاوم للماء |
Delivard Store |
293 |
V |
2854 |
| 2859 |
100 |
مكبر الصوت المحمول JBL Flip 7 المقاوم للماء |
Delivard Store |
293 |
V |
2854 |
| 2927 |
100 |
سماعات أنكر ساوندكور K20i اللاسلكية (TWS) |
Delivard Store |
307 |
P |
0 |
| 2928 |
100 |
سماعات أنكر ساوندكور K20i اللاسلكية (TWS) |
Delivard Store |
307 |
V |
2927 |
| 2929 |
100 |
سماعات أنكر ساوندكور K20i اللاسلكية (TWS) |
Delivard Store |
307 |
V |
2927 |
| 3026 |
100 |
هواوي فري بودز برو 4 |
Delivard Store |
320 |
P |
0 |
| 3030 |
100 |
هواوي فري بودز برو 4 |
Delivard Store |
320 |
V |
3026 |
| 3029 |
100 |
هواوي فري بودز برو 4 |
Delivard Store |
320 |
V |
3026 |
| 3090 |
100 |
سماعات أنكر ساوندكور R50i NC اللاسلكية الحقيقية مع إلغاء الضوضاء (TW |
Delivard Store |
340 |
P |
0 |
| 3091 |
100 |
سماعات أنكر ساوندكور R50i NC اللاسلكية الحقيقية مع إلغاء الضوضاء (TW |
Delivard Store |
340 |
V |
3090 |
| 3092 |
100 |
سماعات أنكر ساوندكور R50i NC اللاسلكية الحقيقية مع إلغاء الضوضاء (TW |
Delivard Store |
340 |
V |
3090 |
| 3093 |
100 |
سماعات أنكر ساوندكور R50i NC اللاسلكية الحقيقية مع إلغاء الضوضاء (TW |
Delivard Store |
340 |
V |
3090 |
| 3094 |
100 |
سماعات أنكر ساوندكور R50i NC اللاسلكية الحقيقية مع إلغاء الضوضاء (TW |
Delivard Store |
340 |
V |
3090 |
| 3096 |
100 |
أنكر ساوندكور H30i |
Delivard Store |
341 |
P |
0 |
| 3097 |
100 |
أنكر ساوندكور H30i |
Delivard Store |
341 |
V |
3096 |
| 3098 |
100 |
أنكر ساوندكور H30i |
Delivard Store |
341 |
V |
3096 |
| 3136 |
100 |
سماعة رأس أنكر ساوندكور Q20i |
Delivard Store |
349 |
P |
0 |
| 3137 |
100 |
سماعة رأس أنكر ساوندكور Q20i |
Delivard Store |
349 |
V |
3136 |
| 3138 |
100 |
سماعة رأس أنكر ساوندكور Q20i |
Delivard Store |
349 |
V |
3136 |
| 3140 |
100 |
أنكر ساوندكور إيروفيت TWS |
Delivard Store |
350 |
P |
0 |
| 3141 |
100 |
أنكر ساوندكور إيروفيت TWS |
Delivard Store |
350 |
V |
3140 |
| 3142 |
100 |
مكبر صوت أنكر ساوندكور موشن X100 |
Delivard Store |
351 |
P |
0 |
| 3610 |
100 |
سماعات بيلكين ساوندفورم سيرراوند اللاسلكية |
Delivard Store |
405 |
V |
3556 |
| 3556 |
100 |
سماعات بيلكين ساوندفورم سيرراوند اللاسلكية |
Delivard Store |
405 |
P |
0 |
| 3557 |
100 |
سماعات بيلكين ساوندفورم سيرراوند اللاسلكية |
Delivard Store |
405 |
V |
3556 |