【问题标题】:Zipfian vs Uniform - What's the difference between these two YCSB distribution?Zipfian vs Uniform - 这两个 YCSB 分布有什么区别?
【发布时间】:2017-08-03 16:13:32
【问题描述】:

在运行 YCSB 工作负载时,谁能描述 Zipfian 和统一分布之间的区别?

这是 YCSB 的核心属性:https://github.com/brianfrankcooper/YCSB/wiki/Core-Properties

【问题讨论】:

    标签: benchmarking ycsb nosql


    【解决方案1】:

    Yahoo 团队已在其paper 中对此进行了解释。

    简而言之,分布会影响 YCSB 读取和扫描键空间的方式:

    • uniform: 每一行被读取的概率相等
    • zipfian:某些行更有可能成为读取或扫描的目标。这些行称为“热点”或“热点”,代表流行数据,例如论坛的流行主题。您应该使用:hotspotdatafractionhotspotopnfraction 进行设置。有关详细信息,请参阅$YCSB_HOME/workloads/workload_template

    希望这会有所帮助。

    【讨论】:

      猜你喜欢
      • 2020-03-09
      • 2012-06-12
      • 2016-10-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多