Hi Lin, Do you have a GitHub project that I can run and compare these two marshallers? From these snippets it's not very clear what is actually serialized.
Generally, Ignite does provide minimal overhead in the binary format, mainly to allow field lookups without deserialization, which is crucial for SQL queries, for example. However, even with this overhead, there is no much difference in numbers. I believe that in most real use cases this difference will be negligible. However, you can always try to introduce custom serialization protocol. Simply implement Marshaller interface and provide the implementation in IgniteConfiguration. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-about-adding-kryo-or-protostuff-as-an-optional-marshaller-tp6309p6361.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
