dlmarion commented on issue #6023:
URL: https://github.com/apache/accumulo/issues/6023#issuecomment-3683511096

   > Maybe its best to leave the on heap primary cache as uncompressed and have 
a secondary cache (possibly off heap) that compresses blocks. This could likely 
be done w/o any changes to Accumulo as it could be done completely by plugins.
   
   I was thinking this as I was reading the issue description. We already have 
a mechanism to support pluggable block cache implementations. The on-heap could 
remain uncompressed for quicker scan access and the off-heap implementation can 
do whatever it wants.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to