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