optimize long serialization in BinInterSedes
--------------------------------------------

                 Key: PIG-2150
                 URL: https://issues.apache.org/jira/browse/PIG-2150
             Project: Pig
          Issue Type: Improvement
            Reporter: Thejas M Nair
             Fix For: 0.10


The serialization of long in BinInterSedes can also be optimized the way it is 
done for Integer. For values such as 0,1 encode the value in the type byte. For 
small values of long, store the value in fewer bytes.
This will help in reducing map output size and intermediate files sizes.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to