You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to read multiple rows according to a list of row id, but it seems like connector only supports scan query operation. I'm wondering if connector support batch Get. If it does not support, theoretically speaking, is it possible to add this function? That would be great if you guys can give some ideas about it.
Thanks.
The text was updated successfully, but these errors were encountered:
Sure, it is possible. Under the hood the connector should just parallelize the list of row ids and make individual Gets to HBase, managing resources for each partition.
Though the code will need some refactoring to allow this kind of queries.
Hi there,
I want to read multiple rows according to a list of row id, but it seems like connector only supports scan query operation. I'm wondering if connector support batch Get. If it does not support, theoretically speaking, is it possible to add this function? That would be great if you guys can give some ideas about it.
Thanks.
The text was updated successfully, but these errors were encountered: