On Mon, Jan 21, 2013 at 1:46 PM, Eugeny Morozov
<emoro...@griddynamics.com>wrote:

> I do not
> understand why with FuzzyFilter it goes from one region to another until it
> stops at the value. I suppose if scanning process has started at once on
> all regions
>

Scanning process does not start parallely on all regions.  Once a start row
is specified with the scan, the corresponding region server is picked up
and on that region server,
the scan starts from that region which holds the start row and the scan
proceeds till it finds the stop row. The stop row can be any of the regions
in the same region server, in the exact increasing byte order.

Regards
Ram

Reply via email to