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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]