anoopsjohn commented on pull request #3565:
URL: https://github.com/apache/hbase/pull/3565#issuecomment-903476322


   Do we really need to add such complexity to Gets?  
   Get is anyways a special Scan only at server end.  Now that we have 
   scan.withStopRow( byte[] key, boolean inclusive)  
   Also the openScan can open a scanner session at server and also create 
results and close and then return (all in one RPC like Get).  
   Scan next will have both size based and time based checks possible to return 
partial results. 
   So when a usage needs to get very large rows, instead of Get, user can use 
Scan only with all these relevant stuff set on Scan?  Just raising for a second 
thinking.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to