Bikramjeet Vig has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/11306


Change subject: IMPALA-7351: Improve memory estimates for Hbase Scan Nodes
......................................................................

IMPALA-7351: Improve memory estimates for Hbase Scan Nodes

Currently for hbase scan nodes we use a constant estimate of 1GB which
is generally a gross over-estimation. This patch improves upon those
estimates by using huerestics based on how hbase rows are stored and
fetched and how the scanners interact with the internal memory pool.

Testing:
Added/Modified resource requirements planner test.
TODO: add a junit test.

Change-Id: I583545c3f5e454854f111871c5fbc4f108ae4bff
---
M be/src/exec/hbase-table-scanner.cc
M be/src/runtime/mem-pool.cc
M be/src/runtime/mem-pool.h
M fe/src/main/java/org/apache/impala/catalog/FeHBaseTable.java
M fe/src/main/java/org/apache/impala/planner/HBaseScanNode.java
M 
testdata/workloads/functional-planner/queries/PlannerTest/constant-folding.test
M 
testdata/workloads/functional-planner/queries/PlannerTest/resource-requirements.test
7 files changed, 408 insertions(+), 269 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/06/11306/1
-- 
To view, visit http://gerrit.cloudera.org:8080/11306
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I583545c3f5e454854f111871c5fbc4f108ae4bff
Gerrit-Change-Number: 11306
Gerrit-PatchSet: 1
Gerrit-Owner: Bikramjeet Vig <bikramjeet....@cloudera.com>

Reply via email to