Nick Dimiduk created HBASE-14470:
------------------------------------

             Summary: Reduce memory pressure generated by client
                 Key: HBASE-14470
                 URL: https://issues.apache.org/jira/browse/HBASE-14470
             Project: HBase
          Issue Type: Task
          Components: Client
            Reporter: Nick Dimiduk


I think there's room for improvement in our client's memory profile. I ran ltt 
with jfr running, attaching some snaps of what my client sees. Looks like some 
kind of object pool or block encoding for result objects will give us a lot of 
bang for the buck re: allocations and GC pressure. We probably also want to 
look for an alternative way to represent result objects, something besides the 
java Map interface with it's Entry bloat.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to