You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Bing Li <lb...@gmail.com> on 2012/02/22 10:09:31 UTC

How is Data Indexed in HBase?

Dear all,

I wonder how data in HBase is indexed? Now Solr is used in my system
because data is managed in inverted index. Such an index is suitable to
retrieve unstructured and huge amount of data. How does HBase deal with the
issue? May I replaced Solr with HBase?

Thanks so much!

Best regards,
Bing

Re: How is Data Indexed in HBase?

Posted by Erick Erickson <er...@gmail.com>.
I suspect you'd get better answers on the HBase in terms
of how data is indexed.

I suspect that the answer to which you should use depends
on what kinds of searching you're doing, although this seems
like an apples-and-oranges question, they're intended for
different problems.

Best
Erick

On Wed, Feb 22, 2012 at 6:27 AM, Bing Li <lb...@gmail.com> wrote:
> Dear all,
>
> I wonder how data in HBase is indexed? Now Solr is used in my system
> because data is managed in inverted index. Such an index is suitable to
> retrieve unstructured and huge amount of data. How does HBase deal with the
> issue? May I replaced Solr with HBase?
>
> Thanks so much!
>
> Best regards,
> Bing

How is Data Indexed in HBase?

Posted by Bing Li <lb...@gmail.com>.
Dear all,

I wonder how data in HBase is indexed? Now Solr is used in my system
because data is managed in inverted index. Such an index is suitable to
retrieve unstructured and huge amount of data. How does HBase deal with the
issue? May I replaced Solr with HBase?

Thanks so much!

Best regards,
Bing

Re: How is Data Indexed in HBase?

Posted by Brock Noland <br...@cloudera.com>.
Agreed, you could use Solr on top of HBase though.

https://github.com/Photobucket/Solbase

Brock

On Wed, Feb 22, 2012 at 11:17 AM, Jacques <wh...@gmail.com> wrote:
> It is highly unlikely that you could replace Solr with HBase.  They're
> really apples and oranges.
>
>
> On Wed, Feb 22, 2012 at 1:09 AM, Bing Li <lb...@gmail.com> wrote:
>
>> Dear all,
>>
>> I wonder how data in HBase is indexed? Now Solr is used in my system
>> because data is managed in inverted index. Such an index is suitable to
>> retrieve unstructured and huge amount of data. How does HBase deal with the
>> issue? May I replaced Solr with HBase?
>>
>> Thanks so much!
>>
>> Best regards,
>> Bing
>>



-- 
Apache MRUnit - Unit testing MapReduce - http://incubator.apache.org/mrunit/

Re: How is Data Indexed in HBase?

Posted by Jacques <wh...@gmail.com>.
It is highly unlikely that you could replace Solr with HBase.  They're
really apples and oranges.


On Wed, Feb 22, 2012 at 1:09 AM, Bing Li <lb...@gmail.com> wrote:

> Dear all,
>
> I wonder how data in HBase is indexed? Now Solr is used in my system
> because data is managed in inverted index. Such an index is suitable to
> retrieve unstructured and huge amount of data. How does HBase deal with the
> issue? May I replaced Solr with HBase?
>
> Thanks so much!
>
> Best regards,
> Bing
>

Re: How is Data Indexed in HBase?

Posted by Doug Meil <do...@explorysmedical.com>.
You probably want to start with reading about the StoreFiles and how Hbase
stores data internally.

http://hbase.apache.org/book.html#regions.arch





On 2/22/12 4:09 AM, "Bing Li" <lb...@gmail.com> wrote:

>Dear all,
>
>I wonder how data in HBase is indexed? Now Solr is used in my system
>because data is managed in inverted index. Such an index is suitable to
>retrieve unstructured and huge amount of data. How does HBase deal with
>the
>issue? May I replaced Solr with HBase?
>
>Thanks so much!
>
>Best regards,
>Bing