Maybe a little picky, from performance point of view, is it necessary of "KeyValue.compareRows", since it directly call "Bytes.compareTo.." without other logic. Since method invoking cost some byte codes, considering the KeyValue.compareRows is called very frequently for StoreScanner, etc. Is it necessary to replace it with raw  "Bytes.compareTo.."?
Best Regards, Julian


Reply via email to