Using hbase for transactional applications

2016-07-25 Thread Kanagha
Hi, I am investigating into designing a simple ecommerce application using Hbase as the database. I'm planning to use Apache Phoenix and Hbase (backend) and use a Spring application. What are the other recommended approaches? Thanks Kanagha

Re: Question regarding designing row keys

2016-10-03 Thread Kanagha
I did an explain plan in Phoenix and it returned as "Parallel 1-way round robin full scan over metric_table". A full scan is done. Thanks Kanagha On Mon, Oct 3, 2016 at 1:38 PM, Kanagha <er.kana...@gmail.com> wrote: > + u...@phoenix.apache.org > > Kanagha > >

Question regarding designing row keys

2016-10-03 Thread Kanagha
HBase table? Appreciate any inputs on this. Thanks Kanagha

Re: Question regarding designing row keys

2016-10-03 Thread Kanagha
+ u...@phoenix.apache.org Kanagha On Mon, Oct 3, 2016 at 1:31 PM, Kanagha <er.kana...@gmail.com> wrote: > Hi, > > We have designed an metric_table, for ex: > > metric_type, > timestamp, > metricId > > in HBase using Apache Phoenix. And there is no indexing avail

Pig - Using regex to retrieve Hbase rows

2016-10-14 Thread Kanagha
[*_timestamp_userid], I agree, a full table scan is required. Any clarifications would be helpful. Thanks Kanagha Kanagha