You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondered about the low speed of Avro Serialization in comparison to JSON/XSteam. Especially, Avro messages are small but require a lot of time to be serialized.
I would like to profile the process of serialization/deserialization to make sure we are not doing stupid things and not wasting time..
Acceleration ideas:
Check for schema compatibility could be cached (since its result only needed once can be stored based on fingerprints)
Conversion chain in Axon Serializer could be optimized and used explicit
The text was updated successfully, but these errors were encountered:
I was wondered about the low speed of Avro Serialization in comparison to JSON/XSteam. Especially, Avro messages are small but require a lot of time to be serialized.
I would like to profile the process of serialization/deserialization to make sure we are not doing stupid things and not wasting time..
Acceleration ideas:
The text was updated successfully, but these errors were encountered: