Re: Store raw binary value in Apache Ignite through thin python client

2019-05-17 Thread Evgeniy Ignatiev
Hi. I think the issue is related to building bytes counterpart of an array during serialization using += operation on bytes object which is immutable. This leads to throwing away previously created bytes instances, each of which grows at new iteration. This aligns with what I observe when

Re: Store raw binary value in Apache Ignite through thin python client

2019-05-16 Thread kulinskyvs
Hi, Thank you for your feedback! Just for information - I've also created a stackoverflow question (https://stackoverflow.com/questions/56127565/store-raw-binary-value-in-apache-ignite-through-thin-python-client) related to this topic > I'll post the JIRA issue link there. -- Sent from:

Re: Store raw binary value in Apache Ignite through thin python client

2019-05-16 Thread Denis Mekhanikov
Hi! Thanks for the report! Seems like the implementation of serialization of primitive arrays is not optimal. I created a JIRA ticket for this issue: https://issues.apache.org/jira/browse/IGNITE-11854 Denis вт, 14 мая 2019 г. в 13:53, kulinskyvs : > I'm trying to save some raw binary data into