Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Hard to improve, fix any aspect of serdes process. As an example of complexity to add any new BinaryType one can look into BinaryArray implementation
  • Can't deliver thin client as tiny jar. Thin client included in ignite-code  module, because, binary infrastracture inside of core.
  • Can't be replaced with other implementation, e.g. JSONB

To unlock further improvements of Ignite in this aspects and possibly provide a way to plugin different implementation of Binary serdes (msgpack, jsonb as an exampleexamples) we must to refactor Ignite and extract all Binary related classes to separate module

...