Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
One small enhancement in fact distinct job; today it uses 8 bytes in the head of the key to indicates the column index as well as cuboid id; actually it can be optimized to 1 byte for column index, and next 8 for cuboid id if the first is a special value; this will reduce the network IO between mappers and reducers.