You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Dastagiri S Shaik <da...@manthanservices.com> on 2013/02/07 13:13:43 UTC

searching functionality in Hbase

Hi All,

Can u please help me any implementations are available in Hbase for
Searching Functionality?


Thanks
Dastagiri


Re: searching functionality in Hbase

Posted by Amit Sela <am...@infolinks.com>.
If you are going to use EndPoint coprocessor check this experiment:
http://hbase-coprocessor-experiments.blogspot.co.il/2011/05/extending.html

it shows when EndPoint should be preferred over Scan.

Also, keep in mind that HBase row keys are lexicographically ordered.

Good luck!

On Thu, Feb 7, 2013 at 2:15 PM, Mohammad Tariq <do...@gmail.com> wrote:

> Hello Dastagiri,
>
>       Search is actually Get or Scan+some condition. You have Hbase Filters
> and Co-proc. You can use indexing for faster results(search).
>
> Warm Regards,
> Tariq
> https://mtariq.jux.com/
> cloudfront.blogspot.com
>
>
> On Thu, Feb 7, 2013 at 5:43 PM, Dastagiri S Shaik <
> dastagiri.shaik@manthanservices.com> wrote:
>
> > Hi All,
> >
> > Can u please help me any implementations are available in Hbase for
> > Searching Functionality?
> >
> >
> > Thanks
> > Dastagiri
> >
> >
>

Re: searching functionality in Hbase

Posted by Mohammad Tariq <do...@gmail.com>.
Hello Dastagiri,

      Search is actually Get or Scan+some condition. You have Hbase Filters
and Co-proc. You can use indexing for faster results(search).

Warm Regards,
Tariq
https://mtariq.jux.com/
cloudfront.blogspot.com


On Thu, Feb 7, 2013 at 5:43 PM, Dastagiri S Shaik <
dastagiri.shaik@manthanservices.com> wrote:

> Hi All,
>
> Can u please help me any implementations are available in Hbase for
> Searching Functionality?
>
>
> Thanks
> Dastagiri
>
>