You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/06/15 12:05:18 UTC

[GitHub] [accumulo-website] dlmarion commented on a diff in pull request #323: Add sections for pluggable block caches and scan execution hints that control caching

dlmarion commented on code in PR #323:
URL: https://github.com/apache/accumulo-website/pull/323#discussion_r897895651


##########
_docs-2/administration/caching.md:
##########
@@ -18,6 +18,10 @@ for tables where read performance is critical.
 
 ## Configuration
 
+The {% plink tserver.cache.manager.class %} property controls which block cache implementation is used within the tablet server. Users
+can supply their own implementation and set custom configuration properties to control it's behavior (see org.apache.accumulo.core.spi.cache.BlockCacheManager$Configuration.java).
+An example off-heap block cache implementation and configuration can be found at: https://github.com/keith-turner/accumulo-ohc.
+

Review Comment:
   > An example would serve great as a block post
   
   Did you mean adding a code block to caching.md, or a blog post?



-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org