Query time 0.00154
    
    
            JSON explain
        {
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.08"
    },
    "grouping_operation": {
      "using_filesort": false,
      "nested_loop": [
        {
          "table": {
            "table_name": "point_prices",
            "access_type": "system",
            "possible_keys": [
              "unique_key",
              "src_k"
            ],
            "rows_examined_per_scan": 0,
            "rows_produced_per_join": 1,
            "filtered": "0.00",
            "const_row_not_found": true,
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.20",
              "prefix_cost": "0.00",
              "data_read_per_join": "24"
            },
            "used_columns": [
              "product_id",
              "point_price",
              "lower_limit",
              "usergroup_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_products",
            "access_type": "const",
            "possible_keys": [
              "PRIMARY",
              "status"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "product_id"
            ],
            "key_length": "3",
            "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": "4K"
            },
            "used_columns": [
              "product_id",
              "product_code",
              "product_type",
              "status",
              "company_id",
              "list_price",
              "amount",
              "weight",
              "length",
              "width",
              "height",
              "shipping_freight",
              "low_avail_limit",
              "timestamp",
              "updated_timestamp",
              "usergroup_ids",
              "is_edp",
              "edp_shipping",
              "unlimited_download",
              "tracking",
              "free_shipping",
              "zero_price_action",
              "is_pbp",
              "is_op",
              "is_oper",
              "is_returnable",
              "return_period",
              "avail_since",
              "out_of_stock_actions",
              "localization",
              "min_qty",
              "max_qty",
              "qty_step",
              "list_qty_count",
              "tax_ids",
              "age_verification",
              "age_limit",
              "options_type",
              "exceptions_type",
              "details_layout",
              "shipping_params",
              "facebook_obj_type",
              "parent_product_id",
              "buy_now_url",
              "units_in_product",
              "show_price_per_x_units",
              "ec_enable_rfq",
              "ec_pos_bar_code",
              "requires_scale"
            ]
          }
        },
        {
          "table": {
            "table_name": "popularity",
            "access_type": "const",
            "possible_keys": [
              "PRIMARY",
              "total"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "product_id"
            ],
            "key_length": "3",
            "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": "32"
            },
            "used_columns": [
              "product_id",
              "total"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_product_sales",
            "access_type": "const",
            "possible_keys": [
              "PRIMARY",
              "pa"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "category_id",
              "product_id"
            ],
            "key_length": "6",
            "ref": [
              "const",
              "const"
            ],
            "rows_examined_per_scan": 0,
            "rows_produced_per_join": 1,
            "filtered": "0.00",
            "unique_row_not_found": true,
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.20",
              "prefix_cost": "0.00",
              "data_read_per_join": "16"
            },
            "used_columns": [
              "category_id",
              "product_id",
              "amount"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_product_prices",
            "access_type": "ref",
            "possible_keys": [
              "usergroup",
              "product_id",
              "lower_limit",
              "usergroup_id"
            ],
            "key": "product_id",
            "used_key_parts": [
              "product_id"
            ],
            "key_length": "3",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.00",
              "eval_cost": "0.20",
              "prefix_cost": "1.20",
              "data_read_per_join": "24"
            },
            "used_columns": [
              "product_id",
              "price",
              "percentage_discount",
              "lower_limit",
              "usergroup_id"
            ],
            "attached_condition": "<if>(is_not_null_compl(cscart_product_prices), ((`atulecarter_atul_demo4`.`cscart_product_prices`.`lower_limit` = 1) and (`atulecarter_atul_demo4`.`cscart_product_prices`.`usergroup_id` in (0,0,1))), true)"
          }
        },
        {
          "table": {
            "table_name": "cscart_product_descriptions",
            "access_type": "const",
            "possible_keys": [
              "PRIMARY",
              "product_id"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "product_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "const",
              "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": "1.40",
              "data_read_per_join": "4K"
            },
            "used_columns": [
              "product_id",
              "lang_code",
              "product",
              "shortname",
              "short_description",
              "full_description",
              "meta_keywords",
              "meta_description",
              "search_words",
              "page_title",
              "age_warning_message",
              "promo_text",
              "unit_name"
            ]
          }
        },
        {
          "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": "1.60",
              "data_read_per_join": "8K"
            },
            "used_columns": [
              "company_id",
              "status",
              "company"
            ],
            "attached_condition": "<if>(found_match(companies), ((`atulecarter_atul_demo4`.`companies`.`status` = 'A') or 0), true)"
          }
        },
        {
          "table": {
            "table_name": "cscart_products_categories",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY",
              "pt"
            ],
            "key": "pt",
            "used_key_parts": [
              "product_id"
            ],
            "key_length": "3",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.00",
              "eval_cost": "0.20",
              "prefix_cost": "2.80",
              "data_read_per_join": "16"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "link_type",
              "category_position"
            ]
          }
        },
        {
          "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": [
              "atulecarter_atul_demo4.cscart_products_categories.category_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 0,
            "filtered": "5.00",
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.01",
              "prefix_cost": "3.00",
              "data_read_per_join": "133"
            },
            "used_columns": [
              "category_id",
              "storefront_id",
              "usergroup_ids",
              "status"
            ],
            "attached_condition": "((`atulecarter_atul_demo4`.`cscart_categories`.`storefront_id` in (0,1)) and ((`atulecarter_atul_demo4`.`cscart_categories`.`usergroup_ids` = '') or find_in_set(0,`atulecarter_atul_demo4`.`cscart_categories`.`usergroup_ids`) or find_in_set(1,`atulecarter_atul_demo4`.`cscart_categories`.`usergroup_ids`)) and (`atulecarter_atul_demo4`.`cscart_categories`.`status` in ('A','H')))"
          }
        },
        {
          "table": {
            "table_name": "cscart_seo_names",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY",
              "dispatch"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "type",
              "dispatch",
              "lang_code"
            ],
            "key_length": "206",
            "ref": [
              "const",
              "const",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 0,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.05",
              "eval_cost": "0.01",
              "prefix_cost": "3.06",
              "data_read_per_join": "86"
            },
            "used_columns": [
              "name",
              "object_id",
              "type",
              "dispatch",
              "path",
              "lang_code"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_discussion",
            "access_type": "const",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type"
            ],
            "key_length": "6",
            "ref": [
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 0,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.01",
              "prefix_cost": "3.07",
              "data_read_per_join": "1"
            },
            "used_columns": [
              "object_id",
              "object_type",
              "type"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_product_review_prepared_data",
            "access_type": "const",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "product_id",
              "storefront_id"
            ],
            "key_length": "7",
            "ref": [
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 0,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.01",
              "prefix_cost": "3.08",
              "data_read_per_join": "0"
            },
            "used_columns": [
              "product_id",
              "storefront_id",
              "average_rating",
              "reviews_count"
            ]
          }
        }
      ]
    }
  }
}
    
            
            
                Result
                                    
                                                    | product_id | product_code | product_type | status | company_id | list_price | amount | weight | length | width | height | shipping_freight | low_avail_limit | timestamp | updated_timestamp | usergroup_ids | is_edp | edp_shipping | unlimited_download | tracking | free_shipping | zero_price_action | is_pbp | is_op | is_oper | is_returnable | return_period | avail_since | out_of_stock_actions | localization | min_qty | max_qty | qty_step | list_qty_count | tax_ids | age_verification | age_limit | options_type | exceptions_type | details_layout | shipping_params | facebook_obj_type | parent_product_id | buy_now_url | units_in_product | show_price_per_x_units | ec_enable_rfq | ec_pos_bar_code | requires_scale | lang_code | product | shortname | short_description | full_description | meta_keywords | meta_description | search_words | page_title | age_warning_message | promo_text | unit_name | price | category_ids | popularity | company_name | sales_amount | seo_name | seo_path | point_price | discussion_type | average_rating | product_reviews_count | 
                                            
                                                            | 211 | H021184FO0 | P | A | 1 | 0.00 | 5 | 0.000 | 0 | 0 | 0 | 0.00 | 0 | 1328731200 | 1328792295 | 0 | N | N | N |  | N |  | Y | N | N | Y | 10 | 0 | N |  |  |  |  |  | 6 | N | 0 |  |  | default | a:5:{s:16:"min_items_in_box";i:0;s:16:"max_items_in_box";i:0;s:10:"box_length";i:0;s:9:"box_width";i:0;s:10:"box_height";i:0;} |  | 0 |  | 0.000 | 1.000 | Y |  | 0 | en | HP Officejet Pro 8600 Premium e-All-in-One Printer |  |  | <p> </p>
