w.r.t. reducing length of rowkey, please see http://hbase.apache.org/book.html#keyvalue especially 9.7.6.6.1
the bigger the KeyValue is, the fewer KeyValue's are held in block cache. On Wed, Jul 9, 2014 at 10:18 AM, Hotec04 <[email protected]> wrote: > SubstringComparator does not have Greater_OR_EQUAL and LESS_OR_EQUAL for > CompareOp, I think I need that for date range (greater than the start date > and less than the end date). > > Right now we are using HBase's UI, maybe in future we can create one above > HBase's UI. > > Thank you! > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/How-to-perform-fuzzyRowFilter-with-range-search-tp4061159p4061167.html > Sent from the HBase User mailing list archive at Nabble.com. >
