One row can contain multiple KeyValues. 

Did you observe performance degradation on your cluster ?

Cheers

On Sep 16, 2014, at 2:38 AM, Blade Liu <[email protected]> wrote:

> Hi folks,
> 
> I feel a little confused about KV mapping. Suppose there are two inserts,
> (t, row1,cf1, column1)->v1, (t, row1, cf1, column2)->v2.
> 
> Does it indicate one row corresponds to multiple KV mappings?
> 
> get(t, row1) will sequentially scan adjacent KV records who row is row1(if
> they are adjacent), and performance seems downgraded as it has to return
> multiple records.
> 
> 
> Many thanks for your clarifications.
> 
> Cheers,
> Blade

Reply via email to