ptupitsyn commented on issue #10469:
URL: https://github.com/apache/ignite/issues/10469#issuecomment-1369453409

   Python thin client does not have `DataStreamer` yet. But you should be able 
to achieve good performance with batched `putAll`. Instead of 100k `put` calls, 
try doing 100 `putAll` calls, 1000 items each. This is roughly what 
`DataStreamer` does.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to