Charles Connell created HBASE-29573:
---------------------------------------

             Summary: Fully load QuotaCache instead of reading individual rows 
on demand
                 Key: HBASE-29573
                 URL: https://issues.apache.org/jira/browse/HBASE-29573
             Project: HBase
          Issue Type: Improvement
            Reporter: Charles Connell
            Assignee: Charles Connell


I've found that HBASE-29479 will, in practice, increase load on the quota table 
quite a bit. While it achieved its goal of quota correctness, this increase in 
load is an unacceptable downside.

In response, I'd like to find a way for QuotaCache to always serve correct 
quotas, and also keep load on the quota table low. There is a simple way to do 
this, which is to simply scan the entire table into memory at startup, again 
when quotas change, plus every refresh interval.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to