apache/pinot

Documentation/tool improvements

Open

#5.588 aberto em 18 de jun. de 2020

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Java (1.234 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (4.937 stars)
Métricas de merge de PR
 (Mesclagem média 6d 7h) (186 fundiu PRs em 30d)

Description

  • 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)

Guia do colaborador