[
https://issues.apache.org/jira/browse/HBASE-25034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211609#comment-17211609
]
DingSheng Li commented on HBASE-25034:
--------------------------------------
After testing,we find that web page rendering takes a large amount of
time(10000 records for each page loading). To solve this problem, we set 20
records by default for each page loading,and the number can be adjusted by
user,which is similar to RIT pagination. For details about page display and
performance comparison, please see the attachment. [~stack]
> Table regions details on master GUI display slowly.
> ---------------------------------------------------
>
> Key: HBASE-25034
> URL: https://issues.apache.org/jira/browse/HBASE-25034
> Project: HBase
> Issue Type: Improvement
> Reporter: DingSheng Li
> Priority: Major
> Labels: newbie
> Attachments: The table display after pagination.html
>
>
> When a table has a large number of regions (e.g.,a single table contains more
> than 100,000 regions), it takes about 20 to 30 minutes to display the table
> regions on the master GUI, which is unacceptable to users. After testing, we
> find that web page rendering takes up the most time,and this can be solved by
> pagination query.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)