You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Lawlor (JIRA)" <ji...@apache.org> on 2015/04/23 18:54:38 UTC

[jira] [Created] (HBASE-13542) Deprecate Scan batch in 2.0.0

Jonathan Lawlor created HBASE-13542:
---------------------------------------

             Summary: Deprecate Scan batch in 2.0.0
                 Key: HBASE-13542
                 URL: https://issues.apache.org/jira/browse/HBASE-13542
             Project: HBase
          Issue Type: Sub-task
            Reporter: Jonathan Lawlor


The public Scan API exposes a batch API to the client. The batch API allows the application to specify a maximum number of cells to be contained per {{Result}}. It seems as though this API was introduced to allow the server to deal with large rows. However, now that RPC chunking has been addressed by HBASE-11544, it seems that this API may no longer be necessary since large rows will now be returned to the client as partials. This issue proposes that we deprecate Scan batch in 2.0.0 since it introduces some unneeded complication into the public API and doesn't seem all that useful any more. If there are any concerns, please raise them here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)