[ 
https://issues.apache.org/jira/browse/HIVE-9110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chao updated HIVE-9110:
-----------------------
    Description: 
The query 
{noformat}
SELECT COUNT(*) FROM store_sales WHERE ss_item_sk IS NOT NULL
{noformat}
could benefit from performance enhancements.

  was:
The query 
{noformat}
SELECT COUNT(*) FROM STORE SALES WHERE ss_item_sk IS NOT NULL
{noformat}
could benefit from performance enhancements.


> Performance of SELECT COUNT(*) FROM STORE SALES WHERE ss_item_sk IS NOT NULL 
> [Spark Branch]
> -------------------------------------------------------------------------------------------
>
>                 Key: HIVE-9110
>                 URL: https://issues.apache.org/jira/browse/HIVE-9110
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Spark
>    Affects Versions: spark-branch
>            Reporter: Brock Noland
>            Assignee: Chao
>
> The query 
> {noformat}
> SELECT COUNT(*) FROM store_sales WHERE ss_item_sk IS NOT NULL
> {noformat}
> could benefit from performance enhancements.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to