apache/pinot

Documentation/tool improvements

Open

#5,588 创建于 2020年6月18日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Java (1,234 fork)batch import
good first issuehelp wanted

仓库指标

Star
 (4,937 star)
PR 合并指标
 (平均合并 6天 7小时) (30 天内合并 186 个 PR)

描述

  • Document the Realtime provisioning helper better.
  • Include the arguments, assumptions (be it default or deductions from table config) in the output of the tool. For example, if we assume that this is a hybrid table (table-config indicates daily push) then print that out.
  • Clarify that the tool is estimating resident memory, not mapped memory. If possible, estimate mapped memory and print that out as well.
  • Change offheap allocation for consuming segments to be mmap by default (need to evaluate whether this is a good default for all use cases)

贡献者指南