Hi RajeshKumar,

IMO, type of scan is not decided on the basis of response time. Its decided
on the basis of your query logic and data model.
Also, Response time cannot be directly correlated to any filter or scan.
Response time is more about how much data needs to read, cpu, network IO,
etc to suffice requirement of your query.
So, you will need to look at your data model and pick the best query.

HTH,
Anil

On Thu, Dec 17, 2015 at 10:17 PM, Rajeshkumar J <[email protected]
> wrote:

> Hi,
>
>    My hbase table holds 10 million rows and I need to query it and I want
> hbase to return the query within one or two seconds. Help me to choose
> which type of scan do I have to use for this - range scan or rowfilter scan
>
> Thanks
>



-- 
Thanks & Regards,
Anil Gupta

Reply via email to