Query time 0.01136
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "200.59"
},
"ordering_operation": {
"using_temporary_table": true,
"using_filesort": true,
"grouping_operation": {
"using_filesort": false,
"nested_loop": [
{
"table": {
"table_name": "companies",
"access_type": "const",
"possible_keys": [
"PRIMARY",
"idx_status"
],
"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.10",
"prefix_cost": "0.00",
"data_read_per_join": "14K"
},
"used_columns": [
"company_id",
"status",
"company",
"city",
"state",
"ag_hide_city"
]
}
},
{
"table": {
"table_name": "products",
"access_type": "ref",
"possible_keys": [
"PRIMARY",
"age_verification",
"status",
"idx_company_id",
"idx_usergroup_ids",
"idx_amount",
"index_products_on_deleted_at"
],
"key": "idx_company_id",
"used_key_parts": [
"company_id"
],
"key_length": "4",
"ref": [
"const"
],
"rows_examined_per_scan": 410,
"rows_produced_per_join": 81,
"filtered": "20.00",
"cost_info": {
"read_cost": "102.50",
"eval_cost": "8.20",
"prefix_cost": "143.50",
"data_read_per_join": "346K"
},
"used_columns": [
"product_id",
"status",
"company_id",
"amount",
"usergroup_ids",
"tracking"
],
"attached_condition": "(((`goimagine`.`products`.`amount` > 0) or (`goimagine`.`products`.`tracking` = 'D')) and ((`goimagine`.`products`.`usergroup_ids` = '') or (0 <> find_in_set(0,`goimagine`.`products`.`usergroup_ids`)) or (0 <> find_in_set(1,`goimagine`.`products`.`usergroup_ids`))) and (`goimagine`.`products`.`status` = 'A'))"
}
},
{
"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": [
"goimagine.products.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 21,
"filtered": "25.00",
"using_index": true,
"cost_info": {
"read_cost": "20.50",
"eval_cost": "2.19",
"prefix_cost": "172.75",
"data_read_per_join": "524"
},
"used_columns": [
"id",
"product_id",
"lower_limit",
"usergroup_id"
],
"attached_condition": "((`goimagine`.`prices`.`lower_limit` = 1) and (`goimagine`.`prices`.`usergroup_id` in (0,0,1)))"
}
},
{
"table": {
"table_name": "products_categories",
"access_type": "ref",
"possible_keys": [
"PRIMARY",
"pt"
],
"key": "pt",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"goimagine.products.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 41,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "5.76",
"eval_cost": "4.18",
"prefix_cost": "182.68",
"data_read_per_join": "668"
},
"used_columns": [
"product_id",
"category_id"
]
}
},
{
"table": {
"table_name": "categories",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"c_status",
"p_category_id"
],
"key": "PRIMARY",
"used_key_parts": [
"category_id"
],
"key_length": "3",
"ref": [
"goimagine.products_categories.category_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 2,
"filtered": "5.00",
"cost_info": {
"read_cost": "10.45",
"eval_cost": "0.21",
"prefix_cost": "197.31",
"data_read_per_join": "5K"
},
"used_columns": [
"category_id",
"usergroup_ids",
"status",
"storefront_id"
],
"attached_condition": "(((`goimagine`.`categories`.`usergroup_ids` = '') or (0 <> find_in_set(0,`goimagine`.`categories`.`usergroup_ids`)) or (0 <> find_in_set(1,`goimagine`.`categories`.`usergroup_ids`))) and (`goimagine`.`categories`.`status` in ('A','H')) and (`goimagine`.`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": "11",
"ref": [
"goimagine.products.product_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 2,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.72",
"eval_cost": "0.21",
"prefix_cost": "198.25",
"data_read_per_join": "10K"
},
"used_columns": [
"product_id",
"lang_code",
"product"
]
}
},
{
"table": {
"table_name": "inventory",
"access_type": "ref",
"possible_keys": [
"pc"
],
"key": "pc",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"goimagine.products.product_id"
],
"rows_examined_per_scan": 3,
"rows_produced_per_join": 7,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "0.64",
"eval_cost": "0.71",
"prefix_cost": "199.59",
"data_read_per_join": "6K"
},
"used_columns": [
"product_id",
"combination_hash"
]
}
},
{
"table": {
"table_name": "popularity",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"total"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"goimagine.products.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 7,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.29",
"eval_cost": "0.71",
"prefix_cost": "200.60",
"data_read_per_join": "227"
},
"used_columns": [
"product_id",
"total"
]
}
}
]
}
}
}
}
Result
| product_id |
product |
company_name |
company_city_hide |
company_city |
company_state |
| 283106 |
Blueberries 23 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283123 |
Grilled Hamburger Meat Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283129 |
Ramen Noodles 24 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 289266 |
Feminist Buttons 20Seamless Tileable Repeating Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 291486 |
Chucky Fabric 22 Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 306655 |
Autism Awareness Puzzle Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282371 |
The Shining Carpet Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282946 |
Melted Ice Cream 23 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282977 |
Raw Beef 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282989 |
Swiss Cheese Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283048 |
Wine Bottles 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283058 |
Sweet Corn Ears Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283139 |
Honeycomb with Bees Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 289286 |
Gold Punisher Constitution 33 Seamless Tileable Repeating Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 289289 |
Grunge US Flag Seamless Tileable Repeating Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 289300 |
Liberty Snake 24 Seamless Tileable Repeating Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282362 |
Mermaid Pastel Scales 25 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282379 |
Sea Urchins 23 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282895 |
Cherries 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282912 |
Doritos 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282922 |
Fried Pickles 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282959 |
Opus X Red Labels Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283003 |
Cantaloupe 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283047 |
Flavored Sugar Cubes Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283086 |
Cubes of Bakers Chocolate Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 291454 |
Scrollwork 46 Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282370 |
UFC Knights Citronauts Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282934 |
Ice Cream Cones 23 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282944 |
M&M Cookies Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282951 |
Monster 24 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282964 |
Pear Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283005 |
Cantaloupe 24 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283019 |
Olives 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283031 |
Chocolates 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283071 |
Chopped Onions Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283075 |
Taco Toppings Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283135 |
Cherries on Green Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283137 |
Grape Vinyard 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283154 |
Water 24 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 289293 |
Guy Fawkes Constitutional Skulls 24 Seamless Tileable Repeating Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 291446 |
Quiet flaming Skulls 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 291500 |
Marines Crossed Flags 22 Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282353 |
Scrollwork 46 Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282366 |
Crunchy Cheese Corn Puffs Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282369 |
Watercolor Seashells 23 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282916 |
Eggs 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282937 |
Jim Beam Label Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282950 |
Monster Energy 23 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282962 |
Peanut Skin 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282978 |
Raw Beef 23 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282986 |
Sugar Cookies Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283028 |
Champagne Bubbles 23 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283045 |
Sliced Red Onion Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283073 |
Shredded Cheese Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283078 |
Mixed Berries Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283104 |
Popcorn 23 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283110 |
Radishes Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283112 |
Strawberry Cake with Icing Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283127 |
Ramen Noodles 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283153 |
Water 23 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 289261 |
Eagle Flag 25 Seamless Tileable Repeating Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282372 |
Spotted Sea Trout 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282906 |
Cornflakes Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282945 |
Melted Ice Cream 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282970 |
Pistachio 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283059 |
Waffles Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283147 |
Christmass Kisses 21 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283155 |
Water 25 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 289215 |
American Flag Eagle 24 Seamless Tileable Repeating Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 289284 |
GIve Me Liberty Seamless Tileable Repeating Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 291448 |
Black Holographic Glitter Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 291481 |
The Shining Carpet Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282896 |
Chili Peppers Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282919 |
English Muffins 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283027 |
Champagne Bubbles 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283036 |
Donut Holes 23 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283092 |
Chocolate Candies Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283102 |
Gingerbread Men 25 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283133 |
Pulled Pork 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 291461 |
Bathing Ape Bape Cotton Candy Camouflage 22 Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 291496 |
Cuphead and Friends Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 306662 |
Metastatic Breast Cancer Awareness Ribbon with Wings Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282355 |
Quiet Flaming Skulls 22 Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282374 |
SeaShells 24 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282894 |
Cat Food Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282902 |
Coffee Beans 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282967 |
PEZ 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282995 |
Vanilla Cake Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282996 |
Vintage Pineapple Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283008 |
Watermelon Rind 22 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 283130 |
Ramen Noodles 25 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 289269 |
Feminist Buttons 22 Seamless Tileable Repeating Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 291447 |
Ahegao OFace Anime Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 291489 |
Forged Carbon Fiber 26 Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282367 |
SeaShells 27 Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |
| 282981 |
Seeds Pattern Seamless Tileable Repetitive Pattern |
ParaGraphics |
N |
Sandy Springs |
SC |