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

2019-05-17 Thread Evgeniy Ignatiev
Ignatiev. On 5/16/2019 4:42 PM, kulinskyvs wrote: 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

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. -- Se

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

Store raw binary value in Apache Ignite through thin python client

2019-05-14 Thread kulinskyvs
I'm trying to save some raw binary data into Apache Ignite using thin Python client and the process is very slow (actually it looks like it depends on the size of the data). For my simple test case I've started locally Ignite with single node (version 2.7.0 without any specific configuration): A