0

using put() and put_all() is very inefficient to load large amount of data. And there is no interface in python thin client ( pyignite ) to use data streamer. Is there better way?

Top Market
  • 11
  • 2

1 Answers1

1

Not really. Sticking with the Python thin client putAll is about the best you can manage.

If you want to stick with Python, you might be able to use PySpark and its Ignite integration.

Alternatively, you'd have to use one of the platforms with a supported thick client.

Stephen Darlington
  • 51,577
  • 12
  • 107
  • 152