DomGarguilo commented on issue #2812: URL: https://github.com/apache/accumulo/issues/2812#issuecomment-1189399190
> Looking at the method in 'Key' the method that performs the equality check on a byte array private static boolean isEqual(byte[] a1, byte[] a2) is already optimized for Accumulo row comparisons, checking the last few bytes first and does not seem to need additional optimization. So then maybe the only thing that might be worth looking into further is your suggestion about the full depth check: > When comparing full depth, checking isDeleted and timestamp upfront seem to be a good 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]
