Александр created HBASE-19037: --------------------------------- Summary: BLOCKCACHE not work in console Key: HBASE-19037 URL: https://issues.apache.org/jira/browse/HBASE-19037 Project: HBase Issue Type: Bug Components: API Affects Versions: 1.2.6 Reporter: Александр
I'm testing the speed. At the time of the request, I know part of the key. ``` scan 'id_bank', {STARTROW=>"24168557"+"\137",STOPROW=>"24168557"+"\177",COLUMNS => ['high', 'low'], BLOCKCACHE => 'true'} ``` When I run the scan, the response returns a short time, and if I make a second request, the answer is already returned quickly, why? -- This message was sent by Atlassian JIRA (v6.4.14#64029)