| http://www.w3.org/ns/prov#value | - Not only does that make payloads bigger but it also makes themslower to construct and parse.Another approach is to include the Avro schema for a value in the record, e.g.:{type:record, name:Extensions", fields: [ {name:"schema, type: "string}, {name:values", type: {type:array, items":bytes"}}]}This can make things more compact when there are a lot of values.
|