Hi, We are looking to store big files (up to 4 GB) into OrientDB. I've read the doc at http://orientdb.com/docs/last/Binary-Data.html. It says that we should use the ORecordBytes class in the java api instead of storing the bytes as base64 strings in the record to keep good performance and avoid marshalling/unmarshalling. Since I am using the .net driver to interface with the OrientDB server from my application (using the network binary protocol), I'd like to know how to use ORecordBytes (or its concept) through the network binary protocol. Is it supported in the protocol? If so, is there an example how to store/retrieve data using commands?
We are currently using OrientDB 1.7.8. Thanks! -- --- 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.
