Am using 2.4.1 version of protobuf java with a single message having a flat 
structure with  315 fields within  it as in

message X {

   string field1 = 1;
   string field2 = 2;
   

   string field315 = 315;

}


 Seeing 40-50% degradation while deserializing into into Java object .

Has anyone faced this issue or will upgrading to 2.5 help with this issue. 
 Since we are using this message for reading and writing MR jobs with lot 
of historical data .  We would not want to split the message into multiple 
parts since reads of the historical data would fail. Please suggest what 
can be done about this.






-- 
_____________________________________________________________
The information contained in this communication is intended solely for the 
use of the individual or entity to whom it is addressed and others 
authorized to receive it. It may contain confidential or legally privileged 
information. If you are not the intended recipient you are hereby notified 
that any disclosure, copying, distribution or taking any action in reliance 
on the contents of this information is strictly prohibited and may be 
unlawful. If you have received this communication in error, please notify 
us immediately by responding to this email and then delete it from your 
system. The firm is neither liable for the proper and complete transmission 
of the information contained in this communication nor for any delay in its 
receipt.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to