FineAndDandy opened a new issue, #3162:
URL: https://github.com/apache/accumulo/issues/3162

   When calling seek() my understanding is that we check the block index, move 
to the block that contains the target Key (if any) and then next() until the 
target Key is found. I am wondering if the target Key is in the existing block 
that the iterator is processing if this all still happens, or if next() is 
called until reaching the target Key, making seek() or next() in a loop near 
equivalent when the Key is in the currently processed block? If this isn't the 
case, it seems like a short-circuit case which could be a nice optimization. 
   
   


-- 
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