You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/07/17 18:19:00 UTC

[jira] [Commented] (HBASE-18394) Allowing user to define levels of prefix of Rowkey to be also put into BloomFilter

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

Ted Yu commented on HBASE-18394:
--------------------------------

bq. prefix of certain level

How would the above be specified ?

> Allowing user to define levels of prefix of Rowkey to be also put into BloomFilter
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-18394
>                 URL: https://issues.apache.org/jira/browse/HBASE-18394
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Ethan Wang
>
> For Time Series data, one common use case is get/scan by prefix of a row key. Such as:
> RowKey:    Scope.Metric.TimeStamp    
> Search by:  Scope*
> In these case bloom filter is not leveraged. However if we store every prefix of row key into bloomfilter that will be a big over head. Let user to store only the prefix of certain level will be a good thing to have
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)