You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Jimmy Xiang <jx...@cloudera.com> on 2012/02/29 00:56:17 UTC

HRegionInterface.multi(MultiAction)

Hi Ryan, Andy,

MultiAction can support a list of mixed puts, gets, and/or deletes.

Do you remember why we mix gets together with puts/deletes?

Is this something we can remove from HRegionInterface?

If this feature is really needed, can we implement it in the client side
with multiple smaller RPC calls?

Thanks,
Jimmy