Mysql – Using binary encoding with RDBMS at record level
So if I understand correctly we can choose a binary format (protobuf, thrift or avro) when we want better performance as the data are represented in a more compact way and we don't have the extra overhead of JSON/XML parsing…