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 2018/08/30 14:52:16 UTC

[GitHub] mikewalch commented on issue #624: Performance with midsize table size

mikewalch commented on issue #624: Performance with midsize table size
URL: https://github.com/apache/accumulo/issues/624#issuecomment-417348108
 
 
   Have you enabled [caching](https://accumulo.apache.org/docs/2.0/administration/caching) for the table? Below is the command to do this in the shell...
   
   ```
   config -t mytable -s table.cache.block.enable=true
   ```
   
   There are other [tips for improving performance](https://accumulo.apache.org/docs/2.0/troubleshooting/performance) in the 2.0 documentation that should probably apply to 1.7.4.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services