keith-turner commented on PR #5621:
URL: https://github.com/apache/accumulo/pull/5621#issuecomment-2956150117

   > I'm assuming that server-side seeks to a specified column family used to 
work in earlier versions (1.10, 2.0, etc.), right? I would be shocked if this 
is not the case. I'm curious when this stopped working.
   
   The seek works before this change, the following code will skip the unwanted 
data, it is just not as efficient as it could be if the range were narrowed.  
Not sure if this narrowing was ever done, but did not look at the history of 
this class in detail.
   
   
https://github.com/apache/accumulo/blob/33b9becf11788f5fd032cad179bd07e4509f32a2/core/src/main/java/org/apache/accumulo/core/iteratorsImpl/system/ColumnFamilySkippingIterator.java#L62


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