Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
In TableRecordReaderImpl we invoke Counter increment by reflection
This will be called nextKeyValue() in TableSnapshotInputFormat
reflection invoke is very slower than normal method call
we can avoid these to improve the read performance