cartridge-java icon indicating copy to clipboard operation
cartridge-java copied to clipboard

More compact tuples serialization

Open akudiyar opened this issue 3 years ago • 1 comments

Currently, the schema and encapsulated mappers are serialized along with each tuple. When serializing a TarantoolResult the mapper and schema may be serialized on the upper level once, assuming that all tuples in the TarantoolResult share the same schema.

PS See also perfomance and converter related issues #96 #109

akudiyar avatar Jul 16 '21 09:07 akudiyar

PR relates to the issue: https://github.com/tarantool/cartridge-java/pull/86

savinov avatar Nov 24 '21 07:11 savinov