[ 
https://issues.apache.org/jira/browse/DRILL-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744664#comment-14744664
 ] 

Khurram Faraaz commented on DRILL-1022:
---------------------------------------

Verified on master.

{code}
0: jdbc:drill:schema=dfs.tmp> select * from sys.options where name like 
'%hash_table_size%';
+---------------------------+-------+---------+----------+-------------+-------------+-----------+------------+
|           name            | kind  |  type   |  status  |   num_val   | 
string_val  | bool_val  | float_val  |
+---------------------------+-------+---------+----------+-------------+-------------+-----------+------------+
| exec.max_hash_table_size  | LONG  | SYSTEM  | DEFAULT  | 1073741824  | null   
     | null      | null       |
| exec.min_hash_table_size  | LONG  | SYSTEM  | DEFAULT  | 65536       | null   
     | null      | null       |
+---------------------------+-------+---------+----------+-------------+-------------+-----------+------------+
2 rows selected (0.174 seconds)
{code}

> Provide option settings for controlling hash table size
> -------------------------------------------------------
>
>                 Key: DRILL-1022
>                 URL: https://issues.apache.org/jira/browse/DRILL-1022
>             Project: Apache Drill
>          Issue Type: Improvement
>            Reporter: Aman Sinha
>            Assignee: DrillCommitter
>             Fix For: 0.4.0
>
>         Attachments: DRILL-1022.patch
>
>
> Provide session and system option settings to control the minimum and maximum 
> hash table size for operators such as HashJoin and HashAggregate.  



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

Reply via email to