You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2021/02/26 22:10:00 UTC

[jira] [Created] (HBASE-25614) Improve performance of table.jsp

Nick Dimiduk created HBASE-25614:
------------------------------------

             Summary: Improve performance of table.jsp
                 Key: HBASE-25614
                 URL: https://issues.apache.org/jira/browse/HBASE-25614
             Project: HBase
          Issue Type: Improvement
          Components: master
    Affects Versions: 2.3.4, 3.0.0-alpha-1
            Reporter: Nick Dimiduk


Loading table.jsp for a table with hundreds of thousands of regions takes more than 10 seconds. This page renders a complete listing of all table regions in one go. We should have this JSP support pagination of the table regions list, with a default size of something more reasonable (100? 1000?), and controls for adjusting the page size. table.jsp already supports something like this for browsing meta table entries.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)