[
https://issues.apache.org/jira/browse/HBASE-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761552#action_12761552
]
Andrei Dragomir commented on HBASE-1832:
----------------------------------------
I see. I think that the simplest solution then is to have something like bulk
scanner in TableOperations, instead of single row server.next call that we use
right now. For large tables with lots of regions, I think that will improve the
performance a bit.
> Faster enable/disable/delete
> ----------------------------
>
> Key: HBASE-1832
> URL: https://issues.apache.org/jira/browse/HBASE-1832
> Project: Hadoop HBase
> Issue Type: Improvement
> Reporter: stack
> Fix For: 0.20.1
>
>
> The enable/disable/delete is slow. Looking at code, its heavyweight. It
> doesn't do bulk scanning nor bulk writing. Try doing some code client side
> that does bulk scan and bulk puts. It might run faster.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.