Hi Ted,

I have not dive into the programming part yet... I am still at the POC and
pick up the right tool stage. Based on your experience, do you think the
get(List<Get> gets) will return the result from 100M level in an
interactive time? say a few seconds?

If that is the case, I will start working on a prototype.

Bin

On Mon, Sep 22, 2014 at 10:00 AM, Ted Yu <[email protected]> wrote:

> bq. upload a list of product ids
>
> Have you looked at the following API in HTable ?
>
>   public Result[] get(List<Get> gets) throws IOException {
>
> Cheers
>
> On Mon, Sep 22, 2014 at 8:14 AM, Bin Wang <[email protected]> wrote:
>
> > Hi there,
> >
> > I have a use case that I need to do bulk look up in a table of size 100
> > million key value pairs. Where key is the unique ID (product id), and the
> > value is inventory history (time series) for that particular part.
> >
> > I want user upload a list of product ids, and I am wondering if HBase is
> > the right tool to return the corresponding value in an interactive speed?
> >
> > If not, I heard of Solr/ElasticSearch, mongo, redis, Cassandra also, and
> I
> > am wondering which tool is the best fit in my use case.
> >
> > Thanks for any suggestion.
> >
> > Bin
> >
>

Reply via email to