node-hbase icon indicating copy to clipboard operation
node-hbase copied to clipboard

Whether batch GET and DELETE are supported?

Open Link66 opened this issue 4 years ago • 1 comments

var rowKeys = ['1', '2', '3', '4', '5'....] rowKeys.forEach(rowKey -> {client.get(rowKey)/ client.delete(rowKey)}); How can I get or delete multiple rows with row keys in addition to using the loop function above.

Link66 avatar Jun 18 '20 09:06 Link66

And can i set the 'ttl' option for the cells or rows?

Link66 avatar Jun 28 '20 09:06 Link66