Like you mentioned above ORecordSerializerBinary is more modern serialization format
The binary schemaless serialization is an attempt to define a serialization format that can serialize a document containing all the information about the structure and the data, with no need of a external schema definition and with support for partial serialization/deserialization. Its depend to how many versions of orientdb your client suppose to support On Sunday, December 7, 2014 5:38:42 PM UTC+2, mindplay.dk wrote: > > The documentation doesn't explain why there are two serialization formats > - CSV (ORecordDocument2csv) and Binary (ORecordSerial) which can be > selected by the Client. > > When or why would you use one or the other? > > If I had to guess, I would say the binary format used by ORecordSerial is > probably the more modern one, and likely results in less encoding overhead > on the server, and less decoding overhead on the client? > > Other than legacy protocol support (version < 22) is there any practical > reason to support both in a client, or is it fine to just > support ORecordSerial ? > > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
