I can confirm the performance issue with enum serialization. Ticket filed [1], I'm working on it.
The only workaround I can offer is to avoid WriteEnum for now. Use WriteInt instead, add type casts accordingly. [1] https://issues.apache.org/jira/browse/IGNITE-13293 On Thu, Jul 23, 2020 at 12:53 PM Pavel Tupitsyn <[email protected]> wrote: > I'll have a look today and get back to you. > Sorry, I did not notice this thread until now. > > On Thu, Jul 23, 2020 at 7:27 AM zork <[email protected]> wrote: > >> Can someone provide inputs on this please? >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> >
