【问题标题】:Is there efficient way to load data to cache with ignite python thin client?是否有使用 ignite python 瘦客户端将数据加载到缓存的有效方法?
【发布时间】:2020-04-07 00:28:57
【问题描述】:

使用 put() 和 put_all() 加载大量数据的效率非常低。 python瘦客户端(pyignite)中没有使用数据流的接口。 有没有更好的办法?

【问题讨论】:

    标签: ignite thin-client


    【解决方案1】:

    不是真的。坚持使用 Python 瘦客户端 putAll 是您可以管理的最佳选择。

    如果您想坚持使用 Python,则可以使用 PySpark 及其 Ignite 集成。

    或者,您必须使用具有受支持的胖客户端的平台之一。

    【讨论】:

      猜你喜欢
      • 2021-05-29
      • 2021-09-18
      • 2020-12-20
      • 1970-01-01
      • 2019-07-20
      • 2022-07-06
      • 2021-05-23
      • 1970-01-01
      • 2021-10-04
      相关资源
      最近更新 更多