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. [ Full content available at: https://github.com/apache/accumulo/issues/624 ] This message was relayed via gitbox.apache.org for [email protected]
