You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Robert Yokota (JIRA)" <ji...@apache.org> on 2016/10/20 18:56:58 UTC

[jira] [Created] (HBASE-16893) Use Iterables.removeIf instead of Iterator.remove in HBase filters

Robert Yokota created HBASE-16893:
-------------------------------------

             Summary: Use Iterables.removeIf instead of Iterator.remove in HBase filters
                 Key: HBASE-16893
                 URL: https://issues.apache.org/jira/browse/HBASE-16893
             Project: HBase
          Issue Type: Improvement
            Reporter: Robert Yokota
            Priority: Minor


This is a performance improvement to use Iterables.removeIf in the filterRowCells method of DependentColumnFilter as described here:

https://rayokota.wordpress.com/2016/10/20/tips-on-writing-custom-hbase-filters/



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