Hi,
Does Phoenix buffer the result set internally? I mean when I fire a huge skip 
scan IN clause, then the data being returned may be too huge to contain in 
memory. So, ideally I'd like to stream data through the resultset.next() 
method. So, my question is does Phoenix really stream results? 
And if so, is there a way to control how much is loads in one time in client 
side before its next() fetches next batch of data from region servers to client?
Best regards,Sumit

Reply via email to