Todd Lipcon has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/15683 )

Change subject: IMPALA-3741 [part 2]: Push runtime bloom filter to Kudu
......................................................................


Patch Set 3:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/15683/3/common/thrift/PlanNodes.thrift
File common/thrift/PlanNodes.thrift:

http://gerrit.cloudera.org:8080/#/c/15683/3/common/thrift/PlanNodes.thrift@124
PS3, Line 124:   BLOOM_MIN_MAX = 2
> Right, sortedness in kudu is based on the (compound) primary key. So, min-m
BTW forgot that I took some measurements of the ApplyPredicatePrimitive 
performance bfeore:

     int8   NOT NULL   (c >= 0 AND c < 2) 3152.2M evals/sec 0.88 cycles/eval
     int16  NOT NULL   (c >= 0 AND c < 2) 3309.6M evals/sec 0.85 cycles/eval
     int32  NOT NULL   (c >= 0 AND c < 2) 3384.0M evals/sec 0.85 cycles/eval
     int64  NOT NULL   (c >= 0 AND c < 2) 1847.6M evals/sec 1.57 cycles/eval
     float  NOT NULL   (c >= 0 AND c < 2) 3268.3M evals/sec 0.88 cycles/eval
     double NOT NULL   (c >= 0 AND c < 2) 2245.2M evals/sec 1.27 cycles/eval



--
To view, visit http://gerrit.cloudera.org:8080/15683
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I9100076f68ea299ddb6ec8bc027cac7a47f5d754
Gerrit-Change-Number: 15683
Gerrit-PatchSet: 3
Gerrit-Owner: Wenzhe Zhou <wz...@cloudera.com>
Gerrit-Reviewer: Aman Sinha <amsi...@cloudera.com>
Gerrit-Reviewer: Bankim Bhavsar <ban...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Thomas Tauber-Marshall <tmarsh...@cloudera.com>
Gerrit-Reviewer: Todd Lipcon <t...@apache.org>
Gerrit-Reviewer: Wenzhe Zhou <wz...@cloudera.com>
Gerrit-Comment-Date: Fri, 10 Apr 2020 03:56:13 +0000
Gerrit-HasComments: Yes

Reply via email to