[jira] [Commented] (HBASE-15480) Bloom Filter check needs to be more efficient for array

2016-04-19 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15248384#comment-15248384 ] Andrew Purtell commented on HBASE-15480: bq. (Ted) Can you post improvement in performance with

[jira] [Commented] (HBASE-15480) Bloom Filter check needs to be more efficient for array

2016-04-05 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15227446#comment-15227446 ] Hadoop QA commented on HBASE-15480: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15480) Bloom Filter check needs to be more efficient for array

2016-04-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15227139#comment-15227139 ] Ted Yu commented on HBASE-15480: {code} * Check if the specified keys are contained in the bloom

[jira] [Commented] (HBASE-15480) Bloom Filter check needs to be more efficient for array

2016-04-01 Thread John Leach (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15222168#comment-15222168 ] John Leach commented on HBASE-15480: Yes. Two initial use cases would be the following... Snapshot

[jira] [Commented] (HBASE-15480) Bloom Filter check needs to be more efficient for array

2016-03-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15221152#comment-15221152 ] stack commented on HBASE-15480: --- Group check sounds good. The new API would be used by upper layers? It

[jira] [Commented] (HBASE-15480) Bloom Filter check needs to be more efficient for array

2016-03-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220144#comment-15220144 ] Ted Yu commented on HBASE-15480: Can you clarify how much is spent in passesGeneralBloomFilter with the

[jira] [Commented] (HBASE-15480) Bloom Filter check needs to be more efficient for array

2016-03-31 Thread Walter Koetke (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15219987#comment-15219987 ] Walter Koetke commented on HBASE-15480: --- To answer Ted's question about the performance

[jira] [Commented] (HBASE-15480) Bloom Filter check needs to be more efficient for array

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216368#comment-15216368 ] Hadoop QA commented on HBASE-15480: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15480) Bloom Filter check needs to be more efficient for array

2016-03-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216155#comment-15216155 ] Ted Yu commented on HBASE-15480: Can you post improvement in performance with the patch ? > Bloom Filter