You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2023/01/03 07:13:21 UTC

[GitHub] [ignite] ptupitsyn commented on issue #10469: Question on loading data onto ignite

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org