hello
i can get access to internal buffer of record?
I want to copy the entire record in a memory. Is it possible to control the buffer record?
Access to internal buffer of record
thank for your reply.bork wrote:Hello
You can get internal buffer of record but it contains data in internal format with pointers to the internal objects. This buffer will be useless for you. Therefore we don't advise to use internal buffer of record in your application directly.
My application implements data replication. For comparison, I plan to calculate CRC32 for each record (which is not much). When will the differences, you need to pack records and send to the recipient. The receiver decompresses the raw format recording and adds the record.