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 <[email protected]>: > 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): > > > Also, I have a binary file with the content I want to store in Ignite. The > size if around 6MB. Here is my source code: > > > After *my_cache.put *the process just freezes. I haven't even managed to > wait till the end (I've terminated it after 2 minutes). > > However, passing the file content transformed into a string works very fast > . > > > What I'm missing? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