<div style="color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff; padding-left: 10px; padding-right: 10px; padding-bottom: 10px;">View apps on our Officejet Pro 8600A Premium e-All-in-One's large touchscreen. Get networking and versatile performance; get professional-color documents for a cost per page of up to 50% lower than with laser printers.<sup style="font-size: 0.8em;">1</sup>You can even print from a mobile device via HP<a class="udrline" style="color: #003366; text-decoration: underline;" href="http://www.hp.com/go/eprintbanner" target="_blank">ePrint</a>.<sup style="font-size: 0.8em;">2</sup></div>
<div style="color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff; padding-left: 10px; padding-right: 10px;">
<h3 class="cb large mb5" style="font-size: 14px; margin-bottom: 5px; margin-top: 1px; clear: both;">Professional color, economical price</h3>
<ul style="margin-top: 0px; margin-bottom: 10px; margin-left: 20px; padding: 0px;">
<li><strong>Get great-looking color</strong>for a cost per page of up to 50% lower than with lasers, and get better value with frequent printing<sup style="font-size: 0.8em;">3</sup></li>
<li><strong>Resist fading,</strong>water and highlighter-pen smears when using HP Officejet inks<sup style="font-size: 0.8em;">4, 5</sup></li>
<li><strong>Print at ISO speeds up to 20 ppm black</strong>and 16 color when using our affordable individual inks<sup style="font-size: 0.8em;">6</sup></li>
<li><strong>Rely on the 25,000-page</strong>monthly<a class="dotline" style="color: #003366; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #003366; cursor: default;">duty cycle</a></li>
</ul>
</div>
<div style="color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff; padding-left: 10px; padding-right: 10px;">
<h3 class="cb large mb5" style="font-size: 14px; margin-bottom: 5px; margin-top: 1px; clear: both;">Web connectivity and mobile printing</h3>
<ul style="margin-top: 0px; margin-bottom: 10px; margin-left: 20px; padding: 0px;">
<li><strong>Print from virtually anywhere,</strong>and from a variety of mobile devices, using HP ePrint</li>
<li><strong>Use the large touchscreen</strong>with gesturing to access business apps, plus print and store files</li>
<li><strong>View and print photos</strong>from a USB drive and<a class="dotline" style="color: #003366; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #003366; cursor: default;">memory cards</a></li>
<li><strong>Stay connected</strong>—share on a wireless or wired network<sup style="font-size: 0.8em;">7</sup></li>
</ul>
</div>
<div style="color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff; padding-left: 10px; padding-right: 10px;">
<h3 class="cb large mb5" style="font-size: 14px; margin-bottom: 5px; margin-top: 1px; clear: both;">Versatile for copying and scanning</h3>
<ul style="margin-top: 0px; margin-bottom: 10px; margin-left: 20px; padding: 0px;">
<li><strong>Make flawless copies</strong>with the CopySmart feature</li>
<li><strong>Print a one-sided copy</strong>of a two-sided ID card</li>
<li><strong>Automatically print, copy, and scan</strong>on both sides of the page</li>
<li><strong>Get more done</strong>with the 50-page<a class="dotline" style="color: #003366; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #003366; cursor: default;">automatic document feeder</a></li>
<li><strong>Improve workflow</strong>—send faxes, scan documents to a PC or e-mail, and more</li>
<li><strong>Create borderless, double-sided flyers</strong>and brochures, plus print impressive business photos</li>
<li><strong>Use original HP ink</strong>for quality, reliability and rewards<sup style="font-size: 0.8em;">8</sup></li>
</ul>
</div>
<div style="color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff; padding-left: 10px; padding-right: 10px;">
<h3 class="cb large mb5" style="font-size: 14px; margin-bottom: 5px; margin-top: 1px; clear: both;">Energy and resource saver</h3>
<ul style="margin-top: 0px; margin-bottom: 10px; margin-left: 20px; padding: 0px;">
<li><strong>Reduce energy use</strong>by up to 50% compared with laser printers with this ENERGY STAR<sup style="font-size: 0.8em;">®</sup>qualified printer<sup style="font-size: 0.8em;">9</sup>and preset on/off times</li>
<li><strong>Use up to 70% less in supplies</strong>and packaging by weight, compared with laser printers<sup style="font-size: 0.8em;">10</sup></li>
<li><strong>Automatically print two-sided</strong>with the<a class="dotline" style="color: #003366; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #003366; cursor: default;">automatic document feeder</a>; cut your paper use in half</li>
<li><strong>Recycle</strong>your cartridges—it's free and easy<sup style="font-size: 0.8em;">11</sup></li>
</ul>
</div>
<div style="color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff; padding-left: 10px; padding-right: 10px;">
<h3 class="cb large mb5" style="font-size: 14px; margin-bottom: 5px; margin-top: 1px; clear: both;">Peace of mind</h3>
<ul style="margin-top: 0px; margin-bottom: 10px; margin-left: 20px; padding: 0px;">
<li><strong>Protect your investment</strong>with World-class service and support. One-year limited hardware warranty, 24-hour, 7 days a week Web support, business hour phone support within warranty period.</li>
</ul>
</div>
<div class="p10" style="color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff; padding: 10px;">
<p class="tinygray" style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; color: #666666; font-size: 10px;"><span style="font-size: small; color: #000000;">What's in the box?</span></p>
</div>
<div class="p10" style="color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff; padding: 10px;">
<p class="fl mt10 mr10" style="margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 0px; float: left;"><img style="border-style: initial; border-color: initial; display: inline; padding: 0px; margin: 0px;" longdesc="http://www.shopping.hp.com/product/printer/Officejet+Pro/1/storefronts/CN577A%2523B1H" src="http://hpshopping.speedera.net/s7d2.scene7.com/is/image/HPShopping/full3_fmt/cn577a_main.jpg" border="0" alt="HP Officejet Pro 8600 Premium e-All-in-One Printer" width="150" height="100" /></p>
</div>
<p> </p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="10" valign="top">•</td>
<td>Printer</td>
</tr>
<tr>
<td width="10" valign="top">•</td>
<td>Automatic two-sided printing accessory</td>
</tr>
<tr>
<td width="10" valign="top">•</td>
<td>Second 250 sheet input tray</td>
</tr>
<tr>
<td width="10" valign="top">•</td>
<td>HP 950 Setup Black Officejet Ink Cartridge (~ 1,000 pages)</td>
</tr>
<tr>
<td width="10" valign="top">•</td>
<td>HP 951 Setup Cyan Officejet Ink Cartridge</td>
</tr>
<tr>
<td width="10" valign="top">•</td>
<td>HP 951 Setup Magenta Officejet Ink Cartridge</td>
</tr>
<tr>
<td width="10" valign="top">•</td>
<td>HP 951 Setup Yellow Officejet Ink Cartridge: composite yield (~ 700 pages),</td>
</tr>
<tr>
<td width="10" valign="top">•</td>
<td>Second set of color cartridges</td>
</tr>
<tr>
<td width="10" valign="top">•</td>
<td>Power cord</td>
</tr>
<tr>
<td width="10" valign="top">•</td>
<td>Phone cord</td>
</tr>
<tr>
<td width="10" valign="top">•</td>
<td>Set-up poster</td>
</tr>
<tr>
<td width="10" valign="top">•</td>
<td>Getting started guide</td>
</tr>
<tr>
<td width="10" valign="top">•</td>
<td>In-house marketing kit</td>
</tr>
<tr>
<td width="10" valign="top">•</td>
<td>CDs with software, Windows and Mac printer drivers, user guide</td>
</tr>
</tbody>
</table>
<p> </p>
<div class="p10" style="color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff; margin-top: 10px; padding: 10px;">
<h2 class="theme_ruled" style="font-size: small; margin-bottom: 0px; margin-top: 1px; border-bottom-width: 4px; border-bottom-style: solid; padding-bottom: 1px; border-color: #000000;">Compatible with</h2>
<p class="fl mt10 mr10" style="margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 0px; float: left;"><img style="border-style: initial; border-color: initial; display: inline; padding: 0px; margin: 0px;" src="http://hpshopping.speedera.net/www.shopping.hp.com/shopping/images/logos/icon_windows_compatible.gif" alt="Windows compatible" width="20" height="15" /><img style="border-style: initial; border-color: initial; display: inline; padding: 0px; margin: 0px;" src="http://hpshopping.speedera.net/www.shopping.hp.com/shopping/images/logos/icon_compatible_mac.gif" alt="Mac compatible" width="20" height="15" /></p>
</div>
<p> </p> |  |  |  |  |  | <p class="product-promo-text"><span class="product-promo-header">FREE US shipping over $100!</span><span class="product-promo-body">Orders within next 2 days will be shipped on Monday</span></p> |  | 299.99000000 | 172M | 135 | CS-Cart |  | hp-officejet-pro-8600-premium-e-all-in-one-printer | 167/172 |  |  |  |  |