Hi ,

Is there a known way to be able to do Scan's in parallel (in different
threads even) and then sort/combine the output ?

For a row key like:

prefix-event_type-event_id
prefix-event_type-event_id

I want to declare two scan objects (for say event_id_type foo)

Scan 1 =>  0-foo
Scan 2 =>  1-foo

execute the scans in parallel (maybe even in different threads) and
then merge the results ?

Thank you,

Sam

Reply via email to