On Jun 3, 2010, at 15:29 , Nader Salehi wrote:
It is not a single object; I am writing into a coded output stream
file which could grow to much larger than 2GB (it's more like 100GB).
I also have to read from this file.

Is there a performance hit in the above-mentioned scenario?

No, this should work just fine. On the input size, you'll need to call CodedInputStream.resetSizeCounter() after each message, otherwise you'll run into the size limit.

Evan

--
Evan Jones
http://evanjones.ca/

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to