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 <binwang...@gmail.com> 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