Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
On read heavy use case with large response data size, the serialization of response takes time and added overhead to the GC.
Add response cache helps improving the throughput we can support, which also reduces the latency in general.
This Jira is going to implement a LRU cache for the response, which shows some performance gain on some of our production ensembles.
Attachments
Issue Links
- is related to
-
ZOOKEEPER-3560 Add response cache to serve get children (2) requests.
- Resolved
- links to