On Wednesday, July 24, 2013 5:13:31 PM UTC-4, Siddartha Guthikonda wrote:
I was looking into OpenTSDB queries and as we need a regex for tags, I looked into filters for HBase which take a regex comparator. I would like to know if someone has looked into this already or is it going to be a good idea of using Hbase filters for developing OpenTSDB queries (on performance basis). Does Hbase filters scan the entire rowkey and give out the results or are there filters which perform this much efficiently. (By performance I mean large scale, about more that 100 million datapoints).