Istvan Toth created HBASE-28523:
-----------------------------------
Summary: Use a single get call in REST multiget endpoint
Key: HBASE-28523
URL: https://issues.apache.org/jira/browse/HBASE-28523
Project: HBase
Issue Type: Improvement
Components: REST
Reporter: Istvan TothThe REST multiget endpoint currently issues a separate HBase GET operation for each key. Use the method that accepts a list of keys instead. That should be faster. -- This message was sent by Atlassian Jira (v8.20.10#820010)
