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)

Reply via email to