mi BlackBerry de Personal (http://www.personal.com.ar/)
>
> -----Original Message-
> From: ch huang
> Date: Mon, 19 Aug 2013 09:05:19
> To: ; Kiru Pakkirisamy
> Reply-To: user@hbase.apache.org
> Subject: Re: issue about rowkey design
>
> what you mean secondary inde
18, 2013 6:25 PM
To: user@hbase.apache.org; Kiru Pakkirisamy
Subject: Re: issue about rowkey design
You can use a secondary table as a 'secondary index' setting your row as value
(or column) in it.
Enviado desde mi BlackBerry de Personal (http://www.personal.com.ar/)
-Original Message-
y-To: user@hbase.apache.org
Subject: Re: issue about rowkey design
what you mean secondary index? has hbase secondary index?
On Sat, Aug 17, 2013 at 12:48 AM, Kiru Pakkirisamy <
kirupakkiris...@yahoo.com> wrote:
> We did design with something equivalent to userid as the key and all the
> user se
e.org
> Sent: Friday, August 16, 2013 8:06 AM
> Subject: Re: issue about rowkey design
>
>
> HBase is all about denormalization and designing for the usecase/query
> pattern. If it's possible for your application it will be better to
> provide three different indexes, as opp
From: Bryan Beaudreault
To: user@hbase.apache.org
Sent: Friday, August 16, 2013 8:06 AM
Subject: Re: issue about rowkey design
HBase is all about denormalization and designing for the usecase/query
pattern. If it's possible for your application it will be better to
provide
HBase is all about denormalization and designing for the usecase/query
pattern. If it's possible for your application it will be better to
provide three different indexes, as opposed to fitting them all into one
rowkey design.
On Fri, Aug 16, 2013 at 5:33 AM, ch huang wrote:
> hi,all
> i