Doesn't sound like it... He mentions column names...
sounds like he would be better off writing to two tables. One that stores only 
the column name and one that stores the data in each column.


Sent from a remote device. Please excuse any typos...

Mike Segel

On Nov 28, 2011, at 11:54 AM, Stack <st...@duboce.net> wrote:

> On Mon, Nov 28, 2011 at 8:54 AM, Mikael Sitruk <mikael.sit...@gmail.com> 
> wrote:
>> Hi
>> 
>> I would like to know if it is possible to retrieve the columns name and not
>> the whole content of rows.
>> The reason for such request is that the columns store high volumn of data
>> (2K) each (and i store 900 columns per key).
>> Retrieving the whole row and not the "Description/Metadata" of the row is
>> in this case very expensive.
>> 
> 
> Will 
> http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html
> work for you?
> St.Ack
> 

Reply via email to