Re: Question regarding designing row keys

2016-10-06 Thread Kanagha
attachment) is >> confidential. If you are not an intended recipient of this communication, >> please be advised that any disclosure, dissemination, distribution, copying >> or other use of this communication or any attachment is strictly >> prohibited. If you have received this communication in error, please >> notify the sender immediately by reply e-mail and promptly destroy all >> electronic and printed copies of this communication and any attachment. >> >> >> >> *From: *Kanagha >> *Reply-To: *"user@phoenix.apache.org" >> *Date: *Monday, October 3, 2016 at 5:32 PM >> *To: *"u...@hbase.apache.org" , " >> user@phoenix.apache.org" >> *Subject: *Re: Question regarding designing row keys >> >> >> >> there is no indexing available on this table yet. >> >> >> >> >>

Re: Question regarding designing row keys

2016-10-04 Thread Ciureanu Constantin
or other > use of this communication or any attachment is strictly prohibited. If you > have received this communication in error, please notify the sender > immediately by reply e-mail and promptly destroy all electronic and printed > copies of this communication and any attachment. > > > > *From: *Kanagha > *Reply-To: *"user@phoenix.apache.org" > *Date: *Monday, October 3, 2016 at 5:32 PM > *To: *"u...@hbase.apache.org" , " > user@phoenix.apache.org" > *Subject: *Re: Question regarding designing row keys > > > > there is no indexing available on this table yet. > > > > >

Re: Question regarding designing row keys

2016-10-04 Thread Mujtaba Chohan
gt;>>> This electronic communication (including any attachment) is >>>> confidential. If you are not an intended recipient of this communication, >>>> please be advised that any disclosure, dissemination, distribution, copying >>>> or other use of this communication or any attachment is strictly >>>> prohibited. If you have received this communication in error, please >>>> notify the sender immediately by reply e-mail and promptly destroy all >>>> electronic and printed copies of this communication and any attachment. >>>> >>>> >>>> >>>> *From: *Kanagha >>>> *Reply-To: *"user@phoenix.apache.org" >>>> *Date: *Monday, October 3, 2016 at 5:32 PM >>>> *To: *"u...@hbase.apache.org" , " >>>> user@phoenix.apache.org" >>>> *Subject: *Re: Question regarding designing row keys >>>> >>>> >>>> >>>> there is no indexing available on this table yet. >>>> >>> >>> >

Re: Question regarding designing row keys

2016-10-04 Thread Ciureanu Constantin
munication or any attachment is strictly >>> prohibited. If you have received this communication in error, please >>> notify the sender immediately by reply e-mail and promptly destroy all >>> electronic and printed copies of this communication and any attachment. >>> >>> >>> >>> *From: *Kanagha >>> *Reply-To: *"user@phoenix.apache.org" >>> *Date: *Monday, October 3, 2016 at 5:32 PM >>> *To: *"u...@hbase.apache.org" , " >>> user@phoenix.apache.org" >>> *Subject: *Re: Question regarding designing row keys >>> >>> >>> >>> there is no indexing available on this table yet. >>> >> >>

Re: Question regarding designing row keys

2016-10-03 Thread Krishna
all >> electronic and printed copies of this communication and any attachment. >> >> >> >> *From: *Kanagha > > >> *Reply-To: *"user@phoenix.apache.org >> " < >> user@phoenix.apache.org >> > >> *Date: *Monday, October 3, 2016 at 5:32 PM >> *To: *"u...@hbase.apache.org >> " < >> u...@hbase.apache.org >> >, " >> user@phoenix.apache.org >> " < >> user@phoenix.apache.org >> > >> *Subject: *Re: Question regarding designing row keys >> >> >> >> there is no indexing available on this table yet. >> > >

Re: Question regarding designing row keys

2016-10-03 Thread Kanagha
"user@phoenix.apache.org" > *Date: *Monday, October 3, 2016 at 5:32 PM > *To: *"u...@hbase.apache.org" , " > user@phoenix.apache.org" > *Subject: *Re: Question regarding designing row keys > > > > there is no indexing available on this table yet. >

Re: Question regarding designing row keys

2016-10-03 Thread Michael McAllister
communication and any attachment. From: Kanagha Reply-To: "user@phoenix.apache.org" Date: Monday, October 3, 2016 at 5:32 PM To: "u...@hbase.apache.org" , "user@phoenix.apache.org" Subject: Re: Question regarding designing row keys there is no indexing available on this table yet.

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 wrote: > + user@phoenix.apache.org > > Kanagha > > On Mon, Oct 3, 2016 at 1:31 PM, Kanagha wrote: > >> Hi,

Re: Question regarding designing row keys

2016-10-03 Thread Kanagha
+ user@phoenix.apache.org Kanagha On Mon, Oct 3, 2016 at 1:31 PM, Kanagha wrote: > Hi, > > We have designed an metric_table, for ex: > > metric_type, > timestamp, > metricId > > in HBase using Apache Phoenix. And there is no indexing available on this > table yet. > > Our access patterns are us